From 15bfc1c35e51b0024fa684b4a142ec2d446d99df Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 4 May 2025 02:11:28 -0700 Subject: [PATCH] fix(deps): update dependency user-agents to v1.1.529 --- tvapp2/node_modules/.package-lock.json | 66 ++++++++---------- tvapp2/node_modules/user-agents/dist/index.js | 2 +- .../user-agents/dist/index.js.map | 2 +- tvapp2/node_modules/user-agents/package.json | 2 +- .../user-agents/src/user-agents.json.gz | Bin 212099 -> 272533 bytes tvapp2/package-lock.json | 6 +- tvapp2/package.json | 2 +- 7 files changed, 36 insertions(+), 44 deletions(-) diff --git a/tvapp2/node_modules/.package-lock.json b/tvapp2/node_modules/.package-lock.json index 2cee98c5..20e40559 100755 --- a/tvapp2/node_modules/.package-lock.json +++ b/tvapp2/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "tvapp2", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { @@ -18,9 +18,9 @@ } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz", - "integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz", + "integrity": "sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==", "dev": true, "license": "MIT", "dependencies": { @@ -232,9 +232,9 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-3.1.0.tgz", - "integrity": "sha512-lQktsOiCr8S6StG29C5fzXYxLOD6ID1rp4j6TRS+E/qY1xd59Fm7dy5qm9UauJIEoSTlYx6yGsCHYh5UkgXPyg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-4.2.0.tgz", + "integrity": "sha512-MiJr6wvyzMYl/wElmj8Jns8zH7Q1w8XoVtm+WM6yDaTrfxryMyb8n0CMxt82fo42RoLIfxAEtM6tmQVxqhk0/A==", "dev": true, "license": "MIT", "dependencies": { @@ -245,7 +245,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@types/estree": { @@ -600,18 +600,6 @@ "node": ">=18" } }, - "node_modules/body-parser/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1730,6 +1718,19 @@ "node": ">=4" } }, + "node_modules/external-editor/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -2197,13 +2198,12 @@ } }, "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "license": "MIT", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { "node": ">=0.10.0" @@ -3459,18 +3459,6 @@ "node": ">= 0.8" } }, - "node_modules/raw-body/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/reflect.getprototypeof": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", @@ -4292,7 +4280,9 @@ } }, "node_modules/user-agents": { - "version": "1.1.497", + "version": "1.1.529", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.529.tgz", + "integrity": "sha512-8/ha9jnpBjUhC7+kpdAimo+mQVUMFhTJEkGVRSUsxK6YWuVZ6il+6ErVMjWpfX7q1Ft0m/4+XpPJhGuqZesFTQ==", "license": "BSD-2-Clause", "dependencies": { "lodash.clonedeep": "^4.5.0" diff --git a/tvapp2/node_modules/user-agents/dist/index.js b/tvapp2/node_modules/user-agents/dist/index.js index 991c12c6..3d676767 100755 --- a/tvapp2/node_modules/user-agents/dist/index.js +++ b/tvapp2/node_modules/user-agents/dist/index.js @@ -1,2 +1,2 @@ -!function(e,i){"object"==typeof exports&&"object"==typeof module?module.exports=i():"function"==typeof define&&define.amd?define("user-agents",[],i):"object"==typeof exports?exports["user-agents"]=i():e["user-agents"]=i()}(global,(function(){return(()=>{var e={442:(e,i,t)=>{"use strict";var o;Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var n=((o=t(899))&&o.__esModule?o:{default:o}).default;i.default=n,e.exports=i.default},899:(e,i,t)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var o=r(t(465)),n=r(t(932));let p;function r(e){return e&&e.__esModule?e:{default:e}}function l(e,i){return!i||"object"!=typeof i&&"function"!=typeof i?a(e):i}function a(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c(e){var i="function"==typeof Map?new Map:void 0;return(c=function(e){if(null===e||(t=e,-1===Function.toString.call(t).indexOf("[native code]")))return e;var t;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==i){if(i.has(e))return i.get(e);i.set(e,o)}function o(){return h(e,arguments,d(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),s(o,e)})(e)}function h(e,i,t){return(h=g()?Reflect.construct:function(e,i,t){var o=[null];o.push.apply(o,i);var n=new(Function.bind.apply(e,o));return t&&s(n,t.prototype),n}).apply(null,arguments)}function g(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function s(e,i){return(s=Object.setPrototypeOf||function(e,i){return e.__proto__=i,e})(e,i)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,i,t){return i in e?Object.defineProperty(e,i,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[i]=t,e}const w=e=>{const i=e.reduce(((e,[i])=>e+i),0);let t=0;return e.map((([e,o])=>(t+=e/i,[t,o])))},m=n.default.map((({weight:e},i)=>[e,i])),W=w(m),M=(e,i=(e=>e))=>{let t;return t="function"==typeof e?[e]:e instanceof RegExp?[i=>"object"==typeof i&&i&&i.userAgent?e.test(i.userAgent):e.test(i)]:e instanceof Array?e.map((e=>M(e))):"object"==typeof e?Object.entries(e).map((([e,i])=>M(i,(i=>i[e])))):[i=>"object"==typeof i&&i&&i.userAgent?e===i.userAgent:e===i],e=>{try{const o=i(e);return t.every((e=>e(o)))}catch(e){return!1}}},k=(e,i)=>{Object.defineProperty(e,"cumulativeWeightIndexPairs",{configurable:!0,enumerable:!1,writable:!1,value:i})};p=Symbol.toPrimitive;let u=function(e){!function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(i&&i.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),i&&s(e,i)}(c,e);var i,t,r=(i=c,t=g(),function(){var e,o=d(i);if(t){var n=d(this).constructor;e=Reflect.construct(o,arguments,n)}else e=o.apply(this,arguments);return l(this,e)});function c(e){var i;if(function(e,i){if(!(e instanceof i))throw new TypeError("Cannot call a class as a function")}(this,c),v(a(i=r.call(this)),p,(()=>i.data.userAgent)),v(a(i),"toString",(()=>i.data.userAgent)),v(a(i),"random",(()=>{const e=new c;return k(e,i.cumulativeWeightIndexPairs),e.randomize(),e})),v(a(i),"randomize",(()=>{const e=Math.random(),[,t]=i.cumulativeWeightIndexPairs.find((([i])=>i>e)),p=n.default[t];i.data=(0,o.default)(p)})),k(a(i),(e=>{if(!e)return W;const i=M(e),t=[];return n.default.forEach(((e,o)=>{i(e)&&t.push([e.weight,o])})),w(t)})(e)),0===i.cumulativeWeightIndexPairs.length)throw new Error("No user agents matched your filters.");return i.randomize(),l(i,new Proxy(a(i),{apply:()=>i.random(),get:(e,i,t)=>{if(e.data&&"string"==typeof i&&Object.prototype.hasOwnProperty.call(e.data,i)&&Object.prototype.propertyIsEnumerable.call(e.data,i)){const t=e.data[i];if(void 0!==t)return t}return Reflect.get(e,i,t)}}))}return c}(c(Function));i.default=u,v(u,"random",(e=>{try{return new u(e)}catch(e){return null}})),e.exports=i.default},465:(e,i,t)=>{e=t.nmd(e);var o="__lodash_hash_undefined__",n=9007199254740991,p="[object Arguments]",r="[object Boolean]",l="[object Date]",a="[object Function]",c="[object GeneratorFunction]",h="[object Map]",g="[object Number]",s="[object Object]",d="[object Promise]",v="[object RegExp]",w="[object Set]",m="[object String]",W="[object Symbol]",M="[object WeakMap]",k="[object ArrayBuffer]",u="[object DataView]",f="[object Float32Array]",H="[object Float64Array]",A="[object Int8Array]",C="[object Int16Array]",L="[object Int32Array]",b="[object Uint8Array]",N="[object Uint8ClampedArray]",S="[object Uint16Array]",K="[object Uint32Array]",P=/\w*$/,T=/^\[object .+?Constructor\]$/,y=/^(?:0|[1-9]\d*)$/,G={};G[p]=G["[object Array]"]=G[k]=G[u]=G[r]=G[l]=G[f]=G[H]=G[A]=G[C]=G[L]=G[h]=G[g]=G[s]=G[v]=G[w]=G[m]=G[W]=G[b]=G[N]=G[S]=G[K]=!0,G["[object Error]"]=G[a]=G[M]=!1;var _="object"==typeof global&&global&&global.Object===Object&&global,O="object"==typeof self&&self&&self.Object===Object&&self,I=_||O||Function("return this")(),z=i&&!i.nodeType&&i,x=z&&e&&!e.nodeType&&e,X=x&&x.exports===z;function E(e,i){return e.set(i[0],i[1]),e}function U(e,i){return e.add(i),e}function V(e,i,t,o){var n=-1,p=e?e.length:0;for(o&&p&&(t=e[++n]);++n-1},Ne.prototype.set=function(e,i){var t=this.__data__,o=ye(t,e);return o<0?t.push([e,i]):t[o][1]=i,this},Se.prototype.clear=function(){this.__data__={hash:new be,map:new(ve||Ne),string:new be}},Se.prototype.delete=function(e){return ze(this,e).delete(e)},Se.prototype.get=function(e){return ze(this,e).get(e)},Se.prototype.has=function(e){return ze(this,e).has(e)},Se.prototype.set=function(e,i){return ze(this,e).set(e,i),this},Ke.prototype.clear=function(){this.__data__=new Ne},Ke.prototype.delete=function(e){return this.__data__.delete(e)},Ke.prototype.get=function(e){return this.__data__.get(e)},Ke.prototype.has=function(e){return this.__data__.has(e)},Ke.prototype.set=function(e,i){var t=this.__data__;if(t instanceof Ne){var o=t.__data__;if(!ve||o.length<199)return o.push([e,i]),this;t=this.__data__=new Se(o)}return t.set(e,i),this};var Xe=he?F(he,Object):function(){return[]},Ee=function(e){return ie.call(e)};function Ue(e,i){return!!(i=null==i?n:i)&&("number"==typeof e||y.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=n}(e.length)&&!$e(e)}var je=ge||function(){return!1};function $e(e){var i=Ye(e)?ie.call(e):"";return i==a||i==c}function Ye(e){var i=typeof e;return!!e&&("object"==i||"function"==i)}function Je(e){return De(e)?Pe(e):function(e){if(!Ve(e))return se(e);var i=[];for(var t in Object(e))ee.call(e,t)&&"constructor"!=t&&i.push(t);return i}(e)}e.exports=function(e){return Ge(e,!0,!0)}},932:e=>{"use strict";e.exports=JSON.parse('[{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1132.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0011752338768244645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.001063429372096675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1440,"weight":0.0010241291225013731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0009807510849131158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1800,"weight":0.0008897836688737348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0008465779273426323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.0008378598411939561,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0008365912951200523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0008332858040904549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000824869364019279,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0008169104114475881,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0008063721584086976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0008049146168910332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1710,"weight":0.0008039250421321869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0007701192763547054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0007591136727417305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.0007566692373254279,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.0007542088962869107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0007536484882351333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0007525118021575671,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.0007495383120220653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00074306660970848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0007424867893688498,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0007393262696285166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0007222045696434468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0007196799090668115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4113.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0007131856553632642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.0007008548059109983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000696223396640358,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":792,"viewportWidth":1511,"weight":0.0006947512639083158,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0006857011465133631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0006817612540825794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0006786825821466062,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2767.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006782224152999568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":972,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":965,"viewportWidth":1728,"weight":0.0006759476149335449,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0006717619543291319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0006686609039879357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006653573618237497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0006596013432167098,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0006572484888525725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2465.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006565354596781335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0006555455080797043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.0006545379375773865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000654410821236016,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000651943284439025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0006488794092052726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.0006474774724171743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0006471076351142705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.0006467942349267026,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006434468025190269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0006423098169034656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.0006409552380949522,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0006403805243148309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":551,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":320,"weight":0.0006385297081957114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":414,"weight":0.0006381840586662424,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0006373070948044524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":441,"viewportWidth":320,"weight":0.0006350402105828327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0006287902179862847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0006285081768588473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0006284813313216709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1012,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1517,"weight":0.0006267762173562307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":724,"viewportWidth":414,"weight":0.0006265846210099603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0006204584152075169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.0006189015471614209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.0006186677172631056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0006175742566381275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":768,"weight":0.0006162902018123071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1427,"weight":0.000612174134998411,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.000609510423146394,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":750,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":346,"weight":0.0006081874669361612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006066797903520112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1084,"viewportWidth":1865,"weight":0.0006054630909235244,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.0006041358269059956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0006033310203323327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006030769510237849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0006030308572099088,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0006013052561167566,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005988473055364623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005976932496320994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1858,"weight":0.0005925110006396418,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0005902989593555011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":785,"screenWidth":1396,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":1397,"weight":0.0005881150274111702,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005868569531109429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1042,"viewportWidth":1742,"weight":0.0005858676839028144,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0005856874165325463,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000580447125430605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":1536,"weight":0.0005762822146595029,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005716473747438236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005710425343850729,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0005709935178219302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0005706241582307444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":432,"weight":0.0005702661513066239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005699868846534308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.000569964343123674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":650},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1492,"weight":0.0005674827555031681,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005660680130517016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7627.1731 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005656438291932398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1290,"viewportWidth":1683,"weight":0.0005653785411942118,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":524,"weight":0.0005641275136772963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.0005639417728609883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0005635275535251055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000562971437661659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":740,"viewportWidth":1440,"weight":0.0005629628524378009,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1272,"weight":0.0005622829606065537,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":2,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":971,"viewportWidth":810,"weight":0.0005618945438070051,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005597671763950147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":893,"viewportWidth":944,"weight":0.0005571148048934392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0005566851028298612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0005549710406295088,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.0005525860633021371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.0005518311162401473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.0005516892698594605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3193.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00054929887665925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2049,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2040,"weight":0.0005492416273904741,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005488871424509024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0005452168484823198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0005451417443628844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000544598562144457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.0005424505801668446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.0005418828750235958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":830,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":392,"weight":0.0005408703489979682,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.0005405430338263455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":848,"viewportWidth":1883,"weight":0.0005391356657961476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1139,"viewportWidth":1944,"weight":0.0005390564612114608,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005365583582999725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0005361703340987079,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005334323583872036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.0005307925220522071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0005302268322224524,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0005295581189300189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":1710,"weight":0.0005280021640882373,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4932.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005274904525572919,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":1511,"weight":0.0005273203124798276,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0005242343494975991,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.0005242241479603273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":384,"weight":0.0005228050568797216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005226524977355343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0005226075700966043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005215148546859051,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.0005214124569109521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0005212253249254977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":100,"effectiveType":"3g","rtt":1000,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0005190397772738964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.0005189911789652074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005178606537802205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000517776267222539,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0005172252953920177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0005171649832729438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":896,"viewportWidth":1456,"weight":0.0005162733619894162,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":428,"weight":0.0005162076929691558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.0005161927978393108,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0005148527663764341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9538.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005143795715486783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.0005141857200509761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0005133931200846604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005131388186607758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005117366342594527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005109865957853508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005082451225911015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0005075646178822824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000507309914710548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005043406448795444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":868,"viewportWidth":1482,"weight":0.0005040496584875069,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0005034315778644786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.0005026307537534127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9766.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005009101743816664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":619,"viewportWidth":1277,"weight":0.000499617149829054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004991746545940742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000498999282581988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004975484050682103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":1031,"weight":0.0004969817792917985,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004967934544271417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004962537940563633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":135.53125,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1600,"screenWidth":900,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1208,"weight":0.0004945237602383812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000494002641003484,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0004939173570956652,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.0004927817455265222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0004917734876760649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1920,"weight":0.000489326146663115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.0004873727795898904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":1358,"weight":0.00048680497392638374,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004865615115632223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00048451402845781755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":2,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":1290,"weight":0.00048376434153940247,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":542,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":542,"viewportWidth":320,"weight":0.0004825777069555038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.0004820918182423922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":748,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":360,"weight":0.00048163994871128923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004802893789474705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0004778775873645358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1208,"viewportWidth":800,"weight":0.00047524735342024244,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00047453057445704354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004733800412649419,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000473014182139037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.0004723241990873706,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0004721868603617286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":828,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1264,"weight":0.00047190595085440146,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000471571569859394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0004701276138209902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00046951130336535604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1344,"weight":0.0004687389728269582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":426,"weight":0.0004678905821281088,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0004670250703732864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0004669157099704771,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00046682111436250435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.0004665630334149487,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004664253375616529,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0004660276721302444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.0004652912700223328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0004637851396344547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.0004631848222785701,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1593.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004620614271050572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1406,"weight":0.00046186815124822194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00046130258016188443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00046117847583931887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1280,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1146,"viewportWidth":2048,"weight":0.0004600730886194666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00046000358672104757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":767,"weight":0.0004583133968834134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004583080999633481,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00045755887985684737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.0004571521013975122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0004571114687852468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004570702036331374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00045682490027324066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0004567365627905947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00045624742675744303,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1534,"weight":0.0004554490545636933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":393,"weight":0.00045487052862637283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00045335453564901207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004528808056635403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0004523473330514362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00045143238166719935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0004514251326509434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0004513866266962825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0004507457891997753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00044989004298959305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004494640939002911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":440,"weight":0.0004490577236817066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00044830193228340837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004482152159888753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0004473411366862454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0004462464587801245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00044544291367703637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":440,"weight":0.0004454109190070553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7854.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00044513013234919314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":594,"viewportWidth":1366,"weight":0.0004435016431814611,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00044337560578854224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00044320878072855516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1920,"weight":0.00044310367128879785,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00044231337119560404,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0004418770610337811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":527,"viewportWidth":320,"weight":0.0004415512484131531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":932,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":423,"weight":0.00044091177477836987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00044036600836105076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.0004403427582746201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00043988164735829234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.0004392586783052654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00043860708617201764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.45,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00043679360691087886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00043658272577851013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00043579577010078956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0004357927549735549,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00043472107090640754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00043392103417655604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00043372151170869617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5587.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004335299327590579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":440,"weight":0.00043316333169036303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00043276760025449994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/23.7.5.717 Yowser/2.5 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.0004322649530882359,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0004320873432470831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.0004318790551106627,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0004317136767985989,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":763,"viewportWidth":440,"weight":0.0004306901820591935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00043035441624730266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0004292757743056156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":932,"viewportWidth":1714,"weight":0.0004290219087366556,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8400.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004290206064497975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6085.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00042895700887475054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00042834694436489777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00042829485687567395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00042791862207622,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.00042784032056626155,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.0004276165867370824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00042737849581808484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":684,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":384,"weight":0.0004273402161518654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":411,"weight":0.00042672959873113383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00042646905391998074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00042537218675895344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2724.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004253487828941702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00042448773927144135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00042398245917544094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00042390952918588243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8624.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00042374185136273784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00042373253709036775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":688,"viewportWidth":1209,"weight":0.00042360027731787867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00042355247567655283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004234275643818672,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004232136558708645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":772,"screenWidth":1372,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":626,"viewportWidth":1364,"weight":0.000422491094533061,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.1,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00042234230795685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0004220050755669777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.0004215583122958914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0004210349928501824,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00042018660245418096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0004198620343292249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0004190111057096389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0004189636307314929,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000418913608966764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0004187944346822705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.00041875413931226514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1366,"weight":0.0004182323236819994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0004182124675856099,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":384,"weight":0.0004177239358749963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0004176904381173118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":426,"weight":0.00041743412672000797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0004170159185902501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004169118697239866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00041679531828268295,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":637,"viewportWidth":320,"weight":0.0004163959705499241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00041638146751690286,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000416283294208476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00041539692222051583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0004153538814482806,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":1680,"weight":0.00041503718320580935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00041462447342383864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":687,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":320,"weight":0.00041460670974523316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1334,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1165,"viewportWidth":800,"weight":0.00041453030229125765,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004143895643775594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00041411469082808076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00041350477528257683,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0004134879188097688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000413235741952991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00041237685174521765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0 (Edition std-2)","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1598,"weight":0.00041229833346942044,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00041185833448941796,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00041119887678435014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00040997109358003545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0004096777373091072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":406,"weight":0.0004089343266083467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22B91 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00040869060742457946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":528,"viewportWidth":312,"weight":0.00040823447034777044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00040795837100987006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00040789235038316473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00040773227833537954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00040751385945947773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00040712851606232746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00040689561511486925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0004068852143808981,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00040685875849811367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004065448773946398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00040581025055976824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0004054651086430016,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00040541766554646965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2209.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00040480270281455683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":1440,"weight":0.00040475728821013946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.0004042007434783936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0004037891897104943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0004036732835978907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00040319055738842106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00040289543651439013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00040215726435962484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.0004018282820919323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00040125715343809916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":938,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 OPR/88.0.0.0","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.000400148556314168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004000789802092069,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00039956651501215626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00039953091611671655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00039944031765167155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003994171183702631,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":1218,"weight":0.0003990167206131886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":768,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":345,"weight":0.0003985973840117141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1517,"weight":0.0003985546360606347,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":889,"viewportWidth":518,"weight":0.00039823739291132014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00039821933532394743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1280,"weight":0.00039796638772989477,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1920,"weight":0.0003973159711547141,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00039728399007445185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00039712722637330887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0003969203600719159,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1006,"weight":0.0003957839640920507,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003954368528580907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00039478446206934185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0003945375691304249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00039429728937883735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00039299696386435227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0003928605618429687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1440,"weight":0.00039282864486397105,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0003926231217331688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000391711037507508,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00039128522542361234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00039101662124143205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0003905180455553272,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":987,"weight":0.00039019591289720263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00038930971924694364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00038910203067972704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0003884499656221036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1366,"weight":0.00038819536222710414,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00038797117210101646,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":756,"viewportWidth":1220,"weight":0.0003873276618062248,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003870589966125055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":709,"viewportWidth":1470,"weight":0.0003868145328749446,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003867389753366298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00038599686229972153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00038568978696888945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00038545241748183875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":338,"weight":0.00038502210160604086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0003845650828122283,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003845573341124327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0003844682419305959,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00038366577125527177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.33 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":790,"viewportWidth":1080,"weight":0.00038311912252224383,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0003830461387195664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00038286156796076167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7858.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00038222265131009536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003819081635031507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00038155321893996015,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003815313187022928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0003813835800226466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.000380812178635586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00038050250705739803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003804624610454191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9680.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003796298564718738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00037920575935084856,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00037898193443831754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5423.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003787259601922308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00037812628641246943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000378015396189358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9251.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037780609782767316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00037768281310478316,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00037763438006256205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":936,"viewportWidth":2042,"weight":0.000377585248670341,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00037756078227565185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4029.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037724263262972494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0003763046488161248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0003760442029970548,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0003755785434285907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00037551490243530197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00037539093859874036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003748991564481653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00037458633913631907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00037455231895020734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003734889471453933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00037332603742539974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00037087687564693145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":589,"viewportWidth":1366,"weight":0.00037081467533237245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003707494886399968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1126,"viewportWidth":2579,"weight":0.00037040769807904466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00037007289512481616,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00036982056376610626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003698015454153256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00036942467023211854,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00036888984211034306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1296,"weight":0.00036885247606262495,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0003684224511189237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1872,"weight":0.0003683179441096671,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.0003682655159655102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":1440,"weight":0.0003681045365830965,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00036768050844498273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":393,"weight":0.0003675041473668025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":412,"weight":0.0003674234818123999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00036725410658650846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00036677221025816756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003666445011904157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":414,"weight":0.00036547242886849664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":1311,"weight":0.00036546490899148687,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003651008515835972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00036441106999770764,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00036419835434027103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00036411699327263644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":384,"weight":0.0003639421981298902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0003635691795131504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00036345258693805014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":360,"weight":0.00036266666124710117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003626387642800621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.0003623962403793545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00036136149953352884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00036134070719149946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00036098350315685483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00036021492706323914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":719,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":412,"weight":0.00035961802921841943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00035934701570230506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00035906121641875156,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003583278320139226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00035828792133579725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00035828419753256203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1904,"weight":0.00035822085649467994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003577273447440496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000357508955693502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0003574315931766122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":902,"viewportWidth":518,"weight":0.00035719843358235175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003571116473546875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00035695604299444277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003567861439189126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0003564703156624856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00035556001643651013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":636,"viewportWidth":1266,"weight":0.000354845988027558,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00035468715507777903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00035413057245823557,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00035401053278008316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00035395107425243973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 OPR/116.0.0.0 (Edition std-1)","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1478,"weight":0.00035332650067769055,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003530175371319525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00035268523159082344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00035247639149630906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000352394640293079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00035201919300110237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00035171587550052825,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.0003516155724524528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.0003515911943595684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":618,"viewportWidth":1272,"weight":0.00035119082562546137,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1172,"viewportWidth":2240,"weight":0.0003508034827621995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00035072834040687144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003506351381475938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.0003504780263746239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00035037655789592754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8286.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035010494168729705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003496556665168064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0003495655547161604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.1,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.00034906318713446985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":806,"viewportWidth":344,"weight":0.0003487383002669545,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 15; 2312FPCA6G Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":392,"weight":0.00034870254906773767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0003483709238222829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1920,"weight":0.00034795342114782025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":1470,"weight":0.0003478387624350921,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003477496516928526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0003477196674121912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003471360298787993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.00034706288358125984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4066.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003466792274055366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00034635121818420297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":1424,"weight":0.00034610123354933707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.000345988504243939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3402.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034580775344814714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1012,"viewportWidth":810,"weight":0.00034484581512779164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0003446441434806364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0003443025891589586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00034422359005235924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0003439588247768232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.00034382939899476526,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003436831013949331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00034366763628934026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000343265022651972,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003422793722730065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4967.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003413237566942027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003413055135272504,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00034115053331851974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00034114187190206746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1317.1046 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034073486177542704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003407263642151819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003401470634435775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00034009625891201484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00034007193971772904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":551,"viewportWidth":414,"weight":0.00033977904442206283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00033954723440437036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1709,"weight":0.0003395259295711696,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.0003394794339461363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0003392413799096846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003391924733659801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0003391635424666533,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0003385432210271172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00033828544081427735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003377098173552343,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00033760208141275425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00033703227116094745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0003369662688135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":559,"viewportWidth":375,"weight":0.00033676558685826635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8125.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033627300484487623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003359066662350123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":430,"weight":0.0003357287251188624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1440,"weight":0.00033557953069937444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00033551612063238874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00033551508185483654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.0003353258508368208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00033491672060605886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":2048,"weight":0.0003346186687088673,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 14; SM-S916U Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.135 Mobile Safari/537.36 OPX/2.7","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":384,"weight":0.00033456315709526097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.0003341190824542075,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0003338043660633301,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003335168305215257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":5120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":2558,"weight":0.00033316431802957934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000332812086737389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0003326380046216039,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/333.0.671582647 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00033212798784674883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1440,"weight":0.0003319468293832893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":704,"viewportWidth":1194,"weight":0.00033178449149212343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1050,"viewportWidth":820,"weight":0.00033151280228856935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00033067496361143553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00033055851640073506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0003301986552347894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003299079597585836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.00032989187077200535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003295223820895343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0003291282730198161,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003290805708798603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.0003279282144011513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0003275599064735278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032739951429846143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0003272386204808392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":910,"viewportWidth":1513,"weight":0.00032719068368878174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003269832333475826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00032697210013355534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0003269558343765126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0003263993151702167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1760.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003261984700289984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00032592389695330584,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00032581045400803077,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0003255756493524969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1672,"weight":0.0003250440969274428,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":862,"viewportWidth":1846,"weight":0.0003249849619374421,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00032486903356932975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0003242575882132536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00032413189540833886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000323823555924109,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000323460104184406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00032305242068814247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.0003229516096515694,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0003224984543046357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1392,"weight":0.0003224543316943275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032236640958248965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00032225712793031413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1879,"weight":0.0003219329336294171,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":586,"viewportWidth":440,"weight":0.0003213782932667889,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":981,"screenWidth":1570,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":823,"viewportWidth":1570,"weight":0.00032084828577588336,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0003206434638189876,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0003203991989455009,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00032014113678023603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00032008485763308217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00031996729974346745,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00031985273774976343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.0003197740232512563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":3440,"weight":0.0003197056734125263,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00031956803551712874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1239,"weight":0.00031935880035787503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.0003193494051299285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":1520,"weight":0.0003191735995110838,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.0003191677049420626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000318910273631956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003185467229234563,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00031816258614605875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003180446575351681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00031786428784985084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003177969883877121,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1248,"viewportWidth":1024,"weight":0.00031777304385743893,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1778,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":1779,"weight":0.00031763593038104275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00031753007899087277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00031750794310960535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00031704524773113743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00031700877711989906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro Build/AP2A.240905.003.B1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/500.1.0.71.108;]","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":448,"weight":0.0003165036606748082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00031649525369682984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00031626700755837164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3159.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031620449323534655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5962.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003161943058742234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.0003161169702979231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000316062540955994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00031528705476062353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003149337060892663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00031476397636918843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003146895096368323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0003145787463800057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00031453282797488794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":864,"viewportWidth":1512,"weight":0.00031431763070199475,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00031302483606419034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.0003127720524180601,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0003125759031190992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0003124470854123814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00031240628172681466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":704,"weight":0.0003122647938933729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7717.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003120812753091087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1447,"weight":0.0003116156548265931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0003113644219179902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00031115775179714966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.00031102030195715406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0003109330314662705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":938,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":411,"weight":0.0003106915621536316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003104629010703315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00031032812950596136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1153,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":2040,"weight":0.0003102185307719819,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003100486981154322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":510,"viewportWidth":320,"weight":0.00031004075914208565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.00030993227153755043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003098800547887322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003096116176846631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00030958628684149005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003094290617237895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":390,"weight":0.0003094288356976319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00030934434920106994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":615,"screenWidth":1093,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":547,"viewportWidth":1215,"weight":0.0003093112160885014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003088186409009851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00030877030338221175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00030875226742404783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0003087161864533628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0003086564313856761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00030845703357672456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003082682072547369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9604.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003081640522240898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000308007829684911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00030788913489266436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":1094,"weight":0.00030777567517209617,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":753,"viewportWidth":430,"weight":0.00030760357789912806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0003072440607038237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":1470,"weight":0.0003065409156786094,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003065190401762591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0003063790729558585,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003060430814161072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00030603757116426904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":432,"weight":0.0003058299201758089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00030562312300422593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0003053408613361096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.0003050803214316728,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":1512,"weight":0.0003050664635242777,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0003049269199818974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00030472284900760885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0003045830241943284,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":608,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":360,"weight":0.0003041350641629072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":384,"weight":0.0003041184703169154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":948,"screenWidth":1685,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0","vendor":"Google Inc.","viewportHeight":841,"viewportWidth":1110,"weight":0.0003037706251375022,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000303656356155927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00030364248194736273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00030356524654120417,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00030352312742504343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0003034141404778606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.0003033597243654061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00030306209033520995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.0003028120036794792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00030274244007482326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0003024034858753363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00030215482048744774,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00030213414416989826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00030204015734673704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":1199,"weight":0.00030152119442911876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":390,"weight":0.0003013113401676286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00030128163321765163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0003012705062844891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000301177634539977,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00030108048469702537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00030069569161722965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00030050661601486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00030048865548856394,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.0003004764568730554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":1241,"weight":0.0003004649840087347,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0003004644262951549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003004150633141211,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":787,"viewportWidth":1194,"weight":0.0003002274592556032,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1197,"weight":0.0002998178653342674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.0002993602872997533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8481.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029922805787437827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00029792374222732,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1082,"viewportWidth":1912,"weight":0.0002977520441335313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1346,"weight":0.0002975265023916221,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":603,"viewportWidth":390,"weight":0.0002972946285555937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1115,"viewportWidth":1292,"weight":0.00029709409610282516,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.0002970591301926798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002970167690762762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":1014,"screenWidth":468,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":897,"viewportWidth":468,"weight":0.0002968130771520874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":694,"viewportWidth":1430,"weight":0.0002967685397711765,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00029622134686961224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00029603770739756807,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00029591520264165487,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.1,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00029575344220126795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0002949310759054902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002943637405880031,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0002942093858148971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002940590846313917,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.00029329632057492703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0002929245385574141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00029272329558833505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00029200879196660266,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00029196895185795333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":821,"viewportWidth":711,"weight":0.00029196722648868536,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002918772725754091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00029169440560473226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00029167165557767306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00029138778034981417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002909949981512034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0002908486172077311,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00029039954351388976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00028974527322595705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000289463341655422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000288892247692595,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0002888858043776317,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1144,"weight":0.00028880399237881814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028872862213296464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0002886786927693589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002886292979459331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002885371258076924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002884841633754305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00028844858072897057,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002880557080240526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":610,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":360,"weight":0.00028789751433866753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002878788345963499,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.0002878263582535366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":414,"weight":0.00028781044475704385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00028763889897962235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1920,"weight":0.0002874913430216655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.00028730711134145693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002871031595646939,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002870842804168571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":852,"weight":0.0002864492874508002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":835,"viewportWidth":414,"weight":0.00028642071974262575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000286271163076512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00028619552442337847,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002861526353247536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":972,"screenWidth":712,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":972,"viewportWidth":712,"weight":0.0002856406542475902,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002855480657121035,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0002855325731730842,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002853917125713602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0002853225694313536,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00028515465731027536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00028504804734345873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002846240078422866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002846068469237668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028453853914889554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4197.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028440914809970953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00028434996895330104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00028430774474646884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002842739886268033,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002841765706955289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002841565758975696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":518,"viewportWidth":320,"weight":0.0002841284181534131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002840512177432797,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000283736324571737,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028368540931401036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00028360078209960053,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00028344756414976134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.0002832762410138249,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00028312796491655935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002830735290482893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000283051398256511,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1997,"viewportWidth":827,"weight":0.00028278644522636704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00028278381413115625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00028273475476468503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00028265581425059846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":920,"viewportWidth":1470,"weight":0.00028257409474451514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0002825223857259134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00028245330745052034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":392,"weight":0.00028242829654367215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00028242357546890475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002822529230162934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00028223056397236464,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00028220884259984313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00028219365962924465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00028157182855718943,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":888,"viewportWidth":1712,"weight":0.00028136304382852395,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":681,"viewportWidth":402,"weight":0.00028132564728690346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002811651414643567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028110043210624673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00028083170784568007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.0002807411104642582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2025.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002803174996638739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0002801767171648903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027991100472579163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002798255673993117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002798097003479172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00027979426794821476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6982.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027976784455871386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002795807754404322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002795452139298642,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":954,"viewportWidth":768,"weight":0.00027900265089017117,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00027897903294761106,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.0002787573109667346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00027874864319160517,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027868528746541815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":440,"weight":0.0002785455066154385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00027840800194952795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0002783912648249695,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027799995248121664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.0002779730831536335,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027760653972020127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0002774705358843757,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1470,"weight":0.0002774396561610123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002773833263749165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002773548079566063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002771015858503457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0002769834717610499,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00027698247952057234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15 Ddg/17.3.1","vendor":"Apple Computer, Inc.","viewportHeight":850,"viewportWidth":1776,"weight":0.0002765892690241314,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1866,"weight":0.0002765683902663081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00027640073776738185,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.000275802099285907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002757708440025217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002755991668694819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002754772397906645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002753660139186001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002752986903998731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027505843884300686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00027498728748628307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027487879375681927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0002745633047860257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00027441068288223047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":375,"weight":0.00027432726555998713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0002741474382844081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002740456960937833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027392664335776574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002738162474292925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.0002737854125032217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00027353810464052496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002733556679309898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002732622657363944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0002731161636774198,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0002730062989132469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002721980740005955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002720115737988104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00027197754033718587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00027197148119415345,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":1194,"weight":0.00027187588623268097,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.00027179055042448995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002716973483627783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1092.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002716816246733829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.00027149634690564655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002714947109229753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":384,"weight":0.0002713768158624687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027134012034158545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":579,"viewportWidth":1280,"weight":0.0002712139252773023,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0002708367762350369,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":1277,"weight":0.00027075296113623595,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027068654442717756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00027059097640577743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00027027265981714434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.77 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":428,"weight":0.00027023391719042386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00027012397339961383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002699385516529476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00026968673733078323,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00026941699957392886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00026941354692648585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002694093350187833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00026940276654409525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":402,"weight":0.0002693817110703218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00026924140563001886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.0002689330653132913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026892101281869335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.0002688842308235329,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":897,"viewportWidth":1366,"weight":0.0002684884075014789,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002684152464634786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002683913788430405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":723,"viewportWidth":1180,"weight":0.00026836234251920627,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00026833705311229066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0002682302232410892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00026805656676957753,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00026799307320315676,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002674508845293535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":875,"screenWidth":408,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":776,"viewportWidth":408,"weight":0.00026738713168057086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"3g","rtt":750,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":4190,"viewportWidth":0,"weight":0.00026738184515339884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002673167453258249,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026722300805922573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1601,"weight":0.0002671739028256346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002671655632958772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00026678044074258874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002667651803934188,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15 Ddg/16.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":1440,"weight":0.0002665090449313528,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8918.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026642479225636004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002663416702620368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002662611401612328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002662319351526444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00026618696409503294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00026613138638210737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0002659463862013486,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Linux; Android 9; AEOHY) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.4.1 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":980,"viewportWidth":1920,"weight":0.00026584575698593456,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002658120518218133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0002657957447007974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1403,"weight":0.0002657926489041843,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0002653638402026126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00026534775572277074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002652293167308204,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5586.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002651553687847063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00026469452040909185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002646396752336644,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002644934126662915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0002640942446277592,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002640855927914151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":989,"viewportWidth":1728,"weight":0.000264034256872554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0002639611381559425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026384255792924374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00026359040855282375,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002634554026315999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":818,"viewportWidth":406,"weight":0.000263218245220113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1352,"viewportWidth":2560,"weight":0.00026312783347852447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":506,"viewportWidth":1093,"weight":0.00026290136606592416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7502.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026288711568781524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.000262838930535285,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1017,"viewportWidth":1710,"weight":0.00026268767444577635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.0002625409509117145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026253512903357055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":1638,"weight":0.00026253042605208366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002623759855987898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2745.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026231533561863347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7875.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002622907549003114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026146543191707053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":942,"screenWidth":1708,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":938,"viewportWidth":1707,"weight":0.00026122414638327644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002607373554687382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3348.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026049321458580555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":710,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":412,"weight":0.00026041515100729673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0002603495701936627,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3897.1400 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026030435667191265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0","vendor":"","viewportHeight":937,"viewportWidth":1920,"weight":0.0002599628037749653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00025990229230101066,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002597847748922634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002596567028567669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002596410031913902,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002596292752730857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002595746273036974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00025935232328916336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002593130776597775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00025884148987890583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2943.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002586934217721925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00025839364575134025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00025834680457680374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025833602119685944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002581182636557949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000258088899127825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1138,"viewportWidth":2240,"weight":0.0002580654599272228,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002580109065538407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0002578408927675961,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000257648178582054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00025758901735386126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00025756443601916246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1728,"weight":0.0002574735063420514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0002574439087858473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00025737074579262247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6008.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025732170640371035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":600},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.0002572587975994931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002572151216477559,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00025714750517141376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":2,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":1366,"weight":0.00025701376904949043,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1518,"weight":0.000256867111013157,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6899.1155 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025679157480861187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.0002565349353049177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00025619328277245757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002560855147030815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00025598885274620374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002558812224733479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.0002557249333527249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00025563922627022743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8147.1129 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025550833910213905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.0002553652837804666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000255164065910968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0002551629116757048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2861.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002550304677642572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00025500434970111597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0002549200635216216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00025488854261891393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00025488575585035425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1993.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025481852625825174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1210,"weight":0.00025464804670713393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00025445266341749136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00025434295134243995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0002542709718242904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00025381093919768277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025369589547315934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00025338211010935666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1294,"viewportWidth":1688,"weight":0.0002531996143251517,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00025290141659790936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00025285832071154506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002528242220500191,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0002527666182564842,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0002526904951256582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000252643500685047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00025251117418092334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002524417107012454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002524324968121048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0002522088675234779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0002521254011648876,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0002519481974060095,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0002518489470157345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025168034458406636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3709.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002516380939495825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00025160136545060896,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":788,"viewportWidth":1363,"weight":0.00025130885460105697,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2158.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002512960845926851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00025128941479385614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000251204555669429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5064.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000251080883656311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6440.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025084160971032245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.0002507981418013888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0002506500579803355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":390,"weight":0.00025053691860547287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00025046664472204666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002503913690384985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":406,"weight":0.0002503155104910219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00025026576394240077,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00025023947901982676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00025021065932046135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.0002501786423680666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002501779440732734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002498367695171508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":2560,"weight":0.00024973971377638903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.0002497312837358776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":393,"weight":0.0002496084946276972,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024950904363141567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":393,"weight":0.00024902068187558933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00024861218824084045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002483095502695162,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002482705945269905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.0002481404504903277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002480740156659308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002480658300897531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.2,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00024800736095788377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002477386783882123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00024771696630009635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024752912330514785,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00024740478713025323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.0.736230278 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.00024700799287846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002464061928890581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00024608773005302295,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00024589486671578825,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00024579229339865996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002457281330688507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":814,"screenWidth":367,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":366,"weight":0.0002456341524344645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00024541111941663247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0002454085125797801,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002453665237090914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002452954123839496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":827,"viewportWidth":1536,"weight":0.0002452738184027208,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3005.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002448741320485482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0002448081360275255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002446347294767173,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024421984683855333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002439999022587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00024376574910013035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000243740112058577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00024371364417342256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00024365890922491905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00024356552047155464,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":1301,"weight":0.0002433448991604128,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024300391751179464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002429061844488425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00024283382230717903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1038,"viewportWidth":2240,"weight":0.00024267510374923474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.0002426690009486441,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00024243375765353346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002423432091271775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002423343964888563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002420358775780792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00024170364304445255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":995,"screenWidth":444,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":828,"viewportWidth":443,"weight":0.00024163129328388496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.00024147921718552036,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":817,"viewportWidth":1093,"weight":0.0002411163237077074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1440,"weight":0.00024097943556320505,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":666,"viewportWidth":1257,"weight":0.00024093622325708643,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00024088320075802018,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002408360225770119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024082669304257998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":521,"viewportWidth":320,"weight":0.00024072076496133398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00024051735339707998,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00024044076043689436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0 (Edition std-2)","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":1490,"weight":0.00024040260390644153,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00024027775944069065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00024024163158491813,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":375,"weight":0.0002402008275456772,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024011006044015595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":387,"weight":0.0002400649728590634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0002400036702323004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6856.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002398510225562202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":950,"viewportWidth":1421,"weight":0.0002398083325482526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00023979363655278642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023979339560834662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00023969061573110697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00023948242564369014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.0002394649728025771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1728,"weight":0.00023945986434898938,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00023938782925054267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1318,"weight":0.00023923858514997653,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":428,"weight":0.0002390103485022421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":1112,"weight":0.00023898276273898707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":1241,"weight":0.00023880079677426365,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.0002387042198134572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1423,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":670,"viewportWidth":1424,"weight":0.00023847674600441083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00023846112119676107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0002383679207635648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023820523421006775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023807470440619205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00023802738860148042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":1710,"weight":0.00023798521447013414,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00023788416127503443,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00023779011544559797,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023773770129068106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00023769019984158304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000237366650777025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023717608717771906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00023707954316027236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1358,"weight":0.0002370778689682032,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00023704688525747768,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00023702725481670417,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00023700361931030723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.0002369406874266552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000236906842990171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00023689688614265576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0002366754332712405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1347.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002365774519232036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":567,"viewportWidth":320,"weight":0.00023656310344130423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3712.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023647466965827246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002361257406817909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6524.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023605424502336203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0002360299729810817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0002359851112143379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":861,"viewportWidth":1920,"weight":0.0002359680952447201,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002359575707765644,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00023585336847238206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00023584410335946237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00023582583134007417,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00023581092384138057,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3217.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002357687741891436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00023564616894572964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002356368217565584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1097,"viewportWidth":2400,"weight":0.00023560673657651627,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00023529595650186464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":411,"weight":0.00023520916940498107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.000234985615513411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00023481249706497426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00023476473478942103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00023461041372429582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":965,"viewportWidth":1785,"weight":0.0002345117931035585,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00023441345385913752,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00023434556889029106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002343105883524745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00023422827320074516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00023400731989217392,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00023399586315192512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":991,"viewportWidth":2048,"weight":0.00023390460337032704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":2560,"weight":0.00023383876718010316,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000233831998349569,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023373227723044867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023359086714489267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002335683423415112,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00023317930868589794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023317364189788973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.00023295217561155305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00023293205035395415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":644,"viewportWidth":1271,"weight":0.0002327862026375496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0002327426188472912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":985,"viewportWidth":573,"weight":0.0002327302457402343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002323527116603418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00023229956753976848,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00023222626204774826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00023220614008846445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00023211823412796267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0002321018755694763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00023203655385318288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00023194928180896108,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00023193735612169963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00023182677141984635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1920,"weight":0.00023182092049161678,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00023141868836253345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1747.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023133955835832505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00023128392974861603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.0002312431392398618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1536,"weight":0.00023107541524142487,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.00023104611292372243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":360,"weight":0.00023085005551913698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002306118120988034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00023060132594261647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":730,"viewportWidth":430,"weight":0.0002305184702427699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":640,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 6.0.1; SM-J700F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/95.0.4638.74 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":360,"weight":0.00023035646606919084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":638,"viewportWidth":384,"weight":0.0002303557568412472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002303337715369926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":472,"screenWidth":553,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":472,"viewportWidth":553,"weight":0.00023032128756335867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/23.7.1.1266 (corp) Yowser/2.5 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.0002302814125061337,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023021292942543468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00023011789479252418,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9539.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002300093237268843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.00022993894019075913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00022992657934959126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00022954141890970043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":739,"viewportWidth":1536,"weight":0.00022930792120002017,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002292917963561563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0002292157813909702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0002291357194898353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.00022912586118358454,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00022912030868705148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00022910138644635856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00022898654997494984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00022897703159072757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00022893778376812779,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002289113780903623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00022873146069217817,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00022871459092083945,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00022869625231615573,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0002284441522133076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00022821787736971436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00022819744928103994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00022803545531324435,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1280,"weight":0.00022801582936145078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00022801515903783805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002278995513232907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000227892811657843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00022784424893262787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002277692607882717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1005,"viewportWidth":1920,"weight":0.0002277309259216117,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00022771242221028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":829,"screenWidth":691,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":690,"weight":0.00022757401685911008,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/353.1.720279278 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00022754522407269942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8906.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002273910528036556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00022732014152735829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022713393081984218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002269829492877575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00022695807758879485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00022681876844823072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00022679885035056192,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0002267475824139258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00022664169857945971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":411,"weight":0.00022644751191593465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00022637006037940912,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00022612238178975548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":314,"weight":0.00022583034052593901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0002258181166297905,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00022568618341385833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00022568266388134622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00022550457543417214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002254989893084116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00022538345106351538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00022537784008197406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1033,"viewportWidth":1493,"weight":0.00022532005631468584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00022531359938537533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0002252682822372402,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00022518353692961793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4697.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022512144045850848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022511752562860577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00022502426607974712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002248619201428561,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022475814934573687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1030,"viewportWidth":2047,"weight":0.0002247343665151319,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":1440,"weight":0.00022449222702527485,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002244702800868539,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":889,"viewportWidth":1728,"weight":0.00022440946649049195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00022430051943641869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022427351893486092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":705,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.00022420908832037655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00022415927173179606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0002241125298612009,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1432,"weight":0.0002241049598283578,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1440,"weight":0.00022407710447793576,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00022400452169427863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00022394328191541136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00022393185786682087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1439,"weight":0.00022385498861251594,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.00022367623862500554,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022355665773880773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":643,"viewportWidth":1366,"weight":0.00022335623603535984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.0002230544545429754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00022291906317897363,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002227984219769711,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":789,"viewportWidth":1463,"weight":0.00022213688208917322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00022211473894073546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0002220060868152728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00022160706509878446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":773,"screenWidth":2262,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":2258,"weight":0.00022144465935474138,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00022122866002054456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00022113755933298108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00022080439818114944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00022069449002284745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022059864895178905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0002205451369333959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.00022047116533950012,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00022040528987659927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.00022020304044164296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":3,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1680,"weight":0.00022019770340318126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":1366,"weight":0.00022016911025544481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00022011029891195178,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00022002228166575054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":787,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":384,"weight":0.00021991128531846925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6447.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002198065838476026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00021944400876234627,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 9; KFTRWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.5.3 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1280,"weight":0.0002193865027058643,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":3.45,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1280,"screenWidth":1512,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":1512,"weight":0.0002193260270886426,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002192563631701389,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002190220417988134,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":520,"viewportWidth":1086,"weight":0.00021891985569093533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0002186512570152743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002185647317995813,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021848913898476802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1047,"viewportWidth":2846,"weight":0.0002184452261585893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000218410201354711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021836292873411275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.0002181316335374086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0002180558120437812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00021799898563212828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00021799785668869751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00021779528586289118,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00021763807825406851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00021761334378763816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.0002176034037836445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8147.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002174652793850219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00021724982592668165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00021714852400616972,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002169062281610281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021685878049382468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00021684296136865075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":810,"viewportWidth":411,"weight":0.00021684123898534267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00021671684959600958,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002166167330360598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00021660746780960993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.00021659222897840564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00021657738485780228,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00021652582869169777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00021649417819900857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00021646955816653898,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00021646401677730067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00021645215140800978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":1370,"weight":0.00021639241210954198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002162237212709634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1856,"weight":0.0002161743950245469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002161012275886076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00021608279359530488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":990,"screenWidth":1760,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":833,"viewportWidth":1760,"weight":0.00021607494483940042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4765.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021592706220837523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1920,"weight":0.00021589787989995647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00021588134900883191,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00021564800484695718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00021561001207318428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":533,"viewportWidth":1280,"weight":0.00021559503417756582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00021543905344970259,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":411,"weight":0.00021540261578457967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00021538797016852995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00021534619359932217,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00021525113160991886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":851,"viewportWidth":1536,"weight":0.0002151790629612064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00021516179421094065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00021508045512961356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0002150664947249143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00021468677196013477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021458270614435572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0002145176630118895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002143569988083367,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021424148319637972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00021419847412969115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":618,"viewportWidth":912,"weight":0.0002141595071724821,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00021397460233468855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":896,"viewportWidth":1452,"weight":0.0002139049281286564,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021390082394177486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00021389775876446408,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1512,"weight":0.00021386671430571264,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00021384333084527074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00021382922881031798,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00021382436633099084,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002137807876966344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1298,"weight":0.0002137413848889941,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0002136857452251036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00021357502127878868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":485,"weight":0.00021356119552696438,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00021350896653283416,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002135033368068926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00021348185243420692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021342303527844414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":3840,"screenWidth":6830,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00021313710961480398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0002131066907410058,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00021305692269045837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00021291578661815323,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.0002129040023237017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002127158696135136,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00021231414883653952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.0002122433956844235,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4508.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021214638208405713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2395.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021209733074457866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.154 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":1024,"weight":0.00021206103105730106,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021185094607325348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1536,"weight":0.00021185088390561794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00021179148875912415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1436,"weight":0.00021177103578843496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00021176960034192125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0002117427065718394,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00021171825671404722,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6911.1666 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021170625686991218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00021152861780754725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":351,"weight":0.00021152109834488955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021137929278010922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.0002113681030345214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1656.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021132525942983775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021101409648817548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1310,"screenWidth":3128,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1020,"viewportWidth":1873,"weight":0.00021100758673897466,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":430,"weight":0.00021096100978372503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1194,"weight":0.00021070000784916473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00021064885415988767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":752,"screenWidth":1336,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":598,"viewportWidth":1328,"weight":0.00021047586368852866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.0002104736724183106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00021036944310059242,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1047,"viewportWidth":1920,"weight":0.00021029073089306205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00021019250565066638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":564,"viewportWidth":342,"weight":0.00021013223510191618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":1470,"weight":0.0002100808693119476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":543,"viewportWidth":375,"weight":0.00021005725012667974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00021004711658659082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002100324726715513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0002098793587966608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00020968645144007708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00020944218919354528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0002093924039044468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020936894452896394,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00020930080017699467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002091684300159555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020916636350871938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020907916509646673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002090764961550589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002088949183447033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.00020885366883098121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00020877015599446875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2641.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020874827220736196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020872968433023555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00020856628802743224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000208478717035901,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":430,"weight":0.0002082338684861966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020823375676572005,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020821780637382518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9172.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020818254352470295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":803,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1018,"viewportWidth":360,"weight":0.00020802021526806632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020800831626095146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":6,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":731,"viewportWidth":1380,"weight":0.00020795966876965054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":942,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":424,"weight":0.00020788492181963433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002078289592113236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0002074540539666878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002074054063721266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020729438296753926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0002072594644331844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002071030295334646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00020708061960957532,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00020657790886959698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00020646733754632303,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00020635308466567583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020628703350357398,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0002061797423308186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00020606240877628888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00020598507153888018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00020597055382733955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00020559190608425966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.0002054777868953244,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00020544223001702804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":638,"viewportWidth":338,"weight":0.00020496775021380071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00020485525504416438,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":648,"viewportWidth":393,"weight":0.00020476803698625534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00020473833073365424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":1280,"weight":0.0002046685902786907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00020462762148304578,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00020458221104438962,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00020457909729911357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00020455532766396764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2556.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002043871806795525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"downlinkMax":100,"effectiveType":"3g","rtt":650,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00020438496461684715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020438328486267824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1047,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":412,"weight":0.00020411678449642505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00020410797635121562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020407366953794265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00020396194546244134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0002039299068513352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00020378863524985247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00020378122905342813,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.0002036821692266955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00020361018546665642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020353588286434911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00020351826040305204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00020339537894185577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002033607912735983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8671.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020316583508167777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020299384958220244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00020289994194065623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00020263370347559263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00020260429611081322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00020252777977660934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1694,"weight":0.00020250467555912825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00020239435172561725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020239416865878597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00020231714728851936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00020210157852630414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00020208874872291795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":419,"viewportWidth":250,"weight":0.0002020123174188071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0002020061148930538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.00020180839236159893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00020174731379306746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00020165963090017043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00020153968314764442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1496,"weight":0.00020149391147343028,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.0002013847150124521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00020136858670155797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002013184337211633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00020130496959407817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.0002011484995529937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":820,"screenWidth":1505,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1497,"weight":0.0002011095951252777,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":440,"weight":0.00020110380591712053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00020107317668296783,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00020104149665280469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00020097587585021806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020094696298267233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00020073223942614144,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.0002005645035947993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00020053861137233432,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00020046957625158995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0002004325517151843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002003512412575056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020029172578247276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":848,"screenWidth":1506,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1507,"weight":0.00020007266373861255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00019998732749836585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":747,"viewportWidth":1536,"weight":0.00019996710918922294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000199965131070013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019993848485683785,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019988139308943997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001998405099549564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019972331247330728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019967319390288828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00019961758162575648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":789,"screenWidth":1402,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1402,"weight":0.0001995943872417895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00019957202809245628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5356.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019945417567737543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.0001994463449738003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1900.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019944420881621693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00019942399488710716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1712,"weight":0.00019935650593394758,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00019922605785671532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2230.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019908268553079617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00019894888178142528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7584.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019880980304923682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5994.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019877928276589837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00019876364677744472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00019875239799572956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00019870951559244738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1921,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1799,"viewportWidth":1080,"weight":0.0001985518807968849,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019838337767795903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00019837260337359725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.00019832414800340087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1912,"weight":0.00019818709832007447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00019807417055846897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00019803783554065302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00019802935162311974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019802328981727432,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019800747847284803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0001979144009580229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7592.1256 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019791128328700607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":1619,"weight":0.00019783179313654056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4540.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019780907277097958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00019777073574725785,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00019771202239702673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1854.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019765726150550972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00019765282670446027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019747050689799717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.00019717866467515818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.9,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001969874696162018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00019680603347910913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00019677479154233467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019674622278025884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":859,"viewportWidth":1920,"weight":0.00019667246596078298,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019635549119558383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00019633943550188032,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00019631164832891384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":831,"viewportWidth":414,"weight":0.0001961693954619702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00019612338277886625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":538,"viewportWidth":375,"weight":0.00019601125423838488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00019598751710991902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019589805082468177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":507,"viewportWidth":320,"weight":0.00019557069008312625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001955680913619748,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001955230995666868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":687,"viewportWidth":390,"weight":0.0001954793222173998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001954277682476654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":918,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":423,"weight":0.0001954262324777007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00019533656679616513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00019521650896822958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019486785562944177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00019475990880805553,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00019461085454253253,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019459907647880506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0001945873891490499,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.0001945684976382678,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00019454493880634386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019450305340575186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00019445906814680262,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00019415809280385078,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001941474536663483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":627,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":360,"weight":0.00019403178605576047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019399546404876887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":1506,"weight":0.0001937706882957116,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":857,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":854,"viewportWidth":1496,"weight":0.00019373239507340624,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00019363304264979073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.85,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00019355637868124205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":706,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":345,"weight":0.00019355347569972712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":932,"viewportWidth":430,"weight":0.00019354773642256092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1441,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00019332439562682184,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001932616855961579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00019308883454563416,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00019297193913871287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00019292908946415358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019290499580401282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00019290158965922202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":1003,"viewportWidth":1879,"weight":0.000192782489033992,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00019271689739982093,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00019267342831438114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001926530515944204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001926133579203187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001922273837213239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001922017389073315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":981,"viewportWidth":1710,"weight":0.0001921958927652811,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00019203489844658397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":856,"viewportWidth":430,"weight":0.00019177003496981685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001917286784604121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":907,"screenWidth":1451,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":775,"viewportWidth":1451,"weight":0.0001916469984676903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019163385911247512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019152750761925233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00019149764811781303,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019145604576285778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1154,"viewportWidth":2509,"weight":0.0001913426340733562,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00019130399821293075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":412,"weight":0.00019130069478070515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00019125110346273662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000191203631073003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001911365686062402,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/121.0.6167.138 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00019092113268072994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001908011878775313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00019075798664586858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00019060456813236126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":640,"screenWidth":288,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":525,"viewportWidth":288,"weight":0.00019042396353712815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0001903511687254825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00019032784295581264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001903120883613679,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00019029424233637268,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6991.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019016566667515644,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00019016134423874666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1368,"weight":0.00019009916668155357,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.0001900263502839847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001900034134543261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1439,"weight":0.00018983144717745428,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00018979132272034264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0001895850688092737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018954025234620546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00018947811853941665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00018931964139605722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":601,"screenWidth":962,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":433,"viewportWidth":961,"weight":0.0001893099269312115,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00018926096592951637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018915074864629458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1049,"screenWidth":485,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":484,"weight":0.00018900538752148545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00018898562228882132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1707,"weight":0.0001889695291259929,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00018877774097297446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1409,"weight":0.00018877683385653743,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":1440,"weight":0.00018872508373857035,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00018849349292704174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00018844474767834205,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00018829923440435843,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018825941521205102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":1299,"weight":0.00018811503536375466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00018809346956220882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":1112,"weight":0.00018805100451872855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018801985239936473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00018798288066893562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8324.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018795663298415018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0001877964293871501,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000187746953886723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00018767073367272763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1206,"viewportWidth":2122,"weight":0.00018753722822130935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00018743902796763176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00018738861548066324,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00018733655028005516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1238,"viewportWidth":2560,"weight":0.00018705771817168054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00018701961520863669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001869521578660101,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001869194621883782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2883.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001865523065530469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00018634024413582956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000186263412112794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001861396513322312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.154 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00018611630839627125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.0001860013345963723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00018585610579443848,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001858531062199556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":753,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":338,"weight":0.0001856950816717592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00018568977513080297,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.0001856809806051783,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":411,"weight":0.00018555150272952213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00018549108388263313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018542127212379684,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00018535332832100336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00018534422078197652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":816,"viewportWidth":1904,"weight":0.0001851754943335236,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018505871989907873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018503299475213967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00018483611612265006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00018474667903641134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018470864184154094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00018464654211527802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00018453788094689765,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":888,"viewportWidth":1324,"weight":0.000184483180649639,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0001844782474126087,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0001841722161269469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00018413975270607482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.00018410302215007552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00018409950293927704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.00018409828060780633,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00018404984254087494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018396993158865558,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00018392104941142366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00018381375479189675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":545,"viewportWidth":375,"weight":0.00018378075303511702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00018368669305214496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00018359516711257228,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0001835542980614503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00018351811530960702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9693.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001834828582580059,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00018339765269620955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00018337649114115434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2052.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018324337042861712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1300,"weight":0.0001831540900153546,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":958,"viewportWidth":1842,"weight":0.00018308932055042837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.1,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.0001828312175312173,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018281955792321056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018270257914853073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00018266434050717413,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":1745,"weight":0.00018260355294797518,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.0001824950825772607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":910,"viewportWidth":1620,"weight":0.00018246448440986874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00018242276339122435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00018237887766656098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00018230150713743223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00018229039239424158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1707,"weight":0.0001822710800092171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.0001821795026144198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00018210487640890754,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2463.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018210361188395504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001819617547821815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001818350172303941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00018178064944511751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00018173979043518122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6956.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001815739435928222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00018151022123772466,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018146923856034018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018144076914092033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00018140096197236775,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":347,"viewportWidth":814,"weight":0.00018139983621978743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018136274734462416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00018133938296938343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001812480313936081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00018120659680165153,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":413,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":413,"weight":0.0001810886480874717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0001810718261469488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00018102914768127515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018100437793277163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00018090920165277473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1680,"weight":0.00018087838836106847,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001808547507083635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00018085205443891348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00018075745892304898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00018045171934695812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.0001804252474801698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001804094752659649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00018035838509624792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000180337353979431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018020145574921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00018007964862493873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":368,"weight":0.00018007840364476412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1358,"weight":0.00017995982022951868,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00017994477401973171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00017991276787860606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017991239148888407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00017984377836081412,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":320,"weight":0.00017972542774481962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00017970145303022953,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":981,"viewportWidth":571,"weight":0.00017968578556420338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017967025474237538,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001796488545874894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00017948811212094705,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":559,"viewportWidth":1280,"weight":0.00017942945056021606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00017940445259989916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000179380537193273,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00017919048418800056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001791389306932741,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001789633936410851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00017894069489781376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017892242653480195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0001788910400815532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00017871827304114145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00017861813446178526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.0001785716613180443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00017844803817817663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00017843965685911576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3431.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017836353114610785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00017834309530033644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.0001782623799980388,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00017819193472720047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.00017809640241628425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":375,"weight":0.00017801391089092264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017800679726516803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.0001780040597581586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":2560,"weight":0.0001778979056976299,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00017786483267308062,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017771159539584457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017768946416748244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":704,"viewportWidth":1080,"weight":0.000177593953127059,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017734444603064014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.0001771949355885017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017709985325139546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00017700096366832276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00017692098832020444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017690514224518567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000176786034234172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1439,"weight":0.00017674929452005607,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001767274201512271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.00017669885085601965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001766695449606461,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00017662967093961081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0001763144152345864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017617084892958962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.0001761653277604169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00017612718431611688,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00017612599394148645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00017611207307979406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/101.0.4951.58 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0001761095766708853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00017608285107935615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00017603056199762726,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00017597830900880729,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000175976615337889,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017571438546318274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00017556320207948823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00017552766359908568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00017545065174659737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":559,"viewportWidth":320,"weight":0.00017541179023460883,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5173.1831 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017534881229712505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":701,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00017528511109778309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00017527186610274802,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":200},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1512,"weight":0.00017524675522242095,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.0001751023232741685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00017505386899013226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":832,"viewportWidth":1512,"weight":0.00017490380697701358,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00017485649857385636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00017480308015029706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00017479546798370858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00017458922835794725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017449405192918147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00017442404898926635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00017435657065646313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017433161484535321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0001743213313603554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00017421353346989258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00017412383643795846,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017409243781838738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":763,"viewportWidth":1210,"weight":0.00017386081580685555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0001738532360445364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00017376311020600901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1709.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001737420106312065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1562.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017373252501800881,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00017365798516528745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001735902490610116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00017357553534356763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":900,"viewportWidth":1366,"weight":0.00017352230043275174,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.00017341168942837623,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001732715286279946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017321929169038616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00017320463401401142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":667,"screenWidth":1187,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":499,"viewportWidth":1187,"weight":0.00017313663201513213,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000172937641823849,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00017290001822516031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0001728993076991938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00017287423154367404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017281544181280343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.0001728013019468383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3009.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001727901973154541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00017278949523651048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001724718514854259,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00017243680888749075,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001723682839360135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001723127883993061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":596,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":596,"viewportWidth":360,"weight":0.00017230927940213827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00017228343979245453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00017227935147253013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1918,"weight":0.00017226749484117087,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001721458453025427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017209447822325922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017204171033928495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00017200255940995156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00017198365659451385,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017182913757816958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00017182635088109204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017182344944444077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017182061956420204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00017180028447011655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00017171705142517613,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001716997008217885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017166621038376621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017165518971021433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00017155746486424562,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":1706,"weight":0.00017154416260900068,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00017151198190772126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.0001714973127837234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017140146112909355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00017134870219888792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017133931587131007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0001712599736571597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1920,"weight":0.00017124216671149622,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00017118446515304039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6537.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001711527925360067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00017111975564417146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00017109655393701115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00017100019821720226,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0001709437366983729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":1250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0001708376325136224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00017079084129188285,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001707019537770911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00017067920903658359,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00017067802312177558,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00017067676054631183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00017040407848374972,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017039359974213307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":878,"viewportWidth":1273,"weight":0.00017020648508569628,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017018740104110983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00017015553227388416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1600,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":830,"viewportWidth":1849,"weight":0.00017015200927596836,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001701395640188283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017005966031633478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017000901878744384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00016990779531012305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001698646805986136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001696879377413794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016955916986725279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1181,"viewportWidth":2400,"weight":0.00016951566496361072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":535,"viewportWidth":1048,"weight":0.0001694983140194305,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0001693759802620431,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001693413776722836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00016933562941009295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000169195808943256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00016908091334722923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001689592407716031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.000168869335746312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00016878779995439694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001686746389318508,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1537,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016867078035461174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":663,"screenWidth":306,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":552,"viewportWidth":306,"weight":0.00016860360694687289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001685371507832337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":737,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":412,"weight":0.00016847232471355717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00016841125921553704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016841121570682364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00016839002746413926,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00016819940860897734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00016815765439299514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00016815749221945727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00016806256484608122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001679973674102686,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001679787464866123,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00016765568913313937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016756123077452407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00016755476222222592,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016751220946461086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00016721818862362284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1096,"viewportWidth":1233,"weight":0.0001672160035785722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00016721031362324697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":925,"screenWidth":1376,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":925,"viewportWidth":1376,"weight":0.00016706991943963922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":1500,"weight":0.00016702727686029265,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00016701566087520454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00016695422306026912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016692427479817143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":994,"weight":0.00016689581185269102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1044,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1044,"viewportWidth":412,"weight":0.00016679316320983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.00016677720179738745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1 Ddg/18.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00016664223406956424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.0001665487528358658,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001664815220958127,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":1280,"weight":0.00016644465202566563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001663737370960216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6192.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016636865307532425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016631863101193556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00016621004048580958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001661670999165523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":923,"viewportWidth":1680,"weight":0.00016608630999069814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001660661658891282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016598605375638942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00016598033420915528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016580409928988138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00016577925880930562,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016574102294922923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.0001656714353776197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00016565776661333376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016565415127887031,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00016563912749361243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1366,"weight":0.00016563554107094434,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00016557872813384596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.7,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":812,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":360,"weight":0.0001655639849515892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00016544711068939059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00016531766117585953,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":1281,"weight":0.00016518799013071,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00016513678811069527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00016510027762187344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016506084067306623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":344,"viewportWidth":786,"weight":0.00016505438071910363,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016502156062173537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001649937124799795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00016483259324076913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016480271532950553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016474106304096032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.00016472342001709275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016472223298295017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.15,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00016456310289189615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":390,"weight":0.00016446933596155733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00016445985485154572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.00016431054803123604,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0001642949895013787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016428424769652903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001642336024364121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1360,"weight":0.0001642238804695258,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":375,"weight":0.00016417147662345228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016413835550848867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016411968718538125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1500,"weight":0.00016407816107577033,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0001640411759879407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016402645723048807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1202,"weight":0.00016399796764893863,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016396828489603676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00016389621442799618,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":861,"viewportWidth":1728,"weight":0.00016377781467496566,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00016374389999785933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016370123017923582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":784,"viewportWidth":1507,"weight":0.00016367438529078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00016367117767928087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6450.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016365946762501846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016362701128703566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016348615487551388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00016348005771776994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001633581115744812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000163316363636007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00016331170345235124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":914,"viewportWidth":1046,"weight":0.00016330067856852262,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016326086243253707,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00016317603455090035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001631572594036545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0001631520290281887,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":100},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 13; 22101316I Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":394,"weight":0.0001631206423518145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00016309239687652954,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00016307095982941543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0001630477117379437,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00016304704315578587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5899.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016304685418704927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.0001630400763088789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00016299348797016387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00016293185600870264,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016279540495762597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001627503836669477,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00016267176777536152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016260914185616513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016259816310490596,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00016252851597611508,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001624560041238905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":505,"weight":0.00016237396407600514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00016227142483897598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":1180,"weight":0.00016223432540633605,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.0001622213839971732,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0001622050119788447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0001621079681635212,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001620242922229104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016201934407159932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0001619735781317327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00016184632846557242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8993.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016173421461411215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001617315115099025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":4,"screenHeight":1061,"screenWidth":1923,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1055,"viewportWidth":1920,"weight":0.0001616987486513781,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":1440,"weight":0.00016165931814258395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00016131948681565554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001612717360306881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000161251549667431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016112133254229976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00016092702170345934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":0.0001608868383055888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00016088452634840597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00016074963530570416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1317,"viewportWidth":2560,"weight":0.00016072558538699508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016066959657789405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000160637881846792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00016040930026595224,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1920,"weight":0.00016040294074008192,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":1272,"weight":0.0001603837678666911,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":384,"weight":0.00016030854825269995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000160305026375845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00016019327302205537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.00016013193018788038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00016012948762050947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016009925296888683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5867.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016007418124479037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016007154960486804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016002950485509987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0001599985808291415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00015995601227060218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00015989522299391333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5264.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015986790732073943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001598602681956385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015981232810412035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":432,"weight":0.00015979074893979005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001597712651959308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1149,"viewportWidth":953,"weight":0.00015965139458416883,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001594102329340246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00015940395495184394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015939203136907976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015930590937386621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00015927424746744464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1277,"viewportWidth":2457,"weight":0.00015925281727860113,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00015919888345261186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1272,"weight":0.000159188513561498,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.0001590983444519678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00015908974906270865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00015908321775589293,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015903342946396167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015900774568623874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":606,"viewportWidth":1280,"weight":0.00015900292584264248,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.00015891181570983594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":967,"viewportWidth":1286,"weight":0.00015888623625911206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1220,"viewportWidth":1977,"weight":0.0001588395105916474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015883117394629287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1440,"weight":0.00015882020166290583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00015875441213229077,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001587405467506519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":393,"weight":0.00015871944312398362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001587191989726884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00015866862015427723,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001586058713379505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015860513657111404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001583931506677345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015836717726663848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001583447824762891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001581931663920297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00015816879140432717,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":1462,"weight":0.0001581519292323343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00015811594537509433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":1440,"weight":0.00015809205235176046,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00015808226971013336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00015803610344935663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001580070245414989,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.0001579877923213598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":2476,"weight":0.00015798632301616285,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001579842550657575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.127 ADG/11.1.4796 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1418,"weight":0.00015793233569281846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":360,"weight":0.00015788597382685455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00015787913603568007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000157860802875452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00015784275199657067,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00015779006468605994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":1272,"weight":0.00015772890646639694,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00015772040037487155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0001577180555044949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0001577128303774449,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015769807512106297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001576194965562309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00015761417060363635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00015760359560936137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00015758581430095128,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015753092112340907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001574995509478273,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015742756088619003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000157409866002907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":390,"weight":0.00015731966042717435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015730080195253558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001572640930641359,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00015720966521824345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00015710926402462042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1536,"weight":0.00015702561119678354,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001569975273414903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0001569302017009354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":853,"viewportWidth":1619,"weight":0.00015681472934210054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7387.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015681099619226134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0001567710687677468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":1432,"weight":0.00015675216717819337,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.00015675043040951588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00015674997421543464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015671160829895114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00015670418402940963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00015660030081949668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001564976700894977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015647045094555076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001563522733306602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001562243165550311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.05,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1912,"weight":0.00015616922157076957,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000156148285684324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00015607494418163554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00015605809867526632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00015603476148199055,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001559665839252425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001559285858279392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00015576831535449933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00015575477439088554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015564225991522075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015564093140517352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":544,"viewportWidth":375,"weight":0.00015558410595937035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0001554167786111066,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015538241280528458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5563.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015537602406736172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00015532986981901846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.00015524861472182032,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1134,"viewportWidth":2477,"weight":0.00015523734174305163,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015522528955725837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001552159619098145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00015521445437205827,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015515553964615272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015504404244519787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015503407236155646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015501572726264636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00015499920091770788,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00015498843218057282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":1434,"weight":0.0001549857294250062,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00015496164297649636,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015479226421176415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.00015479078647269982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015472038829328607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015471172391993377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015470920283703062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":549,"viewportWidth":375,"weight":0.00015466381154080242,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001546633834595624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00015463537681181124,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":1534,"weight":0.00015457145527515218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00015455060955078427,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015441108802297532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00015435051903499306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.05,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00015433680021710399,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.0001542459975604846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015422724780246998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00015421236133124537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00015420689067629196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015413439837460495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00015412567073248804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00015396971617921416,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":638,"screenWidth":1318,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":637,"viewportWidth":1314,"weight":0.00015391873713228177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015383975035759937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015378738553576226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015371634952731156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0001535558744281018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) AvastSecureBrowser/1.1.0 Mobile/15E148 Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00015345617022827706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":459,"weight":0.00015331840782219488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015330407030117246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":411,"weight":0.00015324299110846116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4180.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015305795660411199,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015295872757814042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00015292154426317086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00015291560937909197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00015282686018178296,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00015281813838528024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.0001528112064159015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00015279365693188394,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.0001527686211899914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1918,"weight":0.0001527553428990888,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00015272808240723913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.0 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00015272630541370843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015271497373606037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":742,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":412,"weight":0.00015269880119867172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015269020601708106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00015268779115183112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001526155679884505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00015258001840902315,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015254368743903389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000152526175388679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001525021861017454,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00015247597923385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001523136346949973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1209.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015220806451821703,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000152137696326161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00015198308079006318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.95,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000151948104900266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1094,"viewportWidth":1268,"weight":0.00015191665992692874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.0001519032775701008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0001518203884776737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1470,"weight":0.00015168807103684145,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015166174014255264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1280,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1140,"viewportWidth":2048,"weight":0.00015146273535449018,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":854,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":694,"viewportWidth":1272,"weight":0.00015135771364297335,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":440,"weight":0.00015127142394672364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00015125465513713557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015119183658506114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.0001511847480586716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1080,"weight":0.0001511052291610945,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.2,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":1530,"weight":0.000151103568306702,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00015108958603092976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0001508225088707456,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001508107831852202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015076258279464932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00015074563012934064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00015069978319254867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015068990331033798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":923,"viewportWidth":1324,"weight":0.00015066327607273064,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1710,"weight":0.0001506582335732338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00015059784524879967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00015044102681957867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1247,"viewportWidth":2002,"weight":0.00015042876223995963,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0001504064210502062,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.00015035133768022282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":1440,"weight":0.00015033029370335624,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001502852937597135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00015024626146753673,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2383.1501 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001502237388308949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001500650288142814,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00015002127341120068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00015001185033474904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.0001498861775063819,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.8,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00014987856264947488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014981726010385486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001497251105678004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014965998209932782,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014958497253933568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00014956056022019055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":925,"viewportWidth":1680,"weight":0.00014955149449217376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014946066371259099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0001493963365964149,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0001493636088350566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00014932047045127815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014930568763944912,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014913931365839915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00014907124022303333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":1376,"weight":0.00014900946192792372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00014888896757124574,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1920,"weight":0.0001488664662805908,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00014883199967053172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00014871044334017426,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014856419257968043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00014852978074146781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014849981238768906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001484938670752305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00014847098532779705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00014845228980475675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1334,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":619,"viewportWidth":1333,"weight":0.00014843632270565758,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014837048236945573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014835195685256264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014819172384629718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00014812140640495437,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001479977792602897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00014798360750518195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014794373906671374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00014770434499358055,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00014770387004939164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":618,"screenWidth":1098,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":457,"viewportWidth":1098,"weight":0.00014754997749950475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00014754166188756285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3814.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014743002704581387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000147355651404102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00014726724965962942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00014724277565076848,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00014713643696712635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00014711302571491892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1041,"viewportWidth":1734,"weight":0.00014704800361685507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1329,"screenWidth":2056,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1198,"viewportWidth":2056,"weight":0.00014704683077014074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001470260893472382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.0001469487276220382,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5637.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014690456680515154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1708.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014688869721531716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014683931828754395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014675119475787804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00014672297604074078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":808,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":675,"viewportWidth":392,"weight":0.0001467111931381201,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014663311516297214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014662830950659653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001466078369348712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014656698071240074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00014656062104075778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2084.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014648688655741158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":989,"viewportWidth":1710,"weight":0.00014644232086172393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014634645316838148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001462373408295711,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014619787030295713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":942,"viewportWidth":1920,"weight":0.00014611317838766238,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00014608033272440975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014604070260071608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00014602328200211603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00014602102950958423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.0001460023243763709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014597422045257606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001459405984456045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0001459252010581963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2258.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001459205670198161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00014589923839500863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.25,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":1241,"weight":0.00014587049381744517,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":579,"viewportWidth":1366,"weight":0.0001458517843262172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1592,"weight":0.00014579046766961408,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014572990243816905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":360,"weight":0.00014569235913250287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":591,"viewportWidth":360,"weight":0.00014567455811384004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":414,"weight":0.00014560137970791407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":1085,"weight":0.00014556717983063702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00014554915128565024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00014553341710952657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":676,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":320,"weight":0.0001455328713421669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/331.0.665236494 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00014551203378427712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00014550863759837062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.00014546618426052336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9679.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014542693160959132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00014531494746610623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014529278224568697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001452504290035745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014517012713832214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.0001450346769039291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00014499541432178855,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00014498806040039755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":668,"viewportWidth":360,"weight":0.00014498162175363173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00014495496308194892,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001449296974666271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1229.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014489021437758947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014483641693143512,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00014483173835441322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00014477327665649546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":402,"weight":0.00014462095546776153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":390,"weight":0.00014457844275596763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.0001445535253445536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014454379246159818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2144.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014452219357835775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00014450322201627728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00014449717486039184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014447062445171435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":808,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":675,"viewportWidth":392,"weight":0.00014442385958001065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00014441711345218133,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":865,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":1528,"weight":0.00014437381395991905,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00014431781668266695,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014431476966638335,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00014423483000785097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001441899474022473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014397230588759945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014394467139311245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001439417488740642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001438886474175662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00014370476842685313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014368107334333932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00014362929758701752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0001436223371249055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00014355801955986662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014354292264423643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001434961586562433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.15,"downlinkMax":100,"effectiveType":"3g","rtt":1000,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":895,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":392,"weight":0.0001434367367980646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001434316011217405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00014341179321262815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001434111018799827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1366,"weight":0.00014340308851521405,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014334119015488124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00014331854498534358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00014327457934301934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014323459951659523,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":887,"viewportWidth":1540,"weight":0.00014316121565401463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00014314485666886703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00014312241157104686,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00014307353133977135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001430660331234839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014304506253244166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014300882455780156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.0001429711483863366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1244,"viewportWidth":1526,"weight":0.00014296577476329508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0001429228095635249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1280,"weight":0.00014291790901687525,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3662.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001429123377420471,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014289368063076613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00014286033625412898,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014282074992009403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001428189063197974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014279641596860794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014270347430212418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00014266092875043525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5997.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014265983611787232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014263494967223957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00014262316725350497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014259712880998696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5049.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014258685190621053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.00014253054481898957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00014252049121726826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1272,"weight":0.00014247937378733495,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.0001424514677606195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000142422539362396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00014239718141971372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00014237443585293083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":393,"weight":0.00014236883608068998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014233769558384503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.0001423220735076757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00014231727784308782,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":521,"viewportWidth":320,"weight":0.000142211396786046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":320,"weight":0.0001421391731984411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014212441274295134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014211172624602395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0001420816171948142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6774.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014206565915914215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00014202095264777406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1274.1559 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001419908448050136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001419329658687371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014186297299075609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00014185793193348213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":650,"viewportWidth":1024,"weight":0.00014185382051837755,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2761.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014185263721207093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014182709853694593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014182011419286872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00014177742684521263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00014173696513105477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":839,"viewportWidth":1470,"weight":0.00014169648959774388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":1280,"weight":0.00014161916195292666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00014159785699925206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00014158208968083073,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00014157658364134362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.7,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00014140598756924553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014136332324078755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001413631971056893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00014135891278199627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00014133179290446856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001412978958412321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00014129562507213733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00014128687119879135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014123666355219189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":587,"viewportWidth":1280,"weight":0.00014116785547302877,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014116511916139268,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001411405383615882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00014109349377419123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00014101985409438553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":1515,"weight":0.00014097712321088662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":527,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":527,"viewportWidth":320,"weight":0.0001409659218012456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00014074408917851903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001407352925962593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1024,"weight":0.0001407166401247884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1518,"weight":0.00014067372806534606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014065319159368812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0001406110694261568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00014056211930135344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014051855566281213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014040253785419936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.0001403895646344414,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014016672124674072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014006774054790255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.25,"downlinkMax":42,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00014005578687215406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":848,"viewportWidth":1280,"weight":0.0001397066207370169,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013967289373357903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013955211042695142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001395475499705488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013953237480428908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001394056745922088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":411,"weight":0.0001393846741843586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3898.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001393592057595065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001393159253108952,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1080,"weight":0.0001392909631363918,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001392805683587357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00013926288136061865,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.35,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":878,"viewportWidth":1920,"weight":0.00013921914326860894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00013920349770216346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":668,"viewportWidth":384,"weight":0.0001390921487442843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00013901087824180042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00013892982630411604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001388942070722621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00013884115786699615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013883445397009977,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00013874182411637278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013866639832441993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001386612550304859,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00013862274972332758,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013856925464245296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013848254634222232,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":657,"viewportWidth":384,"weight":0.00013845930884487416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1280,"weight":0.00013842323661647965,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":442,"viewportWidth":786,"weight":0.00013837712751855251,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013830397674199205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1307,"viewportWidth":2560,"weight":0.00013824140036717544,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013822866425173812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001382240430783269,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013816802964825085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013804324291610985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013802482567695974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013802428134702697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00013801143951230874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00013795986997220175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013795872502171965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00013783480449425353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.0001378201965562843,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00013782019344475447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00013781497990340093,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00013780484324812475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00013779838288948044,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":360,"weight":0.00013777472627934408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013776198011073343,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00013767365630038578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00013756487832866028,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":414,"weight":0.00013756094441674005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1200,"weight":0.00013752710801048334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1089,"viewportWidth":650,"weight":0.0001374131448923435,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013741194967444595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00013738786835663962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.00013733431739431653,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013729191130285417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1699,"weight":0.00013723129231357607,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.55,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":592,"viewportWidth":360,"weight":0.00013716889467852743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00013716381173480311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2658.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001371627392426968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00013715078807154265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00013706544901844974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":871,"viewportWidth":1879,"weight":0.00013702968250212507,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013692880437428414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":718,"weight":0.00013689740973201421,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00013673973300984513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013672125354349774,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001366538962296052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":360,"weight":0.0001366175221241192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001365859293703244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013657000930177054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013656406959735223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00013647138231190177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013644679163425774,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013641236435704124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":763,"viewportWidth":1512,"weight":0.00013638990374110777,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5042.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013632411088122605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013630915894366697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.0001362784681264847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":648,"viewportWidth":375,"weight":0.0001362688175884135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001362369826094568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00013621987787460925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0001361214348569657,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":1180,"weight":0.00013605259259007548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000136045469173628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1298,"screenWidth":2808,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":949,"viewportWidth":1887,"weight":0.00013581695342623122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.00013578721532563791,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013573142254284072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013571559291381284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013561429338268926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.0001355211628338332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":649,"screenWidth":1154,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":601,"viewportWidth":1282,"weight":0.0001354049433807395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.00013539827621999496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.0001353395787129596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0001352816586329108,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1322,"viewportWidth":2552,"weight":0.0001352593953438174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":1470,"weight":0.00013524313315170261,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013513633791704176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0001351126782110883,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1030.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001350323946388644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001349240193784332,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4755.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013486555755717368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013482126987090593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00013481160789271545,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00013479623399291675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00013472778585201854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":393,"weight":0.00013471810847454638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00013465138636041017,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00013464090867083177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.00013464031688980888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":100,"effectiveType":"3g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00013460005342365248,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013456975637585785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":707,"weight":0.00013456854120421347,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":910,"viewportWidth":1839,"weight":0.00013456127874582184,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013454645211460545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1420,"weight":0.00013448567238662907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":384,"weight":0.0001344722121735959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013434502023945645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013431511018881023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013429647666768078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4873.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001342609411294766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00013425175035926322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013397482384754612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00013387366314330333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00013377973788411763,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000133742383569856,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013362360478465354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00013360804913863295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00013357883775381126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013356772500697713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00013352543837989272,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0001331925155006108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001331697804505123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00013315437967549812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013309182355613876,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0001330778375625967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00013306388106201994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":964,"viewportWidth":1511,"weight":0.000133004091131179,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013299116425291338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013298751693984842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.00013293743768200267,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":393,"weight":0.00013290272466191132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":0.00013268190514888821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013263837432095696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1680,"weight":0.00013263454651300514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.00013258027021230843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013252425283880468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"3g","rtt":450,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0001323728464654197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00013236295723994645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001323578861754444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1365,"weight":0.00013230237297555056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7384.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013217932571299895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00013204632210707344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00013200889296504677,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00013197250242967802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00013196966983300767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013192613187010564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013190953833803231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0001318813821674046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00013181955879896438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3734.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001318101054058757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001317180553668338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013158737772057228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6324.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013157910893064737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":444,"viewportWidth":320,"weight":0.00013157843004807523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000131572843986481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00013152348192847692,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001314251384294839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001313879343462048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00013137063218803254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.0001313557716884098,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00013134431752254424,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.0001312085779590943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00013120609822390598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1440,"weight":0.00013116175726249642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00013105359095275362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00013094218792137518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00013088544092728822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.00013088222213840657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.1,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1279,"weight":0.00013079353747531803,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00013071571238469496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00013070256295887018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00013069455563781177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00013068951460717273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013052494170775466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.0001304173375769546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001304137352523126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00013040362734250002,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00013032248802366953,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013031825850983757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013028283434296056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1307,"viewportWidth":2509,"weight":0.00013026884961920863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":916,"viewportWidth":1272,"weight":0.00013018813002976606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00013010043934865201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1019,"screenWidth":573,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1019,"viewportWidth":573,"weight":0.00013009261982172636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7829.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013002106002137575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00012999750906561255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00012997362412792157,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012996158597052769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":537,"viewportWidth":375,"weight":0.00012995402321742158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.0001298853956838816,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00012978336575423453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00012969105697800419,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012967662121515992,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012952013572197957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012945032338910716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00012940420212298278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001293810011801212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1920,"weight":0.00012934054253638204,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00012930687072342127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0001292960553035433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001292669117549676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00012926256108959348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012923440100880864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00012922628291095296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.0001291730487612677,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":629,"viewportWidth":1366,"weight":0.00012913284855264063,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00012897002572482863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00012892886632203426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":586,"viewportWidth":360,"weight":0.00012890174298151448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012889604869679034,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":873,"screenWidth":1397,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1397,"weight":0.00012886673189465702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00012882670204910596,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00012879888002926006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.0001287976070283692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00012864181268174756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":586,"viewportWidth":1326,"weight":0.00012852374745669172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7895.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001284305315538283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00012841845716622633,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012835428918545996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001283530685089938,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001283178691353931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7310.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012827969116455272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":601,"viewportWidth":338,"weight":0.00012827066251963024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00012827005273147372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00012820965838381213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":390,"weight":0.00012819662285285882,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012813937257741316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012813060216581998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001280094113447762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1761,"weight":0.00012800387644807586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00012790760924482117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0001277951429826935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":662,"weight":0.00012766361262438525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012764600156770569,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012764514222406267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012764205981416842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00012755261378915236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3147.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012752028311680452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":393,"weight":0.00012743066839493656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1248,"viewportWidth":3424,"weight":0.00012729206270605832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012729070549429816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00012724816733790482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00012724689902907004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012723694458530505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1920,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":930,"viewportWidth":1078,"weight":0.00012716974217540772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000127145582831418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000127009732079338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00012697237073199956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012695714639867348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00012694646917022932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.0001269410634658928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00012688309112658428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":412,"weight":0.00012683673080425271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8626.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012674390069027455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.0001267334751576365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.0001267059407394947,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1280,"weight":0.00012657941522423445,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012642639525947759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00012634675212439624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00012623735937597287,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":1388,"weight":0.0001262174972851182,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000126191447081417,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.0001261866551528015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00012612901557508145,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00012587680536096615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1235,"weight":0.00012580096629616612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":2552,"weight":0.0001257261210046646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00012570008109633366,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001256769494389239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012566439086066214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1009,"viewportWidth":2031,"weight":0.00012564784356469815,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":756,"viewportWidth":440,"weight":0.00012562777837140304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00012549863903671022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00012544329810315337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012541721403993113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00012525869808162058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001251824302220269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":1440,"weight":0.00012515427655089098,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00012513899053291918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012512522679578462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00012509507472591047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00012508860622323194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012492934442302726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001249200524761493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000124889473640303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1112,"viewportWidth":800,"weight":0.00012484912812533918,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012482580337542102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00012479882639476197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001247818817269281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1684,"weight":0.00012472168965315742,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":450,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00012466117235482993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0001246245687730036,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00012455541399512794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00012450745117992244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00012434821147300698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012427773720897326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001241868554432881,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012415324987099185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012411582943610105,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8406.1731 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001239254083099753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":1440,"weight":0.00012390801594563703,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012379820197420144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012374279318095463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00012374200334442723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00012362430275968553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1352,"weight":0.00012360782464194143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012357691700190157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":360,"weight":0.0001235595772789547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00012352253554863573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00012352199247288228,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":667,"viewportWidth":1280,"weight":0.000123431167245479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00012340622690006805,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001234005472330822,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00012336788772064833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00012322815447099767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":1920,"weight":0.00012316819652546078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00012314397926435898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0001231070461946407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00012308342636451136,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012301062105936404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":440,"weight":0.0001229645535322195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0001229399160647201,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00012289940114571814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":320,"weight":0.0001228914971028464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00012288565447540168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00012285296547697176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5105.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012283160453827025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.00012281868280569863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00012274713320035662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012256243991332975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00012244423443402426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":402,"weight":0.0001224129766258943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001224016785902696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001224011235409192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012235698645543918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.00012233543896466987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.0001222868966733975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001222187220344842,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001221819847811225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012218069741546506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00012212591799572008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00012207840768911003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":1470,"weight":0.00012203443048119235,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012203298520575452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00012197030202496005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001219407369172495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00012192690022580877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.0001219249882704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":897,"viewportWidth":1680,"weight":0.00012180485041435237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00012179960889333682,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.00012179702328435292,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00012179262026140519,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6894.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012171595902856396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00012167014827714054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":1920,"weight":0.0001216496755186363,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012159893841478251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012155587524235468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012154774453604082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00012150776907573447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":921,"weight":0.00012150064616410571,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":899,"viewportWidth":1275,"weight":0.00012142542746059453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":753,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":623,"viewportWidth":338,"weight":0.0001213064699462325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00012129002627016963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00012125676657223102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00012123308335488095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1176,"viewportWidth":2560,"weight":0.0001211243837101938,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012111428390806005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00012109130770451268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012105680556334545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":794,"viewportWidth":1360,"weight":0.00012104493706238919,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.00012099945978350318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012099809934493097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0001209711544435609,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":596,"screenWidth":1281,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":591,"viewportWidth":1280,"weight":0.00012096736227575697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012085546466322837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012083099298611603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4233.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012079721410074378,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012078312226418051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8944.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012072644994788342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1517,"weight":0.00012061782769665205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012057097486525075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":877,"viewportWidth":440,"weight":0.00012052494762385575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012050486602829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":414,"weight":0.0001204420936508795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012031265689592539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012029768664011628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.00012029611778723843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00012023438389332392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00012022470471241449,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012016344739608603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00012011511122154066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00012011407731969619,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011995529802469174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":724,"viewportWidth":428,"weight":0.00011994004780670793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00011993745057533827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00011982504632714083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.00011980274578496532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00011979943060242826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00011978882460181424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4803.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011961663474976507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011960975976962273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.000119578160839024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00011955649222714899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00011954942460186878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00011951915853426092,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 [FBAN/FBIOS;FBAV/506.1.0.77.87;FBBV/714726354;FBDV/iPhone14,3;FBMD/iPhone;FBSN/iOS;FBSV/18.3.2;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0;IABMV/1]","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00011950919798781917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00011950427343418262,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":384,"weight":0.00011945463398250703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6032.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011944896862978955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":569,"viewportWidth":542,"weight":0.00011944771270998006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.00011941165661226464,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00011939353869823516,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00011939280047865947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011936866340831799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011934364339707071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011931929784858504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00011930786993285062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1470,"weight":0.0001192852003101584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011925832870195312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011925401949530737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.00011922739362148584,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00011918216996012998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00011916454121490576,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011914283248090929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00011913300259406124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7391.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011910184160873909,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011909995289190524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00011899574335872497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":849,"viewportWidth":1710,"weight":0.00011899262523697275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011892891069442868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.000118884937693934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00011885595235823218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011879944032977239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":748,"screenWidth":1601,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1600,"weight":0.00011870693867591492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00011865920333338827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 OPR/89.0.0.0","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":411,"weight":0.00011851134607684081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011833415786451951,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00011824252235286337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.0001182305271601671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00011819059849786764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001180243080672626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00011799250399428435,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.00011795801291806684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":1080,"weight":0.00011794480091741761,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00011791921613181421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00011791795573326547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011790912541651398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.0001178994443762383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1399.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011789863613291495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011785291496974732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00011782947381292085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00011780372783374203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/327.0.656162734 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00011777383236760854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000117698936468042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00011768020789023976,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00011767372233279389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011760830058181394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1892,"weight":0.00011757822900634446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":0.00011757817732241206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00011750513957606527,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2282.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011750219462995747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011746175349992506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00011739066472398492,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.00011737814859072844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011724873246890462,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001172471132165931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00011724459713024115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":639,"viewportWidth":375,"weight":0.00011724027109878854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1441,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00011719855479707846,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00011714346278843996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.1,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00011704932072531817,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":767,"viewportWidth":1600,"weight":0.00011702845008190126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001170218417925743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1063.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001170213324800116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00011688615462362452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00011680001291111714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00011679855171172939,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011677956810430337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":859,"viewportWidth":1920,"weight":0.00011669958478104079,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011669390948843212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001166938272098089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":1168,"weight":0.00011661386793703911,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001165150629383305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011649741981438545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.0001164055337131555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1128,"viewportWidth":411,"weight":0.00011630151472182724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011626944998738199,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011619479013893213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00011614446961650903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00011614211979047954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00011613626195262097,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011610683926899985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011607936652857908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3058.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011607076270878821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/329.0.660098639 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001160565957524552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00011599791617421551,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00011598254148934298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1051,"viewportWidth":1572,"weight":0.0001159618037561168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1904,"weight":0.00011594798314891721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4161.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011590681356663703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00011583595883926481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00011578654317954411,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0001157442005242247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011574094579473296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011571272203517512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":1180,"weight":0.00011570836523220914,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00011569747184171366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00011558256448811588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00011556513795540874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00011554918337381197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00011552096328333559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00011548895568134084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00011539939601098884,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011539787107930014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1300,"weight":0.0001153812456652595,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.00011537693260851295,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00011535810923555864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1155,"viewportWidth":2197,"weight":0.0001153436193479795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00011526472359892767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011526156788548841,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011526116183885705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1696.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011524884261639704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00011519112083754562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011513914245825408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011500999026474809,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011497255010541007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.00011492275822908383,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001149122422800198,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011484865746545813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1536,"weight":0.000114823609076258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1395,"weight":0.00011478420918525282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001147601427199427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00011470146058331122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.3,"effectiveType":"4g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00011470063140313538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.0001146815504753867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00011467447860677421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011467153521514739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":769,"viewportWidth":1242,"weight":0.00011463704222453186,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00011463053568214115,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2921.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000114547863062039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00011451698051624614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.00011450872650770784,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":709,"viewportWidth":1600,"weight":0.0001145050946963908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011443322718292973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00011442828321639219,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00011442537524861505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011438976402512174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00011432375372964781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00011432062641953274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":611,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":611,"viewportWidth":360,"weight":0.00011429940003898718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00011417842340167151,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011416026065866379,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011416016960909447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00011413295749350484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011408820221442088,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":798,"viewportWidth":473,"weight":0.00011407667185500137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1919,"weight":0.00011399690260169193,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011392425436960268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":683,"viewportWidth":402,"weight":0.00011391923999416231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011387824059257739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.0001138035980435768,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1325,"viewportWidth":2560,"weight":0.00011380213099642773,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1005,"viewportWidth":1762,"weight":0.00011374925241707017,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":832,"viewportWidth":1462,"weight":0.00011373892495327074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011371450302978738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1920,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1794,"viewportWidth":1072,"weight":0.00011367106132328734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.00011363152779193481,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011361700366618478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011355303288374021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":688,"viewportWidth":901,"weight":0.00011353709362348065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":360,"weight":0.0001135187559831742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011349736237827622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00011338427161919931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00011338173711641861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4844.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011326770210225768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00011324706015040536,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011317408944868867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9437.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011313392823546954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011310099061280144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00011306880854398465,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00011302812788147261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011298850065593778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.0001129803696846167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":527,"viewportWidth":921,"weight":0.00011293495890169963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00011293340161879379,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0001128914550797167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00011285916624239128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00011284913535237712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":761,"viewportWidth":1545,"weight":0.00011281995708352595,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00011278212240637771,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011270888066420578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7452.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011261917601022961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011257049659232312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00011253467381536934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":934,"screenWidth":1494,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1494,"weight":0.00011253230082139839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":768,"weight":0.00011249953596681047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1990.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011246442806660756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011245622236094463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00011244330270267339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00011241758386060902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9458.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011237767508138619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1440,"weight":0.00011221153514766776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00011207578973978588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00011200403391038967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011200327835942494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000111936388371681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011189470650816512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001118508698739486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011176648659936928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00011176513540764327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011172863166139397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00011171476326396564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001116588059875784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":1536,"weight":0.00011157178182728123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011156460670333765,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011150222279675559,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011148695322181911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011147636318656629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011146243975107254,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":540,"screenWidth":960,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":700,"viewportWidth":1368,"weight":0.0001114426636578886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011139373670338248,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.0001113736298353669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011136494693386129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011132949393409076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1440,"weight":0.00011132577034703059,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011128917492355838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.15,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00011125207948471902,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011122608377670294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00011121066410573739,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011120007943940981,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":713,"screenWidth":1180,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001111498791211893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001111355879529694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":724,"viewportWidth":414,"weight":0.00011113218314529666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00011111387588587059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001110716979736933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6670.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001110651214250548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001110259334211379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4749.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011100479762253478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011098019277980985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00011094766298289454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011089262479031686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011088743454560856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00011087035540621212,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011085546441697769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":640,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A510F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/21.0 Chrome/110.0.5481.154 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":461,"weight":0.00011075355107407286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":798,"viewportWidth":414,"weight":0.00011073676815052857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011069989501076486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5920.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011063734686905676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5019.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011062306228874444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.0001105885927158625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00011057074567008459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011038360683340143,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00011036793574282758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011034537406107609,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011032157607553252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1512,"weight":0.00011031133246566429,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Norton/133.0.0.0","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00011030608391652302,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00011029866309772822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011028520985565109,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5287.1561 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011022206504855816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011020521179883283,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00011020176914958468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011018476430151913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00011012851919788346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00011006447439576315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00011005871806567808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011001236264283354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00010996372503237984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010996142016923857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00010995534683883951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1819.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010994351131541396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010980228373865048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00010976369982612976,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001097214262281091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00010971808547904067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":1496,"weight":0.000109666163379117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010961949075677142,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":1348,"weight":0.00010960036720464013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 OPX/2.7.0","vendor":"Apple Computer, Inc.","viewportHeight":682,"viewportWidth":402,"weight":0.00010959431738082589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":414,"weight":0.00010951837243441007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.0001094741986311628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00010945997986113292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010943714094540696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/135.0 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00010940558699113967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00010933137583575618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":868,"viewportWidth":440,"weight":0.0001093286746788048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1059,"viewportWidth":1708,"weight":0.00010928130618918762,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00010926937311935896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00010923268232217128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010920040027235657,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00010919238344065792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":550},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1280,"weight":0.00010919208841294307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010912940778964945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":360,"weight":0.0001090928523294777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00010895624232710573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00010886640297658607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1421,"weight":0.00010885310861525633,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1440,"weight":0.00010884387863234006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00010881662935869085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00010877990580891234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010876042279225538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010873629137696932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00010869000731111541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.169 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010868454745790146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00010859798660393039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010858517307591434,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1097,"viewportWidth":834,"weight":0.00010857244973185934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00010851339747818997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00010849737123667127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010849637604902951,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1233,"viewportWidth":2254,"weight":0.00010846604177722461,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00010845347899786508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010842881942512395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":411,"weight":0.00010840138781586863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1269,"weight":0.00010838957850068225,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010833038338045507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010829504250472624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9456.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010829247817590454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1120,"screenWidth":1792,"userAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":971,"viewportWidth":1474,"weight":0.00010828649680803067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00010825835043189869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010823673488231094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010822249178373123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0001081950698087801,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":879,"screenWidth":1561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":1562,"weight":0.00010808806007258746,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010808306836616877,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":430,"weight":0.00010807711026294025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010805363564249889,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":569,"viewportWidth":393,"weight":0.00010798849121612886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.00010798192358000956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010794295541639047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010791180155837667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00010776479138113195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010772086157750467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010766176964982691,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":750,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":432,"screenWidth":984,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":352,"viewportWidth":890,"weight":0.00010764858955224266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010761090243086732,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/345.2.700885593 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00010758254665692429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00010751885011710137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00010747258635425878,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010740249563973841,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":390,"weight":0.00010733254799271984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00010733024264554227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001072793540442672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":647,"viewportWidth":1280,"weight":0.00010725568587577778,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.0001072552896967821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00010724313730623546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00010724114168668207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":440,"weight":0.00010719985065258493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":448,"weight":0.00010711594894794341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00010704540086713409,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010701591523109643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010696674953307403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001069640746507701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1692,"screenWidth":3008,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":4167,"viewportWidth":2749,"weight":0.00010690914359461132,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010688503154356377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00010687834096323112,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00010685051623720328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00010674744743647528,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010673131139864512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":1280,"weight":0.00010670266574677454,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010662871129090573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010661152369952797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010657295456754809,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00010652101541523049,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1352.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010648394968693858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001064618589450411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010635385392933454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001062940209423084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00010625688780373814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010620744244867329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010619648157545746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001061243587332329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00010608153039017247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001059567453261274,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010594438834394915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010591525661377442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00010590909149450145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":667,"viewportWidth":1280,"weight":0.00010573653777911821,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00010571266864650011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00010565624700971889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010559501130636422,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010556741412470806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.00010555751392784214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00010553249788799711,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 13; SM-S135DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":412,"weight":0.00010552758253973353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8811.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001055165769975655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010550266093901675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010548390359607891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010546514819053197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":888,"screenWidth":1571,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":888,"viewportWidth":1564,"weight":0.00010542514685691038,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.00010542235169256935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.0001052952149592415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00010526510833486155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00010516620429504256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.75,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.00010514114020945879,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00010512829297104476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001050634900980038,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1649,"weight":0.0001050322619106285,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010499361567946581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00010498605618705628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010498579970231205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001049780758219394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":384,"weight":0.00010494906323682466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00010490474459043172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00010489655925183681,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00010485033899207925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00010470928244444513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010470815123913377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3790.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010469049678097756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010468223726777307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":390,"weight":0.0001046436666759782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":934,"viewportWidth":807,"weight":0.00010458792615353958,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.00010453976412378669,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010452425145478441,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8483.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010449024982453467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00010448407183740756,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001044432572341172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010443542674488189,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1180,"viewportWidth":2035,"weight":0.00010434014827216554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00010428933744251793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00010426943267898425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00010423570033649541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010420199627862026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010416442319922088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"downlinkMax":100,"effectiveType":"3g","rtt":1300,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 12; SM-A125U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":415,"viewportWidth":384,"weight":0.00010410097621333395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":824,"viewportWidth":1460,"weight":0.00010409777832531055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00010403695184196305,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00010391877601237795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00010391174555478971,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2392.1334 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010387983654726675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010387918635632936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.000103826263300509,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010378247585019153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00010370513974985475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1470,"weight":0.0001036788034595406,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010366885465439013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010363452048593014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 14; moto g24 Build/UTAS34.82-97-1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":829,"viewportWidth":411,"weight":0.00010363072396136886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010360400694331274,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00010350634631047266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00010349500601742629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001034931313075577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.00010347052492968292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7622.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010339587781253926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2331.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001033593173881143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010335717534621843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00010333716064968228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010327786737213848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5762.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001032521506853732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":2133,"weight":0.0001032475518233879,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001031617751838104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010309243181552752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00010304500181508766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010301588196840528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010295485567024134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0001028960620935743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010286313267454245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4643.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010282765462761165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010278344744293536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00010276482730151342,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001027216817513599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1294,"viewportWidth":3440,"weight":0.00010266915123882178,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010252023818918455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010250135013295586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00010247135168660736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00010241844314544256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":430,"weight":0.00010241815671761581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":393,"weight":0.00010240623589153582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00010236619008841242,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001023561717650665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00010235045351206741,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010234872513321132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010232691623234983,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00010232485074776042,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010229558873641918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00010225759092239048,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00010222434128953415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010210479764976515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00010209700271203057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001020709768822641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00010207013379739142,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00010206151552809601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010203334242830318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0001019955606771447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1324,"viewportWidth":2560,"weight":0.00010197832391091027,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00010192409184997914,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010191411916563068,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":310,"viewportWidth":734,"weight":0.0001019029106229548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010189643860781405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.000101794393862347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00010178399440383385,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00010175483495867371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001017358262685129,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.0001017199855244564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0001017056651099185,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00010168222171571532,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001015907142294679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":null,"effectiveType":"3g","rtt":500,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.0001015439908431617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010147167184857575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.95,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010141098276899542,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":393,"weight":0.00010136351375404314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1609,"viewportWidth":2880,"weight":0.00010135448994023414,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010133311433859605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00010128138550537392,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.0001012743206090529,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010123700664642117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":914,"viewportWidth":1891,"weight":0.00010122921563176829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010118361338252181,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00010118186916363418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00010116123807951323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00010113046901626558,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00010109124604130328,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.0001010841305587117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010101775347870047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00010087382870104543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00010085960304341004,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00010083411529426969,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010082605608249395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7880.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001008098512679437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001007610720605707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 11; KFTUWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.5.3 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1280,"weight":0.00010075640740591568,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":664,"screenWidth":1181,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":1181,"weight":0.00010074351070008081,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":1080,"weight":0.00010073776501374862,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001007043174142845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":1007,"screenWidth":3289,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":3287,"weight":0.00010064227595198594,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":411,"weight":0.00010055301248033171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001005412634498547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010051326388381403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1600,"weight":0.0001005101846498236,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00010047792585587674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":753,"screenWidth":1205,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1204,"weight":0.00010047675017820207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00010046277219512787,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00010046126193958116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00010038146747063943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00010035024060769681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00010034143576740207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010031388354649764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001003003563368501,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001002090800579713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00010019915510313808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010007606267703475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":371,"weight":0.00010007037719687746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009999209721393455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":1512,"weight":0.0000999865339657839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009998499390207239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00009996180605345888,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009971043698105673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009968830658862829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009959809365065466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8364.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009958014212761054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.8,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00009957172944859792,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000099542864571503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00009951947132545588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009950964529660257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00009947994869637478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00009943425342438034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00009943120708672673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00009939794399146076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":414,"weight":0.00009939760115578356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00009935030678395724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00009931570916826058,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1206,"viewportWidth":2320,"weight":0.00009931441544939444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000993086607970338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009926965388501515,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00009926799429450602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.8,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":644,"viewportWidth":1358,"weight":0.00009926726882432863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.95,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009922407968691569,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00009918394317865474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 OPR/88.0.0.0","vendor":"Google Inc.","viewportHeight":613,"viewportWidth":360,"weight":0.00009918126552790682,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009912241958281984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00009910800608793219,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00009908834720171728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009908712926367136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00009902846577411977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00009896964977475548,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1069,"viewportWidth":1365,"weight":0.00009892357392894663,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00009891005051019967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00009880587208738961,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00009880127749939718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.0000988006779605407,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009879449555907335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009878729765536578,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00009874309846194354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009866356763839962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009862349743332989,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":887,"viewportWidth":1546,"weight":0.00009860229313349858,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009859886097285412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009856955620495102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00009855913134020865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009854924326104848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00009852814486043652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":790,"viewportWidth":1080,"weight":0.00009846538177605982,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000984438172049764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.0000984416962920986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":1194,"weight":0.00009843318636517756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00009841328663424811,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":1920,"weight":0.00009833161093926378,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1318,"weight":0.00009832344076096924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00009830710149041253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":810,"viewportWidth":411,"weight":0.00009830011055768951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00009824591132442695,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009814758123441206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":1424,"weight":0.00009812295869475163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00009807872837693283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009805995335742601,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009803151260094956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":1492,"weight":0.00009800747088953949,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.1,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":819,"viewportWidth":1446,"weight":0.0000980029261035422,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009799038518046756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2871.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009795329177566696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000979053144316854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009785391360879761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009782319524530822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1033.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009780908690082062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00009778135682903333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00009765659727533061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00009763960016932364,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009761774212015237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":638,"viewportWidth":375,"weight":0.00009759617818519616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009756593668251708,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009754173879701787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009752884751135513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1072,"viewportWidth":2048,"weight":0.00009752660873690724,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":390,"weight":0.00009751678566055431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009743462833571799,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":1366,"weight":0.00009742229559891135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.0000974081249787228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.00009738609796269109,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009736718101780897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009733071444239663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1183,"viewportWidth":2337,"weight":0.00009732602296701403,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":569,"viewportWidth":1222,"weight":0.00009717091489491018,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009714574671710574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00009712787751857265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009710532492432983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00009709776638787945,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000097097351601632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":440,"weight":0.00009707127614325187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00009704166780692716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1718,"weight":0.00009703097247085624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":1465,"weight":0.00009701961614049861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00009699758929738119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":320,"weight":0.00009696249771092804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00009693131515481034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00009691829554328633,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00009687352910782492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009686243691060558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009681800092694111,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009674870174581298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":1212,"weight":0.000096712185534854,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":957,"screenWidth":1928,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.00009665646199214199,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000966540784835862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009661887242595905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009660999647689661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0000965967449257474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009653432693731113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009649030357389355,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.0000964902165234158,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009646941923712612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2412.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009639879661968586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00009639033740131882,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009636950397891447,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":390,"weight":0.00009636626818839806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":473,"weight":0.00009628689859007551,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009627644697410044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009625393156077302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009623495512211699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0000962184072595658,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00009609387167379222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009609017333294943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":100,"effectiveType":"3g","rtt":450,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":368,"weight":0.00009606721563190327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.0000960387708462982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00009602510384042294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00009599742754477349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":990,"viewportWidth":1427,"weight":0.00009597650580603579,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00009594942651161511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00009578715303326717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00009578398630925062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009577508303207481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00009577291780729112,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009572944146372361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00009569081802177457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009558197014666468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":542,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":542,"viewportWidth":320,"weight":0.00009549020547758686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00009548529863822835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":753,"viewportWidth":440,"weight":0.00009545611826824424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00009544219255995598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009533483712890318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.0000953339703171102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":1366,"weight":0.00009531978987729851,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00009530778821161822,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009528071214051851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1205,"screenWidth":753,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1132,"viewportWidth":753,"weight":0.00009526586719295195,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":448,"weight":0.00009525147524696671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/355.0.723646882 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00009520178406300892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00009518944374784099,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000950866817277341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1548,"weight":0.00009499460618708327,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009496475996087279,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":942,"viewportWidth":1920,"weight":0.00009492296980330046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1330,"viewportWidth":780,"weight":0.00009489859427885971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1029,"screenWidth":1829,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1830,"weight":0.00009472558383548621,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009470571685253005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009464445345480135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.0000946098747967902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009459191844648631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009456135178193674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009452960291657568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00009452808032445346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":2560,"weight":0.00009449418229978697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00009440964423038457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009439942684317272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":884,"viewportWidth":520,"weight":0.00009438543429878185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":883,"viewportWidth":960,"weight":0.00009437252501586243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00009433602577890891,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1240,"weight":0.00009429093773119333,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000942833615467749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1273,"viewportWidth":1623,"weight":0.00009425086832047973,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000942407792687987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000942282985584963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009419496263097734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009415337169870676,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009405484756468356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00009397484983145403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009395460846499642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009392496619224527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00009391560581833663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00009389839168713764,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00009388108468874966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00009382217358836761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1205,"screenWidth":753,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1036,"viewportWidth":753,"weight":0.00009376638149423263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00009371957083635854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009371448749948469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009370917419386961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00009366071774121018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009365488334266726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00009362576139458143,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.0000936111053112264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1460.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009359949932751302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00009351660126470272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009351486298022495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009351182742005853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009345008539843559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5679.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009333458555107507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009329595421764092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009329469256068642,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009329120286437864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1432,"weight":0.00009325964841838617,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00009317577801429175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00009317499837290301,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00009316601282183838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009315835257856708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009315004317056136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00009310262260726111,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00009309826334274818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009309311993929606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00009308076380177845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0000930789576775489,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":395,"weight":0.00009303365406523557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009302930281571445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009298925448490861,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009295933644534935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00009294885724949229,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009292289216901959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1025,"viewportWidth":2097,"weight":0.00009287811843058735,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":921,"viewportWidth":1912,"weight":0.00009287208405083731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00009285923890947638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00009285501074016164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1680,"weight":0.00009282580211209896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1694,"weight":0.00009282274972785533,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009266055716527737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1920,"weight":0.00009262232941768102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009258024224352317,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009251274599261132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00009249674664049267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009249128301616124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00009246893287199322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009246553395513507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00009241517715808084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.75,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00009238259473386828,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":701,"viewportWidth":1080,"weight":0.0000923702888935583,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000923324076849301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009231258329658164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00009223121602040659,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009220673035380629,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00009219762137679365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.00009219192730321245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009214453588960251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009207515853330434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009203944851269709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00009198088913832178,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":1412,"weight":0.00009193373698114111,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.00009192365322016918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000919153092508854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009185050873201677,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009181193615730908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00009180411909645662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":430,"weight":0.00009178112983322069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00009162464812166146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00009158185842227452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1920,"weight":0.00009155679434269404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009149768605236629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7240.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009147552658909156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009141942771555262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5294.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000914174251541345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00009140199427046753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009136957164531291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00009135775860111672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00009135508687944839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00009131155644161386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009129556321522294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009122753823399169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":568,"viewportWidth":1272,"weight":0.0000912068769316552,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00009109272560732919,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00009109173652247029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00009108191980094559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009103674538391593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009102834578268928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009100000660995526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6075.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009097443135698034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1756,"weight":0.00009097150792942181,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":430,"weight":0.00009096906815586518,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/333.0.671582647 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":393,"weight":0.00009088576676441659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000908350587687522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":624,"viewportWidth":1280,"weight":0.000090812316366377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009076949634955428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000907675506463719,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009075815744333143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.95 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":687,"viewportWidth":402,"weight":0.00009064863937276338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1904,"weight":0.00009061650873414273,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00009054937599788973,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000905333961158244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009051130056296494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009044430546380815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00009042011248040892,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1699.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009036832995987763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009029361451208111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00009026744598672929,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7650.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000902646605765983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00009021592840969976,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009014959935519486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00009014243865553207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1007,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":601,"weight":0.00009013838867418948,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00009009286523066427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1708,"weight":0.000090091938929248,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00009005036667130735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0000900494755304012,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000900388025445708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":539,"viewportWidth":375,"weight":0.0000900312810772343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1662,"weight":0.00009002942642979832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":413,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":413,"weight":0.0000900083727453436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00008988288222477025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4396.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008987801294677604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008986970278839516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008984220368207617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00008975023845932321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00008964401112779531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":440,"weight":0.00008962278610045368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00008962167110392731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00008961592079419743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008952373220842352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008944546294516209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00008944534469987136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00008942922471178606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000893994030492982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3253.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008938923388349591,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008937134887498727,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008934737014537878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00008926379135480835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000892459884668433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008922589069144944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008921346628837278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008921033838380979,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":740,"screenWidth":1645,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1639,"weight":0.00008915424918420888,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":390,"weight":0.00008912574581234919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00008909661865524577,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000890917691442651,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008907756056493128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008903588108717294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.0000890262602715487,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008902242598400087,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008902210806547588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7571.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008893596204598102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008891745133393935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":770,"viewportWidth":1471,"weight":0.00008889643724730166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0000888914404444828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008884481679269425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008869156377523741,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008868583639297338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00008859224740978726,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":430,"weight":0.00008858817976587741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1711.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008856007500008484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00008855767294217895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00008851648548681511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.00008842388364615538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00008841735247685241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00008838480543288894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1062,"viewportWidth":1594,"weight":0.00008837903883154086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00008837193046111674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":660,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":660,"viewportWidth":384,"weight":0.00008834220122220948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1456.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000882123888301657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00008819545770129912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00008819248334287393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":886,"screenWidth":1345,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":879,"viewportWidth":1342,"weight":0.00008811913394725162,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008811411164968282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008811064868536854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":1024,"weight":0.00008807873630297175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1038,"viewportWidth":970,"weight":0.00008802332012366005,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00008801366962958418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00008798615007853395,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":414,"weight":0.00008797313221650828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008789933543841142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008787605100779755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00008784376753859603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00008781591985500902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008779831683877676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008778971773800053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000876968106850431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.00008764653771438571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8136.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008760847087850134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008760007954695025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00008758702843600789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00008758523890814419,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008755231038412107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008752706839527106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00008749597059183894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00008749388483948763,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1294,"weight":0.00008740567445329801,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008740179220013004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008734676726980792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00008729864128075394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.00008718256256920039,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000871657332901121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":866,"viewportWidth":509,"weight":0.00008714042081781124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00008713801081511736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1528,"weight":0.00008711565385467245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008708600619950632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008707018183565038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":338,"viewportWidth":1345,"weight":0.00008705716688257055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1728,"weight":0.00008705030054960882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00008699952324707842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008699842128898347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00008695305820677217,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":983,"viewportWidth":1637,"weight":0.0000869450146909915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00008693229665526909,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008690158967792921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":1324,"weight":0.00008689078404266326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008688584642944951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/127.0.6533.107 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.00008687886626142754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00008685043850926416,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00008684692181050818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00008683793248230946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00008678891826058599,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008678546925093604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008676003716096424,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008673018588407944,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1920,"weight":0.00008666237758700594,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":924,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1920,"weight":0.00008664366655380491,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":402,"weight":0.0000866375981165555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0000866361836793347,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.6,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00008663295903044258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00008660955764576908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008660864820268911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00008658689295488842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008658629651619673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00008657749407196141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00008656910068007313,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000865550438046023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00008654327854270553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00008653608454463883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":1440,"weight":0.00008653337107509423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00008650998986465938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.0000865093365626198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00008650419158080472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008650009909915046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":745,"viewportWidth":360,"weight":0.00008649979641561534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00008649727486055727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00008649066321855902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1095,"viewportWidth":1748,"weight":0.00008647994484283733,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008645042343101988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5801.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008644983683266469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00008644800556340484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":749,"screenWidth":1544,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1536,"weight":0.00008643582580273457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008639299626102573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008636898357156477,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00008631140794885792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00008630819280490433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008627728391112409,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008627680028852712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.00008624883629735035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00008611647216506563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":730,"viewportWidth":390,"weight":0.00008610904917798579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008609848324725947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00008607750426144104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00008607487297737168,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008606314181579425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008605719195824897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":3440,"weight":0.00008601020522414138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1174,"screenWidth":528,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1015,"viewportWidth":527,"weight":0.00008600971667991649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008594619847427996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":1440,"weight":0.00008592501913849864,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008591919408701896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008585254775474589,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00008583383596536879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1223,"viewportWidth":1913,"weight":0.0000858101862685438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1512,"weight":0.00008576138089841442,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008573005239941034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008569232226156152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008558369459445689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":1584,"weight":0.0000855358349595872,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00008553501531880448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00008548134373369383,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00008544570256844077,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00008542205682194278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000853861857900974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00008537252388727743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00008530478619151157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008527966318136434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.00008526747698601577,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2765.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008519628996160841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008510426495883358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00008507299396478854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":1808,"weight":0.0000850691513140125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008502755460221876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008501170519893953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008500960974172731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008498379859040688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":816,"screenWidth":377,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":376,"weight":0.0000849588611167474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008494984286369484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008492855286755669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00008486959821466811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008485433732129726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00008484933648025203,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00008473393295485605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008463332237518659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00008456620172011171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1893,"weight":0.00008456033976871096,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1280,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1111,"viewportWidth":2048,"weight":0.00008454447063766024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0000845363078044995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.000084508315728733,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008444633075162888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":411,"weight":0.00008442792565886095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008442772514901773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008439027797918489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008437525377265194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00008436904046751715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008433376580961086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00008430379500654285,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0000842739131644639,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00008426639245592969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008422571351662183,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008417406677106449,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1487,"weight":0.00008414221609106543,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008412008100725875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00008410333732699033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":1514,"weight":0.00008405841299105554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1600,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1424,"viewportWidth":2121,"weight":0.00008403628469819298,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000840360022175001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00008402877479471313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1133,"screenWidth":744,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":1133,"weight":0.00008400558604662889,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":1440,"weight":0.00008400343320399361,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000839473706911675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008393415479398469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00008391185789206636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000083894649050392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":360,"weight":0.00008388756217985057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008384895778842168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008382933830243571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":595,"viewportWidth":1280,"weight":0.00008380964527300641,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000838094813383815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008377794639262011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00008377447024286257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1530,"weight":0.00008375425343729638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00008374659204233804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008372177915230595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0000836712891828788,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008361919505753844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008358390780992308,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00008350956073458674,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.00008350117738620312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008347164362717879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008343647320632344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00008335851571282448,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00008331726552014442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":510,"viewportWidth":320,"weight":0.00008328144557142377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00008327997960749826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00008324792471368648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3508.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008323232436878107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1208,"viewportWidth":1377,"weight":0.00008318074425894997,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":707,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00008310325913497648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00008307400901013245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00008306341786224405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00008298831786354504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1208,"viewportWidth":800,"weight":0.00008298143963560355,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8383.1854 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008294910903719062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00008290941354343798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00008287732456714019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00008287389426117072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":994,"weight":0.00008287338150000127,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00008284005062191504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.0000828144297404623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008279342369738381,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008275477286768279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000827396554888644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00008269932173983837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00008267488465865875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0000826725792251824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1546,"weight":0.0000826348541659868,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":446,"viewportWidth":320,"weight":0.00008263147188476617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3596.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008261899492766299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00008259906061423377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000082555420561413,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1440,"weight":0.00008247099315652497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1920,"weight":0.00008246419074715226,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":673,"weight":0.00008242654032319345,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00008240880643757571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1699,"weight":0.0000824059666191371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008238805622461117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008238328640688898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0000823678189399231,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.000082334342790252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0000823226889567686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008231749648350263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00008229306135587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00008228173090640472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008221835039109882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008219851413599753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_7_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.00008217046463528367,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008216967701883375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00008208696675319822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":1432,"weight":0.00008206559342291341,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":390,"weight":0.00008205206989200128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":900,"viewportWidth":1440,"weight":0.0000820445986837582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.0000820365761655559,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00008199073315639348,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1470,"weight":0.00008198407492210498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":973,"screenWidth":1730,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":977,"weight":0.0000819346930247576,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000819256593912388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000081910368011518,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1427,"weight":0.00008190752803682263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":715,"viewportWidth":411,"weight":0.00008188512312840985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00008187537200049868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0000818465032123327,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00008183264509511711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008176966497858971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00008175379340581288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":561,"viewportWidth":320,"weight":0.0000817357258481489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000817047169399243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000816553194443121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008164235836793525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008151874527680692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00008151443075437385,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008149790449417714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00008146588676865436,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008145757427932666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00008145085222036727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00008144962475334763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00008144493685224331,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00008141905625861195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008139307917800477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008138532136340608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008128513457923029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00008122121572596293,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008121189824586145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00008117763057333138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008116259457465903,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000811339867498291,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008112913696494258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000810705913644858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1143,"screenWidth":686,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":975,"viewportWidth":686,"weight":0.00008106106095486136,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008100319888081353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008098442137397689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6765.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008097287061606455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1518.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008095958146698823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008095044001160483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1200,"weight":0.00008090920744404608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00008089535355037531,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1440,"weight":0.0000808923685778002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008088514415649515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00008088497832787762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008088298618857167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00008082777067765742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00008081206124722378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00008076913635052824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":948,"screenWidth":1685,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":792,"viewportWidth":1685,"weight":0.0000807551639822015,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00008072962566987433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008071256487447358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008071092727900081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":1396,"weight":0.00008069884415565378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":543,"viewportWidth":375,"weight":0.00008066725245525667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000806350090755789,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":799,"viewportWidth":1536,"weight":0.00008059287902097995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00008053442463048732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8556.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008052290486301751,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008047659543459943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00008046558059445723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00008040696557938412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008040126269831618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00008038722645124002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":3440,"weight":0.00008036055048437767,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008035098604365127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00008034044479575008,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0000803292578568385,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9304.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008032658827052362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000802853400436065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008026614016160736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008024838031151516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00008023961161311446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00008023189355948533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008020223002183908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008019925162647391,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00008015368243006109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008013972147236177,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":658,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":320,"weight":0.000080089778772095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.0000800873101702934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000800496346366442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1661,"weight":0.00008003308845876787,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":307,"viewportWidth":750,"weight":0.00008002680454727588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008000442705174178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":722,"weight":0.00007998353426425667,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.00007998310843325132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007994599563143295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0000799022077345751,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00007977798863929573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":674,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":412,"weight":0.00007974394622760084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00007966624038880515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007965506615490636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1890,"weight":0.00007964421459001596,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007959150165289397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000795815191281479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":658,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":320,"weight":0.00007955960875184959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00007953585493755206,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007952447480991268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00007950311005408713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00007945580509976401,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1272,"weight":0.00007943914946897196,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007943251798130715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000793992875702658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00007939680136467125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007939166274469297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":384,"weight":0.0000793178982233812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007929482326151841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0000792307401032393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00007923030697692023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00007920945095444507,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.00007917103106079257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007910516681144038,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00007909764821975324,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007907036532123403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1272,"weight":0.00007906126206147568,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7852.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007906036609344793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00007903698750814357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":544,"viewportWidth":375,"weight":0.00007898784719834987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":756,"viewportWidth":440,"weight":0.000078955518944685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":992,"weight":0.00007892530728463283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007885274237547348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007882504107032694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007882425092069335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007874573003841127,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00007873306002451324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8318.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007869045310897832,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007869011232696188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00007868902564219294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007868483728396759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00007867670331014334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007862002783273934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000785562432664538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00007846342620341368,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00007841102627577915,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007840028540505992,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":950,"viewportWidth":1366,"weight":0.00007839057552783448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00007837560430461233,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00007833729259545563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1033,"weight":0.00007832911321470199,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":849,"viewportWidth":1397,"weight":0.00007831242282751395,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00007827657089549878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00007822099465054738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00007821459973390267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007821099288118436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":767,"weight":0.00007820886954648916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2003.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007818699473275942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0000781866845560556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007813870243659304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9196.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007812437442194068,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00007811694846199435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00007810495363682432,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":650,"viewportWidth":1024,"weight":0.0000780446318656642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0000780320073398551,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9165.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007801779812492818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007797025059017787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":829,"viewportWidth":500,"weight":0.00007794430637134993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00007793695370250555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 9; CPH1823 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/131.0.6778.260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":360,"weight":0.00007787353430913791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.0000778653609209795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9177.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007786504987078976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007782708547641493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007782644921438143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000777618188538313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007774949047868641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00007773719022814829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":1920,"weight":0.00007765752216975252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":384,"weight":0.00007765642401635386,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4854.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007759378207034963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000775352584984476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00007752476933934093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7924.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000774811462255279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1106,"viewportWidth":883,"weight":0.0000774472580767022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":1470,"weight":0.0000774209017028002,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6374.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007739225429268425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007738558268801328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00007734927191064405,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.00007734248751773944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":1395,"weight":0.00007734043637017613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5853.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007727736321615374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000772512407217903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00007724576597837442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1969.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000772394136529734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000772245021861605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00007720324992292696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":878,"viewportWidth":1688,"weight":0.00007720171339840572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000771512012981041,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00007712775795849991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007710656876953497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00007710131052803442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6044.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007703758132963799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007699442351867268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007698593523592585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":689,"viewportWidth":411,"weight":0.00007697503840494089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00007688949327252549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007686411647391085,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1203,"viewportWidth":1600,"weight":0.00007686363177720112,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007681542401724082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007679215716151781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007678974643975965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00007678473371340573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.25,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00007675987176408119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.00007674594620596895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007669005248513321,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007668987801044318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007667496488710537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00007667013601502168,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000766419630033014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007656878149553569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00007655321068200583,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00007654622714011859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1438,"weight":0.00007651252964260353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1512,"weight":0.00007637178777939466,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00007629583289455255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007627474296550885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1511,"weight":0.00007627205014446016,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007626436015707693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":615,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":615,"viewportWidth":360,"weight":0.00007626350467183458,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000762052629655207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007620293532190131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":1396,"weight":0.00007611828838169966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00007608646108233818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007606441660481938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":1278,"weight":0.00007605965703331266,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0000760474761170822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00007604598659663057,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000760060445010425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007593435289175615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007588589781150383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":611,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":611,"viewportWidth":360,"weight":0.00007584739772584277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3267.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007579546701240336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.00007578768468613049,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007576919189667497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007576884875763016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000756809062189723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007567253664767336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":360,"weight":0.00007564939217447145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007564343255182775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00007555822579743381,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007550252890543202,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007550030290984008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":615,"screenWidth":1089,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":462,"viewportWidth":1088,"weight":0.00007547931784873659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.0000754227190872549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":883,"viewportWidth":448,"weight":0.00007539711403085306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00007537067829248174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0000753330504609688,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007527748077717826,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000752002392133269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":828,"viewportWidth":426,"weight":0.00007517040474166035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00007513756326504006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007509554479160714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":1285,"weight":0.00007506162561579256,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00007500460137968267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007499407871243497,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007496241463448556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00007494381862388608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":741,"viewportWidth":395,"weight":0.0000749402741164612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00007492330147014431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":958,"viewportWidth":1376,"weight":0.00007487223196139883,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":968,"viewportWidth":810,"weight":0.00007486690089561005,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007484267770447278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00007477539918763297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007476649257730849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4329.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007475502609291056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007474135757408558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":3840,"screenWidth":2160,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":905,"viewportWidth":1092,"weight":0.00007472822805918609,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2073.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007471470866611532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7404.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007469437374602576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.00007469233176799273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007460987778928992,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/351.0.713349843 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007459393372934338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007457383979307502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007456587257464764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00007455655383614712,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000745357057857664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007449682975237167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00007449107265302318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00007442411682170543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007440654592329165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.0000743803850273999,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00007429654067869943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1437,"weight":0.00007406588091743874,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1592,"weight":0.00007404390440135312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007400231873481019,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007399771098898327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00007397834496927918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":704,"viewportWidth":1440,"weight":0.00007397685313398716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007397465435474601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007390194032185591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":956,"viewportWidth":1865,"weight":0.00007387132815061996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000073834998593332,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000738010183292194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00007378269522120693,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007375413319578655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007373548400563587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007372745734498962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007366822241177643,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007366319914379134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00007361287964576049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00007351031895020111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9685.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007350468853265852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007349478880073298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":966,"viewportWidth":1848,"weight":0.00007342593794319311,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00007337168596377714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2983.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007336051301563228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007331302723576865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00007331205046090007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9612.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007327700166107469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":910,"viewportWidth":1394,"weight":0.00007324140108564802,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007323607736403093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9942.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000732136149129956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00007313871389281473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1561,"weight":0.00007311227217220897,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007310529137224544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00007300909394510066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007299048008986095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007298887971229921,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0000729805323172661,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9038.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000729255843255628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":411,"weight":0.00007290578022845843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007286721832291754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.00007279163199523119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00007278460913701207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007278404533143954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5016.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007277393444487555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":716,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":338,"weight":0.00007276636832413659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.0000727032729530541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000726695977702722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00007266649065198523,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007265528933046924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00007264838389850053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":1422,"weight":0.0000726179139935087,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.36 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007261721604201694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007261500162929759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00007255146139208208,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":700,"viewportWidth":1386,"weight":0.00007254058050255086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00007252666811186565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00007243276648560501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.00007242858016829315,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":899,"viewportWidth":843,"weight":0.00007239347806374343,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007238140631831054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007236814092855631,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":914,"viewportWidth":1912,"weight":0.00007236048640298758,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.00007235274532321237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4927.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007234068194640917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00007233752901941562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007232439304299887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007231147473839822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00007229499563260431,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007228311595147002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.000072262291224265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.0000722495467988808,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00007224937165367376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000721911444390877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":768,"weight":0.00007218812627259644,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1070,"viewportWidth":1133,"weight":0.00007214831004594908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007214705738896015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7093.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007211381487523618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00007206388391202859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007201938823366617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6978.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007194239452350781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00007192823437147704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4028.1385 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007192259127806599,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007191314122640581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007188664765404451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007188173828728467,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000718468202708268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00007184627323085999,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00007184296582016422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1226.1921 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007182769573290437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.00007182441905308858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00007178079236686345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00007173650303789233,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00007170334594462847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007170316769719612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007168040656923266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":988,"viewportWidth":360,"weight":0.00007167067486661505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":767,"weight":0.0000716678924034754,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00007165372584329378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007164254399540908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000716053912154368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007147054530674715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007146945976196491,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007141898714107431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00007140136000011795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007136550716801611,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":1285,"weight":0.00007136438087625007,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00007135884287876187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":541,"viewportWidth":375,"weight":0.00007132141509595947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":924,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1920,"weight":0.00007129779313523542,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.0000712836368494501,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.0000712464001263025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007123635119113948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00007122806988432957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.0.703268850 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00007111255789867183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1272,"weight":0.00007110655295319073,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3358.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007110364167442564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00007106862949707254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00007106342649630127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00007103478215285257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":580,"viewportWidth":1258,"weight":0.00007101999271007071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1857,"weight":0.00007100652339089148,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.75,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":384,"weight":0.00007099714870822767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":692,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":563,"viewportWidth":345,"weight":0.00007096428705444515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007096361094836138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007095358165861007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007092087284223465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007090849648336342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00007090836915287584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00007087738031485657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007084950203012393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":727,"screenWidth":1194,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00007079657852842194,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00007073105011608665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007065356357562668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007064307613015246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00007060312801064366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":869,"viewportWidth":506,"weight":0.00007049567773191502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00007049211519578442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00007047870591333276,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":936,"viewportWidth":810,"weight":0.00007044439248204382,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00007034922129482571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007034745500730101,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00007034045898430039,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000703333348305288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0000703212347902201,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00007029420676037885,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007024468693971477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1332,"viewportWidth":1520,"weight":0.0000702218606982017,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1592,"weight":0.00007022121885696234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000702182695514044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00007021042482447029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00007013904789986292,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007012076394362521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007011578729474318,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":754,"viewportWidth":440,"weight":0.00007010274426309251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000700661408179493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00007005881007970487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9327.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006999236166610619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006992380512216817,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006986046657711901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":781,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":351,"weight":0.00006985662305986704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00006983608570304537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006981070291810354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006980775512415036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00006978861391338855,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000697833023067175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006967874495022346,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006967079585300615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1470,"weight":0.00006964810976088638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":590,"viewportWidth":360,"weight":0.00006962276187517131,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006962092140686843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00006955494589976856,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00006950909625550464,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":412,"viewportWidth":390,"weight":0.00006949183121592406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1512,"weight":0.00006948990061922763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006948258739320325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.0000694574709100899,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000694376451505132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006939611963228063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.89","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00006934230698683703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.5,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":1512,"weight":0.00006932250895279604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00006931475346810412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":360,"weight":0.00006928112938883847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000692473958301957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00006922299440634519,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00006918057187378286,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006916024623639134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006915189651267736,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00006914140317085176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":871,"viewportWidth":1280,"weight":0.00006912545452865592,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00006909626029664287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006909133533884922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":1599,"weight":0.00006908835278669928,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000690793863147258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":707,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00006906713845867924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 EdgA/134.0.0.0","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":360,"weight":0.00006905855784085003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006891207572830899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006889849331374691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006889350289394108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00006888704937661377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006886105537862643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006885913734459808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8776.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000688581475918495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00006882114594003013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00006875702635095539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00006874964326015668,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006872333273221374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0000686814061083687,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00006855867677782508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006854250910532828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006852866719043081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1293,"viewportWidth":1999,"weight":0.00006850650962079287,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00006847004861799715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00006846011965307786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006839462304987036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006838851694015816,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006837680912274089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00006832348409053048,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006829385796331968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) CMAC 2.1.2.01; Chrome/118.0.5993.119 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1470,"weight":0.00006823807228026583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00006822738002341174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006821933299358603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006820920933017899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006820045297907765,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006818759023448701,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":1308,"weight":0.00006816252945075231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006814673145218003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.00006813761296935067,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006811207413341019,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006809814670402985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006809147643261414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006807576175211924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00006801116944366224,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006800161732648433,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00006798935735466877,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000679459014393664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":786,"viewportWidth":1463,"weight":0.00006794402548493876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006793935209355745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006793782199407075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006793067715393913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006792490836627029,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":704,"viewportWidth":414,"weight":0.00006783067606932947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006782079491132743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000067791328550978,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":878,"screenWidth":1352,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1352,"weight":0.00006777947807517845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00006777315989051263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006774295148568321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006765051685437242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00006760602434006144,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":615,"viewportWidth":1366,"weight":0.0000675995136211201,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006759204961694465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":576,"viewportWidth":320,"weight":0.00006758244760906863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006755921256193848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006753009327059508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000675182336546616,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.103 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006750565231551672,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.0000674463204284811,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00006742544799257843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006729843513527009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006722675540750811,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":375,"weight":0.00006722309325953634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006716890099760529,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4338.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006716367818494795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00006714331496394933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.2.705979365 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006713706198496302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00006712103057866206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1920,"weight":0.00006710792488005704,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006707583299867146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":807,"viewportWidth":1440,"weight":0.00006704731930816943,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006704341440260944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006696752388278855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":1920,"weight":0.00006695845489054912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00006695789728726256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.00006688799648209574,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006687743528661361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":934,"screenWidth":1494,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1494,"weight":0.00006686418911495719,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006684559734591985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00006679685543690747,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.00006679079828049055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00006677022988384072,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006672536023674353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006671587874350782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00006667082620550837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000666522323585574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0000666337343375471,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006662622443071221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00006654582261934717,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006654125840297117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006646445104678534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/356.2.728375747 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006640310281329788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006639269616969131,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006636147244963864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006635940772309542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006632138341164943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00006632012799090913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006631304146176367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.0000662813640045024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006627900519096031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00006625883575036747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0000662268937666723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006620971213734421,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":843,"screenWidth":1348,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1328,"weight":0.00006618191525675589,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00006613426712452516,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1294,"viewportWidth":1523,"weight":0.00006613346674368327,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006613342436103614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":441,"weight":0.00006613013712555072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006612654897227923,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00006601205372363111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1318,"weight":0.00006597522729968248,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00006597472360379132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000659737663780706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00006595552311635958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00006595088424598175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00006591807791072567,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006590073659864536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":981,"viewportWidth":1710,"weight":0.00006589692027937372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1179,"weight":0.00006587121328936769,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000658576107576503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":1457,"weight":0.00006584850632639137,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006583099944179455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00006581415607666662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":1536,"weight":0.0000657434257592459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00006573291198955518,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006558763183634433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":688,"viewportWidth":1358,"weight":0.0000655368634140048,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00006551220576614381,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000654814547546966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006547637128804256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006542810113134902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00006540967393310962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":905,"viewportWidth":1920,"weight":0.00006540456528580972,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1659,"weight":0.00006537996796634559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.0000653753760155723,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006536160709178709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1707,"weight":0.00006532462861225078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006531098043487762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00006530683076800189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":615,"viewportWidth":1322,"weight":0.0000652983911733631,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00006529813480516556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006529287369339697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1023,"viewportWidth":1520,"weight":0.0000652739818882969,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006527353300538744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":414,"weight":0.00006525122665063453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006520674625001114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006519874237923134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00006515115833385083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00006511550431235928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006510347640416517,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006509709986071902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00006508706253361217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00006503752084988789,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7277.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006503526540541594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006499818621196484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":1366,"weight":0.0000649880719260738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006498304848874774,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.00006496527065175661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00006493538732166733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00006493355997658146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.00006488229229199664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.2,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00006485398326982702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00006485084964778991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006483180020870543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1350,"weight":0.00006479019992905809,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006478647661596254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006477496939146235,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006477240766552626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1706,"weight":0.00006476769812531046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006473957283560782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006473910748789289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006467993962257144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1440,"weight":0.00006467791289511473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00006464403737911218,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006462272600684913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006461256556623203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":808,"viewportWidth":1272,"weight":0.00006458856607198701,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000645771970127543,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00006457669411407207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3936.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000064559437413231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":686,"viewportWidth":384,"weight":0.00006455753773108259,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006454671820322439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6596.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006453621626179953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006443528967376412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":540,"viewportWidth":375,"weight":0.0000644264483413021,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006439806532426432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":384,"weight":0.00006437610603511954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006436158481821061,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006430728168490237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00006430386601344752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1172,"weight":0.00006430277958262257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00006430005672998669,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":1440,"weight":0.00006427889579994408,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1384.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006424924501565425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006424292689465542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006424051304207645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006421698022001922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00006420401790902977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00006415920700771074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":755,"weight":0.00006411982395465871,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006411654143369972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3897.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006411372954691374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00006407518329687818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006405271946221467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":1488,"weight":0.0000640433713998484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006401737370211959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006399760907415751,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006399345041976066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00006397284336229832,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006388107302905297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00006385923480620791,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.0000638446606194841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00006383149040591232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00006378845406010769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":801,"viewportWidth":1577,"weight":0.00006377638999504068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006376384094795642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006370322342020727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":414,"weight":0.00006366882754774073,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006365210615193568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006362808343903496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":781,"viewportWidth":390,"weight":0.00006362370177123083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9416.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006357412436885512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.0000635600748600378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006353485625084867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006347890426262096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006346733855407898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.0000634558039745406,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006344110329787076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":1277,"weight":0.00006340227662544332,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006339764307654299,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000633911312401758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1432,"weight":0.00006336941448863006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00006333621851156155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7700.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006333606342004975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006325875763454002,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006321185753169241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":532,"viewportWidth":320,"weight":0.00006313714483295637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1287,"weight":0.00006310419110897493,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006307762541082735,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006306065183245721,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006302460377719695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000630153808476197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":1512,"weight":0.00006301075647573231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006300989097193526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":1,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":375,"weight":0.00006296852881015414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000629274722465304,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00006289504905893057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1890,"weight":0.00006289393103542329,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006287037159316418,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006275085698181911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000627359355143991,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8293.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006269045722084736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":384,"weight":0.00006268278920261069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":1061,"weight":0.00006267724322447865,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":745,"screenWidth":1325,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1473,"weight":0.00006266082306810652,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006264362543144737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00006263630496596886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":853,"viewportWidth":1441,"weight":0.00006261252331009457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006259037696154829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1194,"weight":0.00006254125482861552,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00006253544951764591,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8253.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006247140378148415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006243990581097828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006239315996763828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006239045925017741,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006232180168647888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006227286680599855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.00006227204988870436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006226570355674593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00006224719132392363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000622461559099273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006217847081440107,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006216740211932441,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006214514231964062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006212092653552138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006210810012444665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1008,"viewportWidth":1376,"weight":0.00006206007586712316,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0000619737715259498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3651.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006194023061718357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6062.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188572891224183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00006183230148748866,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006181837989816551,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1826,"weight":0.00006178928335071213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006178862228817783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00006173988277103436,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006171855594988557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006162862040139142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000616193312045641,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":832,"screenWidth":1478,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1478,"weight":0.0000616174384920555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7463.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006159747765702503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":858,"screenWidth":1525,"userAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":687,"viewportWidth":1525,"weight":0.00006159484755051556,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4860.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006158917898974643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00006158469431284433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.00006152807840963276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00006151227826857008,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.77 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00006145746257068016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000614086309716572,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006139410712056149,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0000613870091249928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.000061374747447274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":411,"weight":0.00006128398487852426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00006128268679594176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.00006123417085559949,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006121079324113168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006119382831921638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006117991707780944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006114471104163968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":629,"viewportWidth":360,"weight":0.00006110492442957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":986,"viewportWidth":1600,"weight":0.00006109303827901286,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0000610506912794588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1280,"weight":0.00006100858822416512,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000060984451238029294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00006095833614240638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00006094623243457698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1707,"weight":0.000060892576749358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006086688876961956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00006086238939038694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000060817326576641195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006080398715969748,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00006079006059853776,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006076731788924353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":956,"viewportWidth":1720,"weight":0.00006074579167148851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006066740552638798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006066533556391156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006062370852442074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000060578702589544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":728,"screenWidth":1164,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":597,"viewportWidth":1164,"weight":0.000060541939447932256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000060473932391430606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000060460417472613655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00006044585543625875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0000604418166349887,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00006041279328220213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006037211506940012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00006036517281520032,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006035526966416408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000060323654467904355,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000060323202772259146,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006027493356098364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00006020435349634318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006018435482057713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006013539065267547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006012243030459314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006002085490148421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000060019296394118866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005998689858212557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005994206326784233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005993707378825035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":384,"weight":0.00005993075304121619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005987615813958854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00005987304390175545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":610,"weight":0.00005984675004192832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00005980670702311147,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005969948353873858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1010,"viewportWidth":1093,"weight":0.00005960037401092044,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":710,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":412,"weight":0.00005948660771596042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000059469111118502016,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000059456112439515626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005941965259229617,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00005941794532892755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1536,"weight":0.000059404251227399584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000059391979964732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1440,"weight":0.00005937120507380677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00005933453487959313,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1 Ddg/17.5","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000593333145645026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.6,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.000059262315152598404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005922788980927134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000592190442106126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6945.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005918019786674138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":645,"screenWidth":537,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":573,"viewportWidth":537,"weight":0.0000591651314346576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005914695294270991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000059139831146583006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005913649458678017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":3840,"screenWidth":6830,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00005906409093132556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005905843193811459,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005902000847792244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000589225280481039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9077.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005891063853624317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000058909227129119875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000058899919687739023,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000058899890445588385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000058871975486201336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1225,"viewportWidth":1534,"weight":0.00005884968891892863,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":414,"weight":0.000058839415211070574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.000058837239029540836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00005883591479957315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00005881014140438478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1440,"weight":0.00005880218434222025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005876053108153375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000058748128271887314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2843.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005872382119999869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":1470,"weight":0.000058721590720459116,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00005872077821209306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000058692593093540005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000058672987876122976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00005867221477593584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000058659817111442685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005863524341566436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005862702998945435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":1325,"weight":0.00005850210536453016,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005848483406738363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000058436497998995144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3768.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005834753253029739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":982,"viewportWidth":1710,"weight":0.000058336556105140735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005830206303549497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00005828669823531462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00005818596273092223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000058153290208489595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005810644906712383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000058065479106119836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005806352372952022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1638,"weight":0.000058053383087518055,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00005804545567854362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005803068812076106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00005803063485940074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000058013189126792516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.000058011799196215185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00005784478500445366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00005784081254955305,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00005782849396808529,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00005782275216295761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000578041033984681,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.000057786017829103826,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005769919141525299,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005769594879843332,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000057674998200254974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005765513295415334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00005765266054240237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.000057640266348051555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00005763997106507318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00005763536933025192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00005755735710001472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00005754987426895231,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.00005750322162203996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005748799435614254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005745224459239977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00005745200477269741,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8677.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000574445551071337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":393,"weight":0.000057424241730819156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":615,"viewportWidth":393,"weight":0.000057379008216914305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00005735979623621136,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":1324,"weight":0.000057322924782881395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00005730590109512535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5507.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005730262128753162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8961.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005728987392621217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1400,"weight":0.000057284871548692736,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":993,"viewportWidth":571,"weight":0.000057124716048276246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00005705356706438204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.000057030280658738784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005700764757291189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00005696357249002298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00005694649737460318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00005690444600972148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.00005685683298920318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005685143202358594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1707,"weight":0.000056832273584138546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":587,"viewportWidth":1280,"weight":0.00005680905691617756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1339.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005679308167225555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000056786865304922985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000056758576241317156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00005675508847663555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000056738255238769164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00005663440780818219,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5735.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056543778033184195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005654296904792891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.00005651379661187069,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005650827309813766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1879,"weight":0.00005649559454683266,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00005648596439867993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":393,"weight":0.000056482853107808726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00005648059396135768,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.000056480009906099244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000056479897101177306,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00005645478106387255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":566,"viewportWidth":320,"weight":0.00005642862759627731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000056395846024481426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.00005638534267040705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000056351756869001835,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00005633305524695752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00005631590870695503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.00005624241268428954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000056196402488424895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":689,"viewportWidth":1600,"weight":0.00005615142638701734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005614652042625943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":780,"viewportWidth":390,"weight":0.00005614116030151499,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000056100978781711335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005606129878489129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.000056061241849209215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1526,"weight":0.00005605427921362199,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00005600477794544564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000055989383069331114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00005598175872433301,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000055952434294362106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000055929735314789085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005590877993258491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.000055907031213298675,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":954,"viewportWidth":1366,"weight":0.00005588715906528734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1560.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005588682449679174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000055865793814619826,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":926,"viewportWidth":1920,"weight":0.000055791481971319756,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":393,"weight":0.00005579052297045159,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":794,"screenWidth":358,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":357,"weight":0.00005575581665473304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00005569264692465899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005569138177056125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.000055604081900810154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005560296049181704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":521,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":521,"viewportWidth":360,"weight":0.00005557600293594694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005557032703655668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005556246429671729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1424,"weight":0.000055554700520910014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":1010,"screenWidth":454,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":878,"viewportWidth":454,"weight":0.00005549789602699342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000055477906776165566,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1280,"weight":0.00005542696191905198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000055417973090061744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005538674239241603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005536177007930455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000055350446742829514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000055291081507054323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000055290073005067236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00005528199799344818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00005526957871101766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1920.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055268907113855005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0000552410958209846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00005521883414851265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.000055149853647308985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00005512381877761285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":375,"weight":0.00005507280845750655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000055055245601778295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000055040581928764455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":1280,"weight":0.00005503838579825877,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005499139670837525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1900,"weight":0.0000549688273184536,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000054949694923274454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005492634021300555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000054921761756249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000054920279275448934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":2560,"weight":0.00005488602209076649,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":455,"viewportWidth":320,"weight":0.000054883024665094575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005486546080119492,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00005485362099745621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005483582576429122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9334.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054823756943708377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00005481173898211319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6966.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005479354597720132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1319,"viewportWidth":786,"weight":0.00005477858112293568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000054771238711732294,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7848.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054751605639217953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005473721450479337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3484.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054731197318052836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00005459688794203409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000054582329830055466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1866,"weight":0.00005453493886233366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.00005453263113353328,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":779,"screenWidth":1384,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":623,"viewportWidth":1384,"weight":0.000054501254192505896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1127,"viewportWidth":1564,"weight":0.000054494629288851955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":750,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":635,"viewportWidth":346,"weight":0.00005449005580382182,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000054457264853332066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000054354081850857894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00005434959821186322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000054346210551644395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2054.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054307119155119575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00005428642701738424,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00005425428479204351,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.000054254198455946866,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":892,"viewportWidth":1920,"weight":0.00005423490593042443,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00005404594570188822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00005393087950982043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005390421463484651,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00005388432931801392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1369,"weight":0.00005388103530035432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000053867515920127425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053866507011622894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000538366888497985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005378825487952946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5032.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005378380810318634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00005377025924976525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.00005374365937801273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005373014010475006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00005366836255127854,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005365982705042705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":827,"viewportWidth":428,"weight":0.00005362882734915895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000053601764676763354,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00005356706504607571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":390,"weight":0.00005354052834376553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00005347608630273362,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 5.1.1; KFDOWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/108.16.2 like Chrome/108.0.5359.220 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":602,"weight":0.000053452294413177894,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000053438864919900965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1440,"weight":0.00005343129462838639,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1707,"weight":0.00005338510143815637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3887.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005335597706083102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053333460606608904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000053327591730227954,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4021.1792 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005331892168998506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9721.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053264207764399174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":670,"viewportWidth":360,"weight":0.00005322462468298076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1 Ddg/17.6","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005314086743833584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000053118811592763476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005311626996950402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00005309664004555398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.000053089074179003976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005308622053380759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005305706461585256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00005304580998934213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005299580838236874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000052936637963920396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00005292737141535253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.000052909374859363884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00005290534604411619,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005276505331582759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005275459215126144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.1,"effectiveType":"4g","rtt":200},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1100,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1100,"viewportWidth":1280,"weight":0.0000526597666600381,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005265232671720954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00005264590645224904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00005264543135644323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00005260074101967718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000052546834914335843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7109.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052481525656852215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005244264835906333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000052440661770706464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00005242521080446171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000052412201894269646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8591.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052396263901461804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00005239114488003396,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000052375061736079023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000052361057560110204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000052298213198485355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000052291888382812767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00005224298330780222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8405.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005217143522983552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000052134511251867514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000052122940970578427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000052114209259710474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005210720374996062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20G81 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00005207450714244307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00005206599291357277,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005202851438975284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005202322776895501,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000052005387253168166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005199035555841281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":411,"weight":0.0000519639960213669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005192283210336352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000051901784981959456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1287,"screenWidth":2564,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1285,"viewportWidth":2560,"weight":0.000051856358010901055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00005183612654456889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000051811243476333823,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005177350962714223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3883.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051741452282517094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1211,"viewportWidth":2560,"weight":0.00005173037394518818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000051702432516478925,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.00005169426382307513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":393,"weight":0.00005168606611769599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":1200,"weight":0.0000516851959375327,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005164712793518831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00005163876844804172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":360,"weight":0.000051590517485457926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.000051556707673031393,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00005155282806754226,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000051547234229907645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005150397046212894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00005148942960117692,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005147470171941894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":763,"viewportWidth":448,"weight":0.000051469817092933554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00005142141930247925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005135574321093227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00005128117660517406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00005118248393983166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00005118209604213612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00005113782577069902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00005110446421428937,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000510318514658898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3321.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005101745023803328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00005097504595435706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000050952775699408246,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.000050945914763709755,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005092619900932448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000050911959743229714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2063.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005090960870919602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":777,"viewportWidth":1470,"weight":0.00005090820842027239,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050835354817598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00005082119526932799,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":435,"weight":0.00005076885899048745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.000050767742190232826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6829.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005076056610579049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000507604091926221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1387,"weight":0.0000507366395929668,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.00005071737429405808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000050698600518025736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00005067712530992465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":639,"screenWidth":1138,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":518,"viewportWidth":1138,"weight":0.000050637620432352544,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00005060494160100988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005060044892704305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":1252,"weight":0.00005058182696645795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1697.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005056439571323598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050563327400608086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005056153351382954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":384,"weight":0.00005048022896333976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000050478447841408015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00005047247476717608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005046928516640133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005046694660147403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000050413130583242414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005037866951099002,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005035192196212225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00005034217633543789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":566,"viewportWidth":320,"weight":0.00005031841012956506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000050304001358239006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005025631575700051,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":393,"weight":0.00005020259021159783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000050199598786504794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000050189899574624776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000050180135390137534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00005017958561608588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050171586292025174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000050169930547966286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000050156959518466985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005014142533152587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000050105620707607196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1436,"weight":0.00005008358763080471,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00005004443936596684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005003803546407003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005002324671342481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004997562759350313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004995882153058883,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00004992578132626048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":1366,"weight":0.00004984877819377859,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00004982009846564296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000498128724618119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1342,"weight":0.000049810410165754286,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000049803854643291816,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000049796176015528225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8381.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049729341568223966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":411,"weight":0.00004969845947202859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"MacIntel","pluginsLength":5,"screenHeight":1066,"screenWidth":2527,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":1928,"weight":0.000049665409625664564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.3,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000049627455544336436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 12_5_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":1024,"weight":0.000049593809704107085,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0000495044267657792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004948089463906678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00004944962036813989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2780.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004942026890937377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000049414029500983516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004939778078381482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.000049394578700091064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000049381468300057716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004932330295081118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.0000492976641593476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.00004928307099338732,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00004927322056276434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000049185625763796484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000049164807949545916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004915234060390323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":2560,"weight":0.000049115042940620155,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.45,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00004911001872407275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000049108953355863476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":920,"viewportWidth":1920,"weight":0.00004910454866783768,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":449,"viewportWidth":320,"weight":0.000049099154824103637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1280,"weight":0.00004908527739806064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00004907953663432671,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.000049077052264566865,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.3,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000049042948444468554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004897511551349982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7964.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004892555515667799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004891116522084994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000048910791985299266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004888267485010563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004884122142381575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9027.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000488201503381639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004881681175067816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004881218789424882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004878604955192764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000048770360760555546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000048764019593733445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004876115310171725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.00004875989523924243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.000048748105200439866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00004872516899318139,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004869298996236042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004868137102287557,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004866595889484875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004865292864575136,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00004864192832871356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000048628631696912975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004858061873396543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.000048561217067502974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00004855606737924856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000048532879178803905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000048499697151942055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000484746378541194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00004846866812633584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00004844616148113817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000048436603091869415,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00004840202886937724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00004839004299244131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000048375868907492666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000048346069838862294,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":613,"viewportWidth":1366,"weight":0.00004833844938336637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000482827717008001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004826971157119212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00004824735194087091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":786,"viewportWidth":411,"weight":0.00004824183964968573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":499,"viewportWidth":1280,"weight":0.00004820839373906372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00004819454274161387,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004818751743916182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6709.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004815166427029568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00004809787092896112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1432,"weight":0.00004808168462866398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6374.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048066949828163716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":525,"viewportWidth":320,"weight":0.000048062300139304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000048044409323568444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00004803998393636481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6764.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047943892959681646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00004789667313096575,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000047871692435672246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00004786860060687454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00004784956703873778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00004783174645441711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00004782658769801898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000047826222369592506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":707,"weight":0.000047811785280706035,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004779131280393742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.000047790493214854085,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004776573933610514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004776419305264489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004774599557652573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00004774023484943363,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004771550522120099,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":1103,"weight":0.000047695947941617986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004767084501949547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004766770100414148,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":411,"weight":0.000047655763936636535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00004764183192308263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004764051977977239,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00004762266600939832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00004759983269846086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":831,"viewportWidth":1630,"weight":0.00004759943967797672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004754524505667728,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004751266040019705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000047491706586830105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3118.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004745128067211913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.000047428021419347857,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":393,"weight":0.000047377155337594246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":806,"viewportWidth":1481,"weight":0.00004735208240081668,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000047346647714048334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004726931354753296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8876.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004726249943152433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004719353485632988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004718516315924743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":518,"viewportWidth":1027,"weight":0.00004714369890906277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00004714164566622572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00004710841683025402,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004709460477201253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1368,"weight":0.00004708771709407735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":563,"screenWidth":890,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":563,"viewportWidth":890,"weight":0.00004708768839370004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.00004707417690130014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004705763814135661,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004703068586711902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000046950850405070096,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004692568133276482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1058.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004687464450492468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000046868114584722643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":1328,"weight":0.00004684650743144371,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00004681867340376331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004675584307807972,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":414,"weight":0.00004673094217768908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":644,"viewportWidth":402,"weight":0.00004670480863169282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":532,"viewportWidth":320,"weight":0.00004664244950346892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000046632450038509134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0","vendor":"","viewportHeight":576,"viewportWidth":1024,"weight":0.000046619689433451926,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000046619670880492376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00004661694352155221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004659343567826664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":807,"viewportWidth":1512,"weight":0.000046584142448841175,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000046540164735493216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004649306410432355,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000046492927288205844,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004647050523865064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004645304671305253,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004643931596856475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000046394015456575185,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1451,"weight":0.000046393625587326504,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":1366,"weight":0.00004639124568054777,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":1180,"weight":0.000046373308793323815,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000046337876501050695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":411,"weight":0.00004631693985686207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1163,"viewportWidth":2327,"weight":0.00004629460191276967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.00004628475793812334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000046264957498434336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1886.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004617965804604314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7635.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046168003082722346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004614180256167947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000046114018678227624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000046105499213516194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004608815831113828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00004608401380794818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004605974708148878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004602150648240345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.35,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000045998380617314314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000045958493179661805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004592582371036659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045924048700851216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":384,"weight":0.00004592073148181289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000045861695617229413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000045796447945079656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004578998656752202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004577070498201895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000045758152097289636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":961,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0000457166156441514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":924,"viewportWidth":1632,"weight":0.0000456404301332879,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00004563571440443763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000045622485594422845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000045589389436254844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004553478581410318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00004551864916771548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":830,"viewportWidth":1099,"weight":0.00004551014112499805,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000045456316235961964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004544351263507934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004535189788019546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000045316096950725474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00004529716502700067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1338,"weight":0.00004529074257869138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.000045282084562033256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":414,"weight":0.00004527828548559916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.000045273863616303604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004525528334357712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00004525295233073302,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000045246587863327726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004522551522953553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4217.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004522232169753917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004521553926815549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00004518943856016731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004516849146702641,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00004516381999807247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000045137640970911654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045123682406932036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004511337877585649,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004506098227003786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045036793219386924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00004503633946878987,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00004503156330630489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00004496835896362447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00004488290270664088,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00004486384513120174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1309,"viewportWidth":2560,"weight":0.000044815706590843904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00004480659532953465,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.000044771499218594444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004476256504549372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.25,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004474321078079201,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.0000447390912509253,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":1180,"weight":0.00004473295480943874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000044691322837144566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":621,"viewportWidth":1422,"weight":0.00004468889734839156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.000044675207348081306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1008,"weight":0.00004463312099092315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":320,"weight":0.00004459281446874339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00004458970876075786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000044577803272862374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4482.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004457141844687508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1470,"weight":0.00004450156249539846,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/15.3.0","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000044474607858447165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1080,"weight":0.000044446953186025174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004444521689761907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":2294,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":2294,"weight":0.00004443246091554065,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004443097082618564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1912,"weight":0.00004440616803197492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00004439532412292623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004436839208498064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004436502104283635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004434977816856313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004431707207763887,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004429097479344794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00004427211012796782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":384,"weight":0.000044202125653622735,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00004418935235363898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004416997416846956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.000044161122160883574,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.000044150643359875054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00004414372672377492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00004405073770749635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004402251547707106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.00004401689561104976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000044015496603670076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00004401172602913053,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.000044005150789696874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000044004136301539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043985006391478275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00004389913133339004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":375,"weight":0.000043844571416134884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9580.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043833671275163356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00004378570213112855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000043775924199297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043752226168714105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00004374712697795005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004374368168846718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2027.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004371321493869714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000437019247726563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":441,"viewportWidth":278,"weight":0.000043685242205258575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00004365451696554634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000043647485297643506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004364315048662826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8735.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043623568449605034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043623190931542893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00004362287929926,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00004361523438135257,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00004359491568243469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7725.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004359392728263651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043593089453691105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8832.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004357905061808594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00004357012996934756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004354943160217924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004349705360884951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004344079320348164,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00004343775410175956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":738,"viewportWidth":1440,"weight":0.00004340261629961967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004336497932414728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00004335962858351407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000043293919253148015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.000043272730734756784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004325153752398559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":1432,"weight":0.00004324728993933509,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00004322599981532513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043183502934332747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000043170661822912176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004313371643815659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.000043101723129413316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004309309691193679,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00004300913512759202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":668,"viewportWidth":1440,"weight":0.00004297615811919762,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004296798530516362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004293926876987926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004293906591656791,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000042919492504110885,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00004289335889764586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00004288465242190157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00004287419077096286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000042858364712908666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.000042837952487527994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":900,"viewportWidth":1920,"weight":0.00004280747668055532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":338,"weight":0.000042804687574045685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":786,"viewportWidth":1510,"weight":0.000042798949868368666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004277226015115021,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00004273690750799998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00004270400583362321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3931.1897 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004270206832781022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000426992016116885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00004262285925834169,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004259844920994291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004259412118177179,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000042585442222823566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1004.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042575893299109486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00004253856637336549,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000042487215365368756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004248606495985606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000042428869386244135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000423964144522659,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.00004238999852357111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00004238776378507532,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000042381588946910886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004231084087611676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004230617084262516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000042300207863035634,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":977,"viewportWidth":810,"weight":0.00004224303125341326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.000042241956160545364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1438,"weight":0.00004223793988652007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1600,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1422,"viewportWidth":1904,"weight":0.000042164772805825055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":411,"weight":0.000042156573961530994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004210076896250388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000042034351128202554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00004202820906495309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":1687,"weight":0.00004202582144770154,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004199321093137833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000041978958107690736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004196876080897908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004195888031270543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1028,"viewportWidth":1728,"weight":0.00004195131999506368,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004194724430678873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.35,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1451,"weight":0.00004194604120399727,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000041945706497650576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004194302661159029,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00004193882370687038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00004185477123852516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041852900762029844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000041814564304014625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.000041765343878694614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041736163409867216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00004170556264490056,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":974,"viewportWidth":810,"weight":0.00004169389227746185,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000041690893233376197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000041688072272690035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004168172095670421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00004167011765382021,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004166292343000854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004159021906559629,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00004157466771258319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 12; SM-A015M Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":360,"weight":0.00004154482892803167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004153927387497289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1072,"viewportWidth":1904,"weight":0.0000414792145192845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004146963816585939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00004146481500106081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":1456,"weight":0.00004143913677671793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00004143844700481672,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000041435948851161276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004141904199136959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.51 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000041391168472187505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1672,"weight":0.000041383340662789935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00004137708937149025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":918,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00004137281710905332,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000041362641011836575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000041359722209097425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000041270225185280656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1841.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004125883198710936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.85,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000041170978554802226,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4493.1786 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004116258697473276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00004114948391286297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004114523346715905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004113187186035911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041123223617852905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":878,"screenWidth":1352,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":1352,"weight":0.000041123003634568896,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00004110901592612862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00004106735527722667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":1349,"weight":0.000041062294009589204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.000041058849988471825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000041042495896061916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000041042460542232474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1440,"weight":0.00004104039473161547,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7448.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041020284567351695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00004101051349241739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.000040928323147246204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.000040921251464224304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00004091731979829906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004091259310690093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000040904890798893484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":842,"screenWidth":674,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":673,"weight":0.000040899546900419146,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1400,"viewportWidth":1281,"weight":0.000040894392215516614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004088857813025066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":7,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1215,"viewportWidth":1821,"weight":0.00004084817819562388,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004083517024455266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000407867939751476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":804,"screenWidth":362,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":361,"weight":0.00004078487769594348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.000040755973159595034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1470,"weight":0.00004073271501788132,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":428,"weight":0.0000406999766361119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.000040685722971647746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":850,"viewportWidth":1907,"weight":0.00004063585533547127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000405902844014814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000040575203501149346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004056929151687903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004056499421483826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004056024667136382,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":411,"weight":0.00004050612060981204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004047238790198039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000040382718149837775,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1225,"viewportWidth":2560,"weight":0.00004034323370839715,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00004034283905073733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000040306272367429415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040285397847254827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040267949138812486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004026595576655971,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004024579857423991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00004020800354003138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00004020722274450736,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00004018596003088006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004018212516562529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004016827171321511,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040110372700883306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000040105282476981974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040042085642234604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1600,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1462,"viewportWidth":2560,"weight":0.00004002423242609088,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":774,"viewportWidth":393,"weight":0.00004001863877890607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000040017985739039155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.0000399841767770892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":360,"weight":0.00003998361224562095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.00003998184795883748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00003997676712286081,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00003996384557739562,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1471,"weight":0.00003993700199255981,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1004,"viewportWidth":1800,"weight":0.00003992431481491366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003991012073903575,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003990812007957599,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000039901041402281746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00003987182617176876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00003985876719197613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003984002538956602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00003982308447301524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0000398178780086485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2217.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003976636786634484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003973444831880771,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00003970786549566663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":897,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1280,"weight":0.00003968656626504466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000039666265814368986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7238.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039636412204989554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003955652018583193,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000039542960096252014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":689,"viewportWidth":393,"weight":0.000039524439781527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000039518337683181165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003946914750332533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003945695986544737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00003943543450095782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00003938597619704629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000039369681909781526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003932041606063503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000039312813313220766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000039308511713148096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000039277878301366244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000039267330028600994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00003926166684767739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003924404073117467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4918.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003922717694812034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000039214954366041,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003917620714631543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00003914925154398556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003909938174131394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":1680,"weight":0.000039089627199512403,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00003907758438200838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003906183266514037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000039042645919553687,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1217,"viewportWidth":2542,"weight":0.000039026413359866174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00003902572023680563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":887,"viewportWidth":1366,"weight":0.0000389707107321183,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.00003895417736635087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.000038916029477451125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1536,"weight":0.00003890514798312162,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00003887120979801987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003883371521355021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 13; SM-G7810 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":270,"viewportWidth":542,"weight":0.000038810089551597335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003878960970830618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 11; 6156D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.00003878606649610119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00003874202282961122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000038741194676902624,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003871701833051972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000038696550528205614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000038661830698673776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00003865780723604203,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1855,"weight":0.000038652900306224024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000038650788346174424,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":643,"viewportWidth":375,"weight":0.00003862637646579451,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":430,"weight":0.000038624214289875824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000038602090831255475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000385991400827468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.0000385335179155867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":393,"weight":0.00003853297305323047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000038513406547338514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000384806546973995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003847713216641868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00003846388469261812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000038429209543798844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":1440,"weight":0.00003841916066398913,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":586,"viewportWidth":360,"weight":0.00003840514720919123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.000038404490400789726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003836444465052529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000038350685358569807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":880,"viewportWidth":1639,"weight":0.000038269301587734674,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000038218152612881966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8886.1047 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003818945866450893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00003818904484367499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1054,"viewportWidth":2096,"weight":0.00003818221737322054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003815868174008712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.00003814594865241178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003807483349028783,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.00003807304605442967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000380260494560355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000037989491163374016,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00003798623669722176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.000037970907321831156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1440,"weight":0.00003796094988733867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000037957045068260995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003795024056907425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":1440,"weight":0.000037931312095244335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3843.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037928591888068424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":611,"viewportWidth":1024,"weight":0.00003792405141481328,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00003790194459493478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00003789418050814927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":780,"viewportWidth":1470,"weight":0.00003787755660432078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":432,"weight":0.00003784380706996636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1111,"viewportWidth":1661,"weight":0.000037843380759265876,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4846.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037797071875858676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00003777988126826063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00003774585850187201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1508,"weight":0.000037724657475017185,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000037675378128440534,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00003766328592994827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.000037663257284834796,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":2124,"weight":0.00003765924355818614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1112,"weight":0.00003765584860086706,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":714,"weight":0.000037632704973486815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00003761372031290594,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003759672991405789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000037581018139391456,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00003756924782896214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00003756584020269733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00003755992470393238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":1082,"viewportWidth":1912,"weight":0.00003753932405431568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003753183404919623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003753026504848343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003751986199543695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003751802403446117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003747924137520192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2613.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003741787480290809,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00003740668659977689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000037397610968023096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003737702509825272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1322,"viewportWidth":3432,"weight":0.00003737093938290192,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000037357299635130416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1300,"weight":0.00003734926567625647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003733300246117903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003730459665615714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000037277631463859753,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003726395275807709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000037245831060525905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.000037177066998133116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5666.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003716575047581603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003716528626519037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":1080,"weight":0.000037155928832400166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8322.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037140025779726986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/241.0.491530414 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1194,"weight":0.00003713767067796538,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":618,"viewportWidth":1309,"weight":0.00003713530255948377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":402,"weight":0.000037069455387927597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000037029088922659344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1528,"weight":0.000037028218390180274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00003702453461606177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003701999311027314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":null,"effectiveType":"3g","rtt":450,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.00003700491575163561,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003699603140319189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003699094477224587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000036978807472907065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000036964218081380625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003694422901937185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00003693291795862165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.89","vendor":"Apple Computer, Inc.","viewportHeight":770,"viewportWidth":414,"weight":0.00003692163292107949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003691054675943939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.00003690847965442966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003687645868368203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003687593963320284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7889.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036867863414455964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1440,"weight":0.000036867089437589765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00003685036104141939,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":307,"viewportWidth":750,"weight":0.00003678270188156407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.3,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00003672725956309129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003669650232739395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00003669137730075223,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000036685967617896234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000036681776461218153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000036675926483258314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00003663095020471698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003660246151598111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":590,"screenWidth":1050,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36","vendor":"Google Inc.","viewportHeight":471,"viewportWidth":1050,"weight":0.000036562628029503544,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000036547905947646234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1592,"weight":0.000036525701209223675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00003649084369734642,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000036466432453443694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00003645534545120716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":783,"viewportWidth":411,"weight":0.000036446707018627187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.00003642815921187034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":827,"viewportWidth":1707,"weight":0.000036422304620676216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00003640374677184886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00003636932662771113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000036314138428921915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003631266340864621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00003631260588509207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003630335500935402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00003629964733279969,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000036298313082436404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00003625982604672412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.15,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":955,"viewportWidth":1578,"weight":0.00003625605298261217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2678.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036197251789893046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003619099169196897,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003618893625463293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003617223064859682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00003615390008052428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1252,"screenWidth":2226,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":1829,"weight":0.00003611549595318586,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":756,"viewportWidth":1354,"weight":0.000036115048886431784,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.000036107109707540095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1920,"weight":0.00003608282933731354,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00003605782005029777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000036050770829437805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00003604168348997028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003603682197797025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00003603254220614138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00003601718646825034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003599714446689584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000359962481494702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000035961298823500676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1251,"viewportWidth":1289,"weight":0.00003593307034293677,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000359066508139203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":718,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":412,"weight":0.00003589904434749468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000035898835026573326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00003589793626705686,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":850},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003588191980052761,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000035859889977104365,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003585205592418881,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1287,"viewportWidth":2560,"weight":0.00003583774384639081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1352,"weight":0.00003583481882355491,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00003582459211873774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000035816033921911596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1883.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003581231306623319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000035798764677497224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1210.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035795876477448174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00003577182556741237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":384,"weight":0.00003576491631451688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003575664468188055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003570447657185943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000035662689318558476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000035627487845618546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003560488621765173,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003554919631707081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003546055050427355,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000035438480477663666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00003541449570921883,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003540159127976983,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":843,"viewportWidth":1280,"weight":0.00003540054663929912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00003539174762950489,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":1318,"screenWidth":825,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1245,"viewportWidth":824,"weight":0.00003539052291713945,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.00003537258438913836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000035340665149016456,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":14.4,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000353245645812683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003532317083505709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D72 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00003528038382537157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1472,"weight":0.00003525935866357469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003525079711105698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00003524712134541982,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":412,"weight":0.00003524412357654351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003523785179765104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9200.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003523311733080666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003517057404546664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.000035168397039484934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000035126381229438096,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":1080,"weight":0.00003507681609272383,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; Infinix X6833B Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00003506153815376917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0000350576355195378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000035044230241843134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000035036404751350025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003501717038135331,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003501084858769747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000034967330478850495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000034956090105076655,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":682,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":384,"weight":0.00003493276134450397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003485563385968556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00003478387089296949,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000034768615951834144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000347652309226557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00003475328446592218,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000034750675011497175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.0000347392850379755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1707,"weight":0.00003473818541255603,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1432,"weight":0.00003473360989952626,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.000034727138768245614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000034722864637778534,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000034710773471159176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":440,"weight":0.00003470885729406187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000034700025153958096,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000034677854438651566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3395.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003461733667134425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5956.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003461218267758152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":390,"weight":0.00003461138210752351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1352,"weight":0.00003459637659507133,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003459392529063608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":3,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51","vendor":"Google Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.00003457935987878231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000034534567842556415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000034492580931243175,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000034477129335986245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00003441771642246882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00003441625580091212,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003432632459126486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003428401358740488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/101.0.4951.58 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003426910088809474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000341977341589776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003419634486201075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00003419593390057532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003418840676722007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.000034142899224023916,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000034122084998789504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003412074306699921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000034119752150410886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00003411636504154535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00003411125596238842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003409231417481267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003409185993340991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00003408871756011386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":1400,"weight":0.000034058506300549776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000033999875225068375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000033991061306243814,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003397973801752473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00003391694555473808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00003389846625422541,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":879,"viewportWidth":1706,"weight":0.00003388662751028657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003387029853512141,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003387004625104718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000338563318016727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000033818414106892325,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":982,"screenWidth":1746,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":819,"viewportWidth":1275,"weight":0.00003381551441650786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033771507368977634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.0000337178190074657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003370758339176641,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003368794516524435,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033671071450227926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":509,"viewportWidth":320,"weight":0.00003366960245892857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.000033667000122691186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1276,"viewportWidth":1757,"weight":0.000033615738437568216,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003358507349816294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":1697,"weight":0.00003355958280231485,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7573.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033536024731127125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":643,"viewportWidth":372,"weight":0.00003352402778968653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00003351774389374615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003351510627626167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033509472075879134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000033507968503767097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1718,"weight":0.00003349244514963311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4804.1239 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000334894820948772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":622,"viewportWidth":1221,"weight":0.00003347178765170239,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003339880439034808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0000333680183803267,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00003332189850243335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000033285697239402794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003327508901568003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000033273227990095815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/289.0.577695730 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00003324861791548894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":522,"viewportWidth":320,"weight":0.00003321726005803427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003321188370111967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":676,"viewportWidth":1295,"weight":0.00003319855985857108,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7270.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033193128240406154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.000033179745754580216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000033136631394650955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":938,"viewportWidth":1540,"weight":0.00003313572248830579,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1087,"viewportWidth":834,"weight":0.0000331021801954202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003307439506247629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033065937131457066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00003302093200399063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.000033015792563952925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00003298427482524852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00003295133698358326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000032940402018387065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003285772889304198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000032843600354343025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003282946072339598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.000032807822291082244,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003279771302183485,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003274835367186394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000032714939384838246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000032704756299876875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003270468272493218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.000032667826254576224,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00003263695172355183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003263172960006562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000032603093182123414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003259803160443475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00003254288207307507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.000032520693594909975,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003251591226328177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000325150448991792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":1284,"weight":0.000032509417794957244,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003247052962454031,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":785,"viewportWidth":1470,"weight":0.000032453295333524965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000032424572389432116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003239455776080589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.0000323909460462172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003237894413150523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003236807851083462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":1440,"weight":0.00003233753140155211,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003233077795503772,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003230470935795917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000322882096470475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003226182112323874,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":829,"screenWidth":691,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":690,"weight":0.000032252639153754454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000032237059006481724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000032225357773628226,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003222381524350116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00003221598769451373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7846.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032200166572213234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00003219757711552057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000032164268033162945,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003215760140737553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003215161013063961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000032140294711376404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":657,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":657,"viewportWidth":360,"weight":0.000032068375259356675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003205567816010247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003204499680454964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00003203438772065987,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":310,"viewportWidth":734,"weight":0.000032023742464460255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":829,"screenWidth":691,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":690,"weight":0.00003201654134952734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003201227861190358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7051.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003200113895466207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":955,"weight":0.00003198489335234474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003198346177503764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000031980244117814093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":912,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1366,"weight":0.00003196782806658249,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000031950831774198445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00003194457770707417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003193490594438261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":411,"weight":0.00003190385356886514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.000031902591352235396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.000031854455062821156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003182885227813464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000031824261295872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":760,"viewportWidth":1368,"weight":0.00003178639846920704,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003167152498334428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00003166048397134247,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4743.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003165680276132803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":711,"viewportWidth":1536,"weight":0.00003165532243609729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":1440,"weight":0.00003164732235426875,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003164311702830159,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":827,"viewportWidth":428,"weight":0.00003160997311021395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003159190317248705,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003158504550337894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003154627466795194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003154286026844469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/114.0.5735.124 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00003146822088594345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.000031425966851975534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":883,"viewportWidth":448,"weight":0.000031398404025353016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.00003138917287156396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000031380374739568614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.000031377227401439775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000031358897660278805,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1180,"weight":0.00003135619839860147,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000031350257839833106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000313385467404975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1977.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003127522713109735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003126755086344362,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":792,"screenWidth":1408,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":614,"viewportWidth":1197,"weight":0.00003123616134203664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000031193507563909716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.35,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000031184028666664716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003117896551720626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00003115426726434668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000031130247912231835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003112614705635097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":990,"screenWidth":1760,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":833,"viewportWidth":1760,"weight":0.000031120907193589334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1534,"weight":0.00003111286249036753,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003110035337627048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003108759230663101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3386.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031064957788570175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.000031047211117297204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00003095708396441346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030943852427597135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000030921156705695055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00003088515686232319,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00003088422213807395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.000030882313765043766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000030872376924182464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00003083995799522748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1029,"screenWidth":1646,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":1646,"weight":0.00003078546362055463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003076866974280338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003075654437862865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003074844022321487,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003072323359841074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00003068409918862811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":360,"weight":0.0000306652930202541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000030650174157068215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1072,"viewportWidth":2048,"weight":0.000030599404713093946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000305895226909585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.00003057175508773892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030570424498237174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030554706087340525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":820,"weight":0.00003055031145113385,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003054187055812467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003053574411535119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00003052336975556022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000030506279312290845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030505434187143687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000030487746503789134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1517,"weight":0.000030432417825642984,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000030426986227775888,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.000030346652056317934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000030300418738301155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000030293206510722334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000030264797426979216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.0000302420811536736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":780,"viewportWidth":390,"weight":0.000030242073818579805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000030225407794774527,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000030214929245186257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3728.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003019793620488389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00003019438386697406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000030182830599870214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":950,"viewportWidth":1679,"weight":0.00003017442830652622,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5688.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030174099637541713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000030169336935078618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":430,"weight":0.000030138858275327516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003012733793964241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003007806557149112,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":375,"weight":0.00003005316094254998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003004728579576293,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000030041108580842626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1881,"weight":0.00003001251244094266,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":0,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":488,"viewportWidth":762,"weight":0.000030003621948685662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7049.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002998939061886797,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029989097756435685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":682,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":412,"weight":0.00002998518363080712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002998151507437609,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000029970242869102267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000029959320618311782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000029958160260019424,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.000029948991008240824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":612,"viewportWidth":375,"weight":0.000029942670572960186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00002992441424448969,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002988078456527022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00002986125362004161,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00002983436087020651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000029823458174268472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00002982300336017294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000029789895297870714,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":411,"weight":0.00002978060291417739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4239.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002973089017173844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000029727105898350807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000029714752205861557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002967542716219485,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002965112466883015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002963777051866765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000029562801837096028,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000029516692277689384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/295.0.590048842 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.000029475868520351387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.000029455628036380346,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00002938703345455536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029345945379752547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000029343806650100875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000029331472113413526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000029314930846523648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00002926771010350408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.000029264448151969093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000029240015823723013,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00002920470930699819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00002916825158417049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000029166521571165247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.000029147932151131413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000029135928054759772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002909466670128723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":462,"viewportWidth":256,"weight":0.000029057363832905125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000029042889237273664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.000029035820614899525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1536,"weight":0.00002902518961409857,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00002902107883791323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00002901642338874122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028973276567781018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028944761586056605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.000028869222717769985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00002883258166419885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1318,"weight":0.000028815241030498963,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002879192916039327,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; Infinix X6711 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":360,"weight":0.00002877609211245526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002877337984231786,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2330.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028771429644632916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000028759790553811393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028746869004849087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.000028737183152759373,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000028694657382208734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000028691709650113315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00002868068140550344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00002868047236658511,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002866704931643653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9606.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028639324775069,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028635313879448297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":393,"weight":0.00002863515075015992,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000028630080074010633,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000028626940244646884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":1470,"weight":0.000028576666110775915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.000028574521404421562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":414,"weight":0.000028534522254581637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028472891011694843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000028470284609893738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":411,"weight":0.00002846273175112698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028430748724393954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002840745327516854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.15,"downlinkMax":100,"effectiveType":"3g","rtt":1200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000028405865242883566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00002839885914277368,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.000028389144189094975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.000028381285772514042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000028324335203768847,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00002829850419680379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00002828351579706936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00002824029038200513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00002822168567073687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000028218604344723794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.000028193481184638202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000028190348059834524,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":1360,"weight":0.000028179065195379913,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":546,"viewportWidth":1272,"weight":0.000028139979485346458,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.000028118094182894882,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":402,"weight":0.000028115472665698625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.000028079111385275345,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000028072189200416495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000027985836626008984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000027951368119563746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027894765885909283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6318.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002787333485343096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00002784122869911168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000027797296125207077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000027787462860981737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":384,"weight":0.000027758785607997886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000027745346619479466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002774141851564289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027738105787302483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3428.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002768646075598308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000027685966298438973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000027685106264292376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.00002766419966844535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1318.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027660941000371614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000027648544998849334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000027629888398815355,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027567340389715186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.00002752209058188072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000027482109689011924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027480457006685883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":902,"screenWidth":1604,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":770,"viewportWidth":1380,"weight":0.00002745721661578025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00002744864933218258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000027429783909050534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.000027426229568427247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002742226016837954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5599.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027417643514871963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1235,"screenWidth":2195,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":2195,"weight":0.000027397220297026046,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1318,"weight":0.000027394333606035153,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000027349512572486837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000027331205988356804,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000027268109005990853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1440,"weight":0.000027246953679559134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027233955142446954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.000027225782801301012,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.000027193272034583264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027190638044096892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":524,"weight":0.00002715888102133798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002715521216946525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002714867435909296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000027133212970579722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000027117752464347716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1278,"weight":0.000027083206577790747,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":411,"weight":0.00002706373625245415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00002704970795522486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000027048190148196223,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":440,"weight":0.000027039879062362602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026999609518149745,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":1080,"weight":0.000026997721162775197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00002698956419218698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002695215266299293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":713,"screenWidth":1180,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000026941921045343288,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.0000269404594203695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1318,"viewportWidth":2560,"weight":0.00002689484972635962,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00002684951738327009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1498,"weight":0.00002684391407747538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002683891624072506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":887,"viewportWidth":939,"weight":0.000026822802450317862,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.000026817046134748593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.000026805227501743415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026738119547025163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000026738041371151578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000026734856928840457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002673160004455864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000026726726133019664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2529.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002672124206772789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000026691028689672517,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.000026671897554313333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026653061015937495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000026627344268415988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":740,"viewportWidth":1536,"weight":0.000026618669425010604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00002661214049604369,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026608539286849704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000026597479820653106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00002656110088643847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00002655181146865215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026545355230196557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002651960203227899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.2,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":412,"screenWidth":915,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":303,"viewportWidth":869,"weight":0.000026496980852545027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026480777463586742,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7814.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002647407178284775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000026453824647187873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000026453785869476227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026445886048427125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2539.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026441612751206965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1045,"viewportWidth":1839,"weight":0.00002641859511606563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00002639252425700759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.000026353274407525667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026259298567358554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6944.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002624939588134776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000026240313733773423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002622472683500701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026207926668168457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00002618032819091517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1713,"weight":0.000026134053734856002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026118373062550337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000026117465069654436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026085018666048194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.000026074489548936126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6432.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026063348345887367,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.00002604298932385881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":2560,"weight":0.000026020311683625363,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000026018439946168963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002599136181125046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025979663180037744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":390,"weight":0.000025953408399389668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":1050,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.000025900179939764003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1680,"weight":0.000025891119820179518,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":384,"weight":0.000025851584914732968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000025781359685102648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000025778007237434105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.0000257622833495525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000025754464516298705,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00002574818018373891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000025736423984828084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7338.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002573391586758608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00002573065938507691,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002571783047809222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000025696800742855583,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002564083655042472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1270,"weight":0.00002563630652139887,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000025629850564521923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9508.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025629125671116815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002562189320614808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4512.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025604722733062627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025556504077118744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025548320682825404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002554800989786671,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1680,"weight":0.000025543937076562653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.4,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00002553894067705778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000025529631249502806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":945,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":423,"weight":0.000025475089895864623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00002545003566912229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1920,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1080,"weight":0.000025440105771264665,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9016.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025414665624826993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":878,"viewportWidth":1853,"weight":0.000025388074819693476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002537583404696429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.000025361319946938063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000025357481380399834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.000025356534512801793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000025336100024712396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":440,"weight":0.000025334289154551297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00002529746078434546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000025237434313791304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1280,"weight":0.000025188445329929434,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1600,"screenWidth":18100,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1200,"viewportWidth":1216,"weight":0.00002513460260924638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000025122415703862017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000025100040118853576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00002507352133990543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000025055617845696137,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000025041188668793394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.000024981942000807938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002491230614485956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000024847047148814676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.000024827832549294345,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002482261885837615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002479381283095501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":909,"viewportWidth":1920,"weight":0.000024746578350276504,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00002470388444427732,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":393,"weight":0.000024687238712079498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00002464530135977084,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000024642494156146164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":572,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":572,"viewportWidth":360,"weight":0.000024624531252215494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000024589220916110307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000024538522114829335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00002452112354025139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000024513253926089964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000024482044063870917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000024462910553316826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000024462883121584376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000024455819824607888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002445426032546124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":1754,"weight":0.000024434647382182323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00002443434421677574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002439972412043135,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002432439524959254,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000024306531672703582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002430577330321006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00002425761769227957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00002425569960490553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002424981855693994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000024173695170385795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000024156423928404317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002414679749998029,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024146140971054876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1307,"viewportWidth":2308,"weight":0.000024140591451495174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":970,"viewportWidth":1877,"weight":0.00002413062322829069,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000024129513144862345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00002410263077049751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":806,"viewportWidth":1512,"weight":0.00002409962581018598,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":871,"viewportWidth":432,"weight":0.000024091645034021032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.000024071468067983746,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":739,"viewportWidth":1536,"weight":0.000024071036775949006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1440,"weight":0.00002404328878186387,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002400157866963837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00002400052693630491,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":906,"viewportWidth":1600,"weight":0.000023945502926866346,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000023917814733127973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000023885091172554904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.0000238726488845689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002386679579394897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1440,"weight":0.000023861294016683332,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.00002382763105476395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002382232103923588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000023797296350381578,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023794835436425758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00002377550893982018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1030,"viewportWidth":2752,"weight":0.000023761888071531584,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.000023722351610375355,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7889.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023721794625123523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.00002370815625185771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1680,"weight":0.000023691453226266823,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000023683378106906543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1500,"weight":0.000023661634121834763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023648183708035903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000023622176727657202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023614671638772977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002361339394012082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00002359934100125851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000023588028238702916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.000023587031835322216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.000023585947379872453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000023556193232359393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002354039060709312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000023490911008037285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002347229426754596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.00002341278513720039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3606.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002340866008783131,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1004,"viewportWidth":768,"weight":0.00002336580933619345,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00002336457212729561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":1512,"weight":0.000023364135956714252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7076.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002335923062089964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000023346023206974414,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":517,"viewportWidth":393,"weight":0.000023342538061211777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00002332170505443265,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.000023305213297888857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000023274695417344164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000023254037811834594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023252993802376865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00002324637478891609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6459.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002324577568898868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00002322405125187544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000023217260641523828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":390,"weight":0.000023195171687667156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023181896973730358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2664.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023179796876910026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023157792086560034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000023148089020990123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023141614369984578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000023129870840576118,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.000023117376881384874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000023091243282518794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00002308437320175652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002308288302401639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.000023024115582140543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000229771632973357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":716,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":412,"weight":0.00002297328544921509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7992.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022951157304592896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00002294678293249076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.00002291583749363071,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000022913423133897264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":411,"weight":0.000022886116691060302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000022854737620708442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000022854692599168804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022813654563276922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8452.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002279899430684749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000022789661828181253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/26.0 Chrome/122.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.000022785806613443237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":930,"viewportWidth":1920,"weight":0.00002277316764925388,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00002274517668537271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000022720058994386276,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002271280512616719,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002271037413751433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002270890258822447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/327.0.656162734 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000022672596581798115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022650880207587073,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000022640166262261493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000022630530518711557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2714.1239 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022605973168227946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00002259776814089615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000022583747102575152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000022553175701833917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002251723179134493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000022517059860102126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002247425691247207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1684,"weight":0.000022469502876210726,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":1440,"weight":0.000022424790096003797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000022420552415879925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000022398410080749812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000022396242191099966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00002238338968973161,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000022375293558520623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6993.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022350475592218254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":411,"weight":0.000022344033476556472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00002231714395317924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00002229705309107286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022289779010883852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000022287965870385698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002228788151782864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002226980304775505,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000022269492320192524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6640.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002222449278097655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":571,"viewportWidth":1270,"weight":0.000022223548428852672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1707,"weight":0.000022221794796149555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":384,"weight":0.000022209388199477724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00002217411546484716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1482,"weight":0.000022120299372623867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":360,"weight":0.000022120058278589913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 5.1.1; KFGIWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/108.16.2 like Chrome/108.0.5359.220 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":602,"weight":0.00002211976483486065,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":715,"viewportWidth":411,"weight":0.000022116361280627993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000022112742459263704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000022091806818734566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":749,"viewportWidth":1080,"weight":0.00002208130449845436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":342,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":342,"viewportWidth":384,"weight":0.000022069560351927692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5821.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022055360573226114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022054994724226914,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002204333396034511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00002202608832847052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":393,"weight":0.000021986012971778544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000219732966921984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021934258592212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":616,"viewportWidth":393,"weight":0.000021916445150582338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1256,"viewportWidth":1024,"weight":0.000021914801247150358,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002190642329975129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.000021897499253980816,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000021895095745444623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000021885182038700098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00002187407211108625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00002186642295873911,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":627,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":360,"weight":0.000021840131789124865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000021814624317210117,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00002180983603996748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1696.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000021794353500320848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1065,"viewportWidth":2240,"weight":0.000021760452826603,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.05,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.000021758209672786834,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":411,"weight":0.000021748757103276708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6708.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002170620291713486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021690891379324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1469,"weight":0.000021690729917055387,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.000021651292796682065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000021650007528135017,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000021626429342951493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000021564205055665623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000021550088758810037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002154387842645511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":430,"weight":0.00002152783656636916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":1024,"weight":0.000021518135072904213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021514875693884076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000021506199067878162,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.73 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00002150118585288765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6268.1047 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002149567191207405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.000021491183575043646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000021478070540342017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000021441224666422375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.000021439137626244493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00002141763841224209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.000021413387416994898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1110,"screenWidth":1664,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":856,"viewportWidth":1513,"weight":0.000021395937464685054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.000021385242885664465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000021338512018513964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000021332200254264284,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002130368746182184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00002124244731323423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000021203997593601568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021168750389984475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.000021122216742327508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000021108548074237895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000021106946971742447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":1317,"weight":0.00002107326042895967,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4969.1245 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000021070911977995346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002104154466251689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000021019915275099038,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002101893578863586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000021016321994905867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00002100518130311042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":428,"weight":0.000020998188580491156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000020985363520317414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000020956150795776416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":808,"viewportWidth":1528,"weight":0.000020953621406335965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020951323500521862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000020941850323287946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7722.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000020909364077069422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000020892842371388083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00002088756558534159,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":647,"viewportWidth":1280,"weight":0.00002087290371305522,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020871192732671887,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000020811505441600572,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1120,"screenWidth":1792,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1057,"viewportWidth":1792,"weight":0.000020808886278237562,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1148.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000020771522566175534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":2560,"weight":0.000020760481426130373,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00002072153047013657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000020701126175352885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1830,"weight":0.000020698801070702764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1296,"weight":0.000020658777208047684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00002061909708028663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1488,"weight":0.000020599136977942217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0000205945304553758,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7952.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000020561116033233835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00002056022809728796,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020533594158549612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000020485466324480103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000020485402075586236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000020472849220702124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002047263589783014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.000020435643834687133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.000020393038354074365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000020321247413445184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002031474860368716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000020292078202338046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":550,"viewportWidth":1265,"weight":0.00002023565170848825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00002017113637787707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7141.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000201429599843475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000020122876663233267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000020121702529043836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020119052887999368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000020107351381203603,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000020087653745354444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020075706771774214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":574,"viewportWidth":339,"weight":0.000020058649308421903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2304,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2304,"weight":0.000020047059861579973,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9464.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002001617070014006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8401.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002000390261277943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"downlinkMax":100,"effectiveType":"3g","rtt":750,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1060,"viewportWidth":384,"weight":0.000019993487668093736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00001999305107791476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1440,"weight":0.000019975858934689983,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1517,"weight":0.000019936783792078265,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":387,"weight":0.000019923853957802914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6334.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019907349628729144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":7,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":690,"weight":0.000019905176660657067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":589,"viewportWidth":360,"weight":0.000019903934121403796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9161.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019826777496125014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":1272,"weight":0.000019794011657227684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001975485113034531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8662.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019754223515827172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.000019752137068919762,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000019750654024415404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.0000197420652643522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001972932184432494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00001970243206690531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000019677634190016262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.000019654325881339744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8613.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019654228853435346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019647508103598502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":375,"weight":0.00001964084498224926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":879,"screenWidth":1562,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":1412,"weight":0.000019624721550579974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000196229136222358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019619311436745712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":375,"weight":0.000019579367431985943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00001955236980884925,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001946180085714695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00001944600720062871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00001944081450765094,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":360,"weight":0.000019423427679255004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000019420630676343398,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000019417581662758192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000194172634332826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000019408476083458685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019398166437166708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000019383539484379465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00001937638456648405,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000019374470684909425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.0000193727867453665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000019357014087299128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00001935172052572781,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000019348344776380377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0000192460817620979,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000019245221730246004,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000019232354333577712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000019221704855344682,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000019207897120334736,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00001912871049864638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019106945341743447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00001910688812870615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4399.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019082628045978916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1036,"viewportWidth":1929,"weight":0.000019054587189230078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000019053128608997653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0000189985644643664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.000018965582149071142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":616,"viewportWidth":375,"weight":0.00001892436957099772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000018844747298134247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018839995085298006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000018835790525399358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000018823135897283965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000187954719178154,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018785344086303355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00001878130682095874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00001871730460533493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001870699809909966,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1000,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.000018545428023061546,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":2,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":747,"viewportWidth":1600,"weight":0.000018537595923992125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0 (Edition Yx 05)","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.000018537464189659454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000018533355106068086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":2048,"weight":0.000018494814108713056,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001847966001563138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.000018470668144213636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000018461519923404197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000018461081523228708,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":981,"screenWidth":1745,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1745,"weight":0.000018451490368891438,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.000018440326617154167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000018386770498696183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000018385409799473518,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":832,"viewportWidth":1512,"weight":0.000018367048875799328,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":913,"viewportWidth":1791,"weight":0.000018363163296760886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018327690997521506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000018325627872756366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000018312803064523504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000018307481480144165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000018291091705532787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001828291776944357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1440,"weight":0.00001821410061841997,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.000018197406464034653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3725.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000018153534529218065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00001814505297465307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018140071505557242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":771,"weight":0.000018125941241197444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001811805911995427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1920,"weight":0.000018116983683023285,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00001811022916710793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001810154949675551,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000018098379813343024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":829,"viewportWidth":414,"weight":0.000018096217962737185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018092692805352203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.000018046595957405112,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3644.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000018009305625350277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000017981560784873338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5755.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00001793408963381478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1187,"viewportWidth":981,"weight":0.000017898894535257767,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000017893818123535453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001787127008481267,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":1241,"weight":0.000017803855723652818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000017777202055338535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":1050},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1280,"weight":0.000017758638187916716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1460,"weight":0.000017730885901952702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.00001772344303587815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 11; KFRAWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.5.3 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":602,"weight":0.00001768772660299557,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.0000176750978759185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000017667117471283747,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000017655035102338174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000017650612067212748,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000017641959870471886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":621,"viewportWidth":375,"weight":0.000017602292930382447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.000017596499004951474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001757176505397941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000017514865594414595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":689,"viewportWidth":411,"weight":0.000017514488102505552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1287,"viewportWidth":2560,"weight":0.0000175077840697796,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001749753697557805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000017482783246608196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":550,"viewportWidth":326,"weight":0.000017465419821299862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000017453284694452383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000017449684319397178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000017422020932651514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000017408568000686636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00001740155583969568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000173865920530283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.000017363976322299004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00001736134804261114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00001735802995171577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000017350012950688043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000017309318630052047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.000017301014277377064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.000017290954244630764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000017266619282492044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":996,"viewportWidth":1865,"weight":0.00001725819640001474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8894.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000017236133628556946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000017230987678104985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000017226025493985606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000017213409659308814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000017165198759099612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000017160872296344784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00001714368633227361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1266.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000171397773772859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001712901483788303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1432,"weight":0.00001712717121856783,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":1911,"weight":0.00001708857713537799,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000017059565903482004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000017045430270083594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000017044656778686234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000017040930305520407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000017031981913047375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000017031715691471646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000017022713045139583,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000016994523739417182,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00001698985080495112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":500},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000016986607888745505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":395,"weight":0.000016967357180945755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001695491977303219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":411,"weight":0.000016918232628977204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":686,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":686,"viewportWidth":384,"weight":0.000016911879387564915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3547.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000016904927514746755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000016886992001764188,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/358.1.731895952 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1080,"weight":0.000016874652165006912,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1920,"weight":0.000016840010544617088,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/359.2.735510536 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00001679583894983233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.000016785591022907206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00001678390298068411,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/294.0.588955078 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000016753669572067388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000016750860737286103,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000016715552662048424,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":788,"viewportWidth":1368,"weight":0.000016710025417454648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000016667062972870138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00001664621714409224,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00001663144923879609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000016625481170400295,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":695,"viewportWidth":360,"weight":0.00001662344308191568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000165577308450918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001655462855000472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000016529072707956725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000016505950657275193,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001642864574158107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00001641904364922931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.000016413636578143968,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000016385084459784164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000016373744894001604,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000016364054578190943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000016338641489424004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":402,"weight":0.000016320890879810596,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001631800517796639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":908,"screenWidth":1723,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":906,"viewportWidth":1720,"weight":0.000016313649610987887,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000016308849631084126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000016278435695481804,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000016248825586302495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000016241204729047614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.000016240753703806916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":411,"weight":0.000016233328505808742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000016229865444686513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7031.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00001618388707514829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.000016158882747946165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001615595375300844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000016148087020147207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000016078438160066133,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":639,"viewportWidth":1066,"weight":0.000016040402168287427,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000016030674050129013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000016020778182688043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.4,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":1301,"weight":0.00001600920088171465,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00001597120411759884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 12; TECNO LG6n Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.000015929191561343305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000015910346131543707,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000015909695454496193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000015907953329360615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":667,"viewportWidth":1503,"weight":0.000015893503925343875,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":670,"viewportWidth":1440,"weight":0.000015893448997053366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00001587713769483798,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00001584973797475483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000015824390306089582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":839,"viewportWidth":1470,"weight":0.00001582385563950975,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000015801400159188415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00001578448036925544,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000015722762248381157,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00001571277221232234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00001570466853367829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.000015700545243562054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1536,"weight":0.00001567655213584853,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00001566604438776891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000015661971911675633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":360,"weight":0.000015644996249877527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000015633204134261735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000015629055862882238,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9488.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000015622369571127777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000015607103916499823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":1520,"weight":0.000015596158101024725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000015590968516805063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":392,"weight":0.00001557673271519385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1420,"weight":0.000015548379606115372,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000015517126120755323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000015502176452686435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001548984117776776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000015470746159489246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001546951429396623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000015468991946465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000015439731967223713,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000015426424684290726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.2,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000015340641677005014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000015317811663743082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000015284377466327178,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22B91 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":774,"viewportWidth":414,"weight":0.000015280916435109673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":768,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1280,"weight":0.000015265296280971606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000015261806372957778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.0000152435280181528,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000015198025656537659,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.000015195483100681396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00001519164829582492,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1017,"viewportWidth":1767,"weight":0.000015180239478747947,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000015177350108116606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00001517009116076319,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000015165990629384248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000015123358100364244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000015104325265483868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000015089368315345835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000015072688979491034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.000015040743655078772,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.000015025870744837386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000015020070554424357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000014965117295983425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00001490443208176784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":412,"weight":0.000014886643306650716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000014885808655344647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":384,"weight":0.000014883964874539993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":699,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":360,"weight":0.00001487381190375918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000014862382543249962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00001481623909073922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000014809832123619423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000014805638728352347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000014726527689456351,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000014720224126068075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.000014710697933759404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.000014664333212929768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001461803368999022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.000014582607251560868,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5243.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000014569779864442297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014553394161752755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00001455047565986851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00001453370216978359,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014525604326125084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1512,"viewportWidth":891,"weight":0.00001451775127764526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.000014417144895147526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000014399387237776313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000014389220108028513,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":360,"weight":0.000014386042186917797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000014372620191970707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.000014369801579889325,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014286553938642126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001424077156930391,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001421094236624673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014159591239380198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000014131977036134492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000014114146229303828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1271,"screenWidth":2046,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":923,"viewportWidth":1664,"weight":0.000014104942042786564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00001410084700760129,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000014065397136307936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000014024661304663583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000014000357668496928,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.000013999671988572949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":815,"viewportWidth":1440,"weight":0.000013984320741247323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":2560,"weight":0.000013916523854621367,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3880.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000013781926263923634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6519.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000013768836769460296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":726,"viewportWidth":1324,"weight":0.000013767591134869479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":878,"screenWidth":1352,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":657,"viewportWidth":1352,"weight":0.000013762545777405152,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000013748118518083725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":890,"viewportWidth":1575,"weight":0.000013739741351234152,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000013725572101121998,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000013714875307846731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000013702201690400255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000013686911207751864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.000013684697307548274,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000013647354944037859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000013637318215847168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":1434,"weight":0.000013619562425949183,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000013611817238551133,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000013608584782935877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00001360075661067166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00001354747163759525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000013540708742620374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.000013520465135808179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":824,"viewportWidth":1536,"weight":0.00001350169670880476,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000013498615296793419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5701.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000013496699738323166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000013434090299374988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000013421763102998166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":639,"viewportWidth":1280,"weight":0.000013399175720775423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00001338500691814187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001332450408830155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":393,"weight":0.000013322076270108697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000013321355517495917,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000013309522681922884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000013302762740155384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.000013279236182345965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000013256211994293398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1440,"weight":0.000013249764836066155,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000013249492765616896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000013248900810667108,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001319724118404412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":1420,"weight":0.000013187399350058013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000013173565977986409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1344,"weight":0.000013171128511061117,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000013144902772859191,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.000013115711002954472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":662,"viewportWidth":1536,"weight":0.000013109055275682493,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":787,"viewportWidth":868,"weight":0.000013101635491560872,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001307260544507475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":792,"viewportWidth":1633,"weight":0.000013068327253479948,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.95,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":411,"weight":0.000013061615557533135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":360,"weight":0.00001305017220893769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000013046847758457172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000013042296759368237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.000013033427161541247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000013031718185322911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001302596217398167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000013012013496442886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00001299247052043426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.000012982747813768644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000012960096788529163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001295050234037884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012926072473231375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000012912489583670985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000012906264691336078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00001289868864026184,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00001287623062707572,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":973,"viewportWidth":1888,"weight":0.000012869718196463316,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000012868699648851773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000012862787651731742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.000012859886099180735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000012858963515468221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000012851710827514979,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":918,"screenWidth":1923,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1920,"weight":0.000012819391378567855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012818262902725228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":879,"viewportWidth":1460,"weight":0.000012794213592289165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.000012760888012124313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1600,"weight":0.000012717863282691902,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":430,"weight":0.000012703129610287489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000012702317240644613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000012690793301280297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":808,"viewportWidth":853,"weight":0.000012655570082942922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.000012652256913182799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":524,"weight":0.000012621696317373839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000012611227713333504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":384,"weight":0.000012610570381152186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000012594930972546363,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001255615384957579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000012551716307347502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000012515717108503351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000012498079944005993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000012488593445137644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00001248722111157242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.000012474853682618095,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.000012473897425885602,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.000012467856151917173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00001244619971337202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000012437334201032977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.95,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00001242739742231021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1488,"weight":0.000012419336586719502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000012416731007009386,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000012389478259549312,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.000012358464281802476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000012347171539528308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000012324381618064619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":962,"viewportWidth":1728,"weight":0.00001231819344073059,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00001230013035267597,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00001229008928645622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.000012274003931451095,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000012265079052617686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000012258148819950333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000012238911875103894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.000012235852424048474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":4,"screenHeight":977,"screenWidth":1763,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":970,"viewportWidth":1756,"weight":0.000012219264116692048,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012170650112515921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000012153507813394429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000012136798111453901,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012128760839955808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000012119657424972858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5957.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000012110906438384335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000012087612426379562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":527,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":527,"viewportWidth":320,"weight":0.000012079267681043615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000012074976957773392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000012007921242024968,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000012007247149082187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000011998668428556247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.000011982254132247696,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000011978211807558795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001192396428613287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000011914784960886994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011878562893926495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00001186588998918846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011849473616715666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000011829203022758983,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00001179710344141268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000011794993292620187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000011793119861103134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011786056746411859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000011781310015512445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000011776110746564324,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000011762211470329273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000011761031767885275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":638,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":638,"viewportWidth":384,"weight":0.000011682765829660215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011673503120448064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00001166433375572083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001163952042144945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/128.0.6613.92 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000115638150249581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011546073078239373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1879,"weight":0.00001154521507316122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000011538859604890482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1884,"weight":0.000011535946649341102,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000011534640560558414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00001150152899127317,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":780,"screenWidth":1498,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":1496,"weight":0.000011469510164337854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000011441513075083822,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.000011399430103834393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000011388979817258384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000011381840703914098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00001136264841483819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000011354899953367601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9992.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000011340987472670778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1797.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000011315110005937782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000011275885995761273,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.000011243149494566749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000011229399890034406,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000011216718224174008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":948,"screenWidth":1685,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":819,"viewportWidth":1685,"weight":0.000011189891684395128,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.1.704810410 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000011188641195598522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000011138356711333725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000011105250380057986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":601,"screenWidth":962,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":465,"viewportWidth":961,"weight":0.000011098450310423234,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000011090412886866224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000011070063603131163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.000011064334763761924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00001105264997228539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.000011052151134871896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.000011034638603469862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":441,"viewportWidth":780,"weight":0.00001102483241947954,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000011012463111457573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5724.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000011003836197133045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000010954947506330896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000010943571550593866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.000010941501579693934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.000010934310106967986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":658,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":320,"weight":0.000010929631551074963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9606.1950 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000010911408930565048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":1855,"weight":0.000010899331767023197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000010896668525700956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":375,"weight":0.000010888303134328035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.000010887057468743588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7187.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00001087866841127669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.000010877430108374065,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010874396740462162,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000010861057093066511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000010849271937325472,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.73 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00001083649945994121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000010836232505897415,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1526,"weight":0.00001079941449663246,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000010788410522778402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000010783613357362667,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00001077330678650767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1707,"weight":0.00001077128261125827,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":941,"viewportWidth":1699,"weight":0.000010771127389677373,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010769108426521958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000010745047136348913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":946,"viewportWidth":958,"weight":0.000010743952712655007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000010739770565552738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000010730825242465613,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":462,"weight":0.000010723657576953513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000010712353633636946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000010704763109680762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000010691616197539396,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":1360,"weight":0.000010680535238621886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000010679383265981319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000010664407120237706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000010664284417678077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1511,"weight":0.000010619041181179443,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000010608626214106119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000010551269724380522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000010539851078228053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1189,"viewportWidth":1854,"weight":0.000010522889082569165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.000010467925663759726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5935.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000010465870262972775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00001046258596720339,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010459653183216371,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000010447193443126446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000010434518853975091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1738,"weight":0.000010387498169709639,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000010375770186228028,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.000010349753912398331,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000010348297395352703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.000010344728814388146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000010341041951576115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000010334012260953849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000010326273050255621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000010323675369936143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":810,"weight":0.0000102625448891847,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000010231804728262763,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1299,"viewportWidth":2560,"weight":0.000010216526429468207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000010189260862793965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":430,"weight":0.000010155697120336778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000010147927187130805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":1440,"weight":0.000010145233604446109,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000010138496196963892,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6639.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000010129841060301907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":743,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":412,"weight":0.000010126373924042452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000010124429422668567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000010102583709017769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010086739012503573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1470,"weight":0.000010085392503335083,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000010024388908885484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009991943284991399,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000009975020274055431,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000009971964807598927,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000009942354547513216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00000993885472451505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.000009928789554537484,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00000990477316714624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00000988988636225801,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000009888136788510864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00000985533160611775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":762,"viewportWidth":1536,"weight":0.000009823112745997463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.00000981869879125369,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000009812362260116282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":546,"viewportWidth":375,"weight":0.000009785278782853058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00000975942618508957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009726395901010732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1440,"weight":0.000009707229083456434,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00000966386875969092,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.000009663330781255042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1541,"weight":0.000009602954409492564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 EdgA/134.0.0.0","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":411,"weight":0.000009601884211393936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.000009594296313812198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/128.0.6613.92 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000009540533348836685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00000952787751475661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000009496852660325878,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":1545,"weight":0.000009493123408208852,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000009488787679646087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.000009486241330134093,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00000947793735747252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00000946009863949001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1280,"weight":0.000009433424725506126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000009364298168640825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0000093544850006903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":532,"viewportWidth":320,"weight":0.000009344103002719388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":926,"viewportWidth":1920,"weight":0.000009326197914849221,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1048,"viewportWidth":1912,"weight":0.000009321649573656092,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1415,"weight":0.000009310592246807645,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000009299000409406702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000009277521030015683,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00000919367657685469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000919287391410824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000918190864687071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000009180601641383904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009154723220241213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000009142532699891527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000009117351733681666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000910345817703846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00000908937645620471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000009057400732696045,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009004437933895294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008991738083320498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":384,"weight":0.000008981664905192048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008970068850520605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":766,"viewportWidth":1252,"weight":0.000008942056946374133,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1138,"weight":0.000008933751276393712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000008931092983554202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.000008903004200346618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008865746016658593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000008826491927026667,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.000008826459993602446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000008795462624050516,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.000008779943468149001,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.000008752820189550038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":549,"viewportWidth":375,"weight":0.00000875122173982855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00000874900422771216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1440,"weight":0.000008719084603308782,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000008674814496776838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008673995288454909,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":932,"viewportWidth":430,"weight":0.000008663719886003839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.000008663416764575673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":5120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1278,"viewportWidth":2538,"weight":0.000008656185838949774,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1261,"viewportWidth":2560,"weight":0.000008648161321312578,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000008640235691502909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000008634804907305814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000008615612670191228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000008608641244277944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000008596970136650926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.000008586173809701163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000008570207207251082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008567246348812265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000008531567362046288,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008522519693124015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000008479073553334345,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000008474942386576216,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000008473047209998196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008466808869303693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.78 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":375,"weight":0.000008449871631209163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.000008437805363715418,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000084086579155182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":931,"viewportWidth":1920,"weight":0.000008408570898978082,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.000008408308458844663,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000008406199915581347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00000838316986176225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":1210,"weight":0.000008364285912248548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":1140,"weight":0.000008360281137230605,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000008352585359663441,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000008282006180451541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":368,"weight":0.000008275061279495973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.000008273240711902119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008248066168439552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000008236195936102663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00000822994691793286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000008218977325961872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":796,"viewportWidth":1440,"weight":0.000008196504731324638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00000818201589573981,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008171402231657302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000008170535757223165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000081539733435334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":804,"viewportWidth":414,"weight":0.000008133204137450884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008113346027511501,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008110553827942933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":865,"viewportWidth":1512,"weight":0.00000807368537153938,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000008003102661462462,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.000007938046417786594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000007935045093440522,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000007891124685087494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":918,"viewportWidth":768,"weight":0.000007890252490397865,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000007876373287441428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.000007862695075728674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000007836304348817139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.000007776322849997834,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007763335484658103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":753,"viewportWidth":440,"weight":0.000007762341313404834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000007757377005223728,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007755263472297574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000007747655113072052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00000773937870181038,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1366,"viewportWidth":1024,"weight":0.000007735887815007766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.000007704394799652534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1868,"weight":0.000007691376606430508,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1920,"weight":0.000007675021485384622,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007636099768310203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.000007583980459693851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000007574362373216372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0000075540165580801684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":583,"viewportWidth":360,"weight":0.000007543950468929932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007530491620001836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000007504952281801594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":1138,"weight":0.0000075047590533735925,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000007489822300014546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.000007473166833007425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000007468644724500601,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000007467779703324637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000074604536952548614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00000745032649786377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000007418395038530827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000074027064455289685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000007399421135066433,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00000739775253399581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.000007386829711063589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000007383058861956982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1680,"weight":0.000007363192318585401,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000007354531382142469,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0000073453236735334914,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000007338443908873636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":428,"weight":0.000007315805615885046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000072831099548883005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007265929155386238,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000072486940756365854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":559,"viewportWidth":375,"weight":0.000007237026052702616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":1440,"weight":0.0000072167373870649506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":1353,"weight":0.000007215363641245301,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000007192029532097701,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000007162175556122915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.0000071471562623346465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000007145154270558432,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000007125463655597195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000007111141640348188,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007110286779241347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007073208963336309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":1470,"weight":0.000007068122124576527,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007059621336529948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1138,"viewportWidth":2400,"weight":0.000007040731171269433,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":551,"viewportWidth":414,"weight":0.000006999238671379169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000006988378590816689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000006973088568196747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000006962695487315513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.0000069598335484807835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000006949108105907697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000006943172065446655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":1440,"weight":0.000006930691709059675,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000069020610357668746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.000006899715749184731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000006865050216187927,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000068509929521786045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000684027634652464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000006836781818846637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000006790720723659569,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.77 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":440,"weight":0.0000067557478950525535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":1480,"weight":0.0000067073113279517705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000006686692349866097,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.000006670823529949311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000066518360053355306,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000006642886240620794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000006641643315122529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000006637287282637721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8254.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006617927753041262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":1420,"weight":0.0000066145644000199525,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3860.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000066058492779194994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":814,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":375,"weight":0.000006595411050878871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000006594326454226963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000006588500988328005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000006571184372652018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000006564764988116874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006555449668683241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000006549595667178151,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":989,"viewportWidth":1710,"weight":0.000006549112657458058,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006536838049475377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":384,"weight":0.00000653474180206035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":842,"screenWidth":674,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":673,"weight":0.0000065208168395717406,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006477872482508601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":942,"viewportWidth":888,"weight":0.00000645495552930905,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000006425747446593951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00000637905903105445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7674.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006358222698701554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000063556462640371296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000006341715121520353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.00000632891853675629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8475.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006318795084904001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000006301899184824305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2744.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006284983534428709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006266383680487911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000006231528700166992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000006210841901682013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000006199963860376826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000006144026297209072,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":402,"weight":0.000006022269934008968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000006017438100043281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000005992213497754006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000005980809354876537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000059660984494324655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000005950255012991694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000059501216112181116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1112,"viewportWidth":800,"weight":0.000005948575900901676,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000005917502162725161,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005897682241229089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000005895898878881634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":803,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":677,"viewportWidth":360,"weight":0.000005893893915958408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1511,"weight":0.000005870444590513536,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000005850631222066647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00000585014002408372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/129.0.6668.69 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000057714430256215105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000005759531812483691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0000057483388588161855,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1168,"weight":0.000005743830156487242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000005721227330450932,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000005682665281027747,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000005673400623417863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":751,"viewportWidth":411,"weight":0.0000056715603826655906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000005649178662278136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000005640669530100488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000005638151951252195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000005622111924645001,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000005608827672022101,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":875,"viewportWidth":504,"weight":0.000005569917401780277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000005565450911743623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000005561448327703722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":390,"weight":0.000005558359072288628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000005553321823498415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00000554875021334614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000005548108566425199,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000005536389829028204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000005535051512199182,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000005506672796623753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":956,"screenWidth":1700,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":1700,"weight":0.000005464745445249304,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5529.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000054543258449766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005448080461324286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1470,"weight":0.0000054347828536586964,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000005426406766633447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005401807182728314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005380756627942828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000053757160069871685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000005370645930107341,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005362404215561036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005359504905544417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":810,"viewportWidth":430,"weight":0.000005356393971537564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.000005349006084994221,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1458,"weight":0.000005314780336382234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005304156022916095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000005297295841501379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2514,"weight":0.00000524480776680841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.000005241236124336067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":640,"screenWidth":960,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":505,"viewportWidth":960,"weight":0.000005235673721056855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005221432716769742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":724,"weight":0.000005216707978039391,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.000005206672328306666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000051458246118682346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000005115089140760741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.000005106999887308856,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000051050819740647655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00000510210816090905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000005096460049948077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005094933402674907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000005084859351759882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4986.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000050715241816452706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000005046234170351066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000005010470160686042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000005008144661730799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000005006754675035025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00000500152142356126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.000004982229054491678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":676,"viewportWidth":1536,"weight":0.000004975950446235093,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000004963726017598918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.000004957818219626696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.000004946740299677496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.000004942955248215563,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":940,"screenWidth":1410,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":1410,"weight":0.000004934562110263878,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000004913173979953066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000004911954269728607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00000491176863776949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000004889787647193673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004888406252813434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004883019325653346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000004870935864976462,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00000487049954029829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000048681615287925175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000004860778762227237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9795.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000004855666095377849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000048538033090646795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000004846818633851937,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000004844234704902955,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000004836998348010499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":392,"weight":0.0000048101460478585236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000004784437999823577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":1440,"weight":0.000004774876736327496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004766813858651585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1272,"weight":0.000004764551294739713,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000004745476922917963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":751,"viewportWidth":1536,"weight":0.000004717834094071429,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000004688676679287817,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.000004679353543832332,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.0000046630568719453085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000004657196846230103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.000004639071525259569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000004635423277122565,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000004631848863595362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":742,"weight":0.000004590907697646551,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.000004577496039848197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000004575852256231707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004570138697982692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":3432,"weight":0.000004557272903523044,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004546859481963335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004546855944814473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":672,"viewportWidth":1409,"weight":0.000004545549008224436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0000045385584173525236,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004468244930214426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000004464649537219097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000004447237545750701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000004407911374913142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00000439976045227181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":802,"viewportWidth":1678,"weight":0.00000439615151368074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":390,"weight":0.000004392200652450799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0000043918285885908275,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1143.1033 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000004385299541149753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000043499304839879904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000004337559167050018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000004307421356575665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.000004298419726158841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00000428383080029411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000004271870574619019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000004255942792413211,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000004245738216379543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000004243468032206243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004217907993637931,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004217582134460944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000004214099906197393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.000004210227756577063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000004130290401128661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004128952560111899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000004102899452903612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.000004101565808736166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1051,"viewportWidth":1721,"weight":0.000004087800319900314,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004086648761881805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.000004080610653389519,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000004014261724162147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000004000009684126623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1530,"weight":0.000003990921615438386,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000003990832397559685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":924,"viewportWidth":1912,"weight":0.000003983346491547572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5544.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00000397881396270903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000039657616800308685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000003962144896297045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000003961326863286851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":1427,"weight":0.00000394274112078362,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000039338637611262815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000003896784518699365,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000003894070806767148,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000003893234318532903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000003877892417483576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.000003872067958117314,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000003839531057091267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1996.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000003833872661821704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000003831850873557376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000003828759193099531,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000003816451970412373,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000003815042872834784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000038074087335269472,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000003772695710000759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1411,"weight":0.000003766617476532979,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":1424,"weight":0.0000037457600364710097,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000003731938648974221,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000003695327447778079,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000003681632525105325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":656,"viewportWidth":384,"weight":0.0000036739479306746297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000036544009550096476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000003625535645144427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000036043305938878755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000003600614554782124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000003600185384886292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000003548432268950483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000035020384684534264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000003467611390991257,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.0000034625584207272786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000003429873933635588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.000003423052675512675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1504,"weight":0.0000034222894847428507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0000034127902413777333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4642.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000033731045214058873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000033725785353146692,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":958,"viewportWidth":958,"weight":0.0000033571283742734716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000033037530273081137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0000033032715490250195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000003300593138015309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000032805322231722643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000003275321817416736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":810,"viewportWidth":411,"weight":0.000003273202914877395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":411,"weight":0.0000032505748456152775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000003231221022703695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.0000032270175272200447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000032116674553424134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0000032096561662102026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.000003170667890491122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1440,"weight":0.000003163711602813671,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000031564048995158524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000031508456503663563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000031366838654192442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2302.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000031224300357795204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000031053238931970786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.0000030929372892064136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":522,"viewportWidth":320,"weight":0.0000030842661377132303,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.0000030625133511108975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.000003023534877634867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000003010185892655132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":320,"weight":0.000002963861447154998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000002919101428735117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.0000028943500239317492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000028938875262168343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000002893207230752217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0000028710837039957535,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002865227878714439,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000002839900766538189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.000002837179961057018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000028115960735583226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1876,"weight":0.0000027866036342706113,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.0000027843878120169362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0000027565024362179722,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.0000027431418590088273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0000027182174541114027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7737.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000002701974859881366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":1280,"weight":0.000002683366620822426,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000002664147392292839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000002655000985544639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000026315005258646464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000002627250940175123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000026042115668442477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000025395316483060474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00000246763079739292,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000002450410267907537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":414,"weight":0.0000024434104438669218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":577,"viewportWidth":402,"weight":0.0000024069086643056826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000024049803990601156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002376814150333552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002366995660141374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":1024,"weight":0.0000023487306990963315,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0000023425323585893413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":440,"weight":0.0000023408584722152607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000023381964650901316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000023146915707826294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":432,"weight":0.000002310933670240823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002308077889477371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":935,"viewportWidth":1919,"weight":0.0000022907831474615323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.0000022784043090547136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6554.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00000227301905470059,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":904,"viewportWidth":1710,"weight":0.0000022632327166560836,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000022629453027408686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000002255970256191437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1630.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000022309342339812217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000022121647280071707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000021805669273084855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.000002159698851901182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.0000021439449286448693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000021351134237765236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000021246591321017127,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.000002124000131565261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.0000021220977939515665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000021015495679785497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000020999547875566415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":393,"weight":0.000002087183976149649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2950.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000020714571416262397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":828,"screenWidth":711,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":693,"viewportWidth":711,"weight":0.000002044197531427941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1317,"screenWidth":823,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1148,"viewportWidth":823,"weight":0.000002037898498637666,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0000020153883575079854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":961,"viewportWidth":1912,"weight":0.0000019743398195979553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0000019725194814512627,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":684,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":412,"weight":0.0000019587997520964687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000001955689293597049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":965,"screenWidth":1715,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":802,"viewportWidth":1715,"weight":0.000001926288878468113,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000001924510882467143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000018732635742074978,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000018712872910110416,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000018586435209980858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1500,"weight":0.0000018536047298609802,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0000018272547537577717,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000001820052618290637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000001796407782299005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7740.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000017786422201129786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000001746371467225256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000017429692653133913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":1372,"weight":0.0000017409981553427567,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000001736931154035245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1370,"weight":0.000001728796202383037,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0000017255353442796176,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.0000017071430277631039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.0000016886313034355445,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0000016644578723914266,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8009.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000016419851190049346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":375,"weight":0.0000016194207788254341,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000016172983888275783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0000015893037454540822,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000001586821678198634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.0000015667839227526492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0000015638510932654937,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.0000015516147974691117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000015361597016972113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":384,"weight":0.0000015355891204857385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000015235919334755567,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.000001471171104308891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.0000014693092903925848,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000014583565445863806,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000014307015345954252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1366,"weight":0.0000014118298005177083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0000014064443971492461,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000014022017490677277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000013907341266106485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0000013857920539928715,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.45,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1912,"weight":0.0000013755180075926198,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.0000013639016120416125,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000013012963516679856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.0000012980196418445654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0000012845496603842778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.0000012679920151341615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/359.2.735510536 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.0000012621177970137889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":847,"viewportWidth":1496,"weight":0.0000012418659307009951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000001237655545530507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0000011752458958515738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":360,"weight":0.000001121995932398325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7806.1532 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000011160008311258146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.0000011142323016244062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.0000011029870316927708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":1315,"weight":0.000001087156319603291,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000010870761104346474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2863.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000010870074098036422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0000010721349273001851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0000010659404987501565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000010517968220852079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":1348,"weight":0.000001045863102735351,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.45,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0000010016009127305246,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/189.0.413529291 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":9.933326421610382e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.45,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":9.30962821270529e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7715.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":9.10821403908697e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":8.768574119344075e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":8.3213419541971e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":703,"screenWidth":1249,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":543,"viewportWidth":1249,"weight":8.148994620201755e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":8.138734123712693e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":7.913424367098723e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":541,"viewportWidth":375,"weight":7.475382955715375e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":430,"weight":7.410755707773545e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1775,"weight":7.374194765048824e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":7.14572875341908e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":930,"viewportWidth":1919,"weight":6.913963764295454e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":6.912065753110073e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":6.879174245668418e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8556.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":6.786150128586164e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1707,"weight":6.739765255670893e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":6.044867019637826e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":5.975474587061161e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":5.785412528612946e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":5.510229110659506e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":5.412908965859521e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4255.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":4.773079286399084e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":4.7559002997661346e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":577,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":360,"weight":4.609351951081176e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1536,"weight":4.507714063589469e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1321,"viewportWidth":1720,"weight":4.3933544818207584e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":4.353225757224278e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":4.2651051108133123e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":872,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":320,"weight":3.896781036563474e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":3.872983907584133e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1920,"weight":3.856630306439322e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":3.6484746533728884e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":3.6168775183221495e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":569,"viewportWidth":342,"weight":3.2723970717478504e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":778,"viewportWidth":1478,"weight":3.1003546486796673e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":2.943838452693887e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":2.792105653242432e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":2.6435879691589656e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":2.5595083317835223e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":2.2283353683992981e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":2.079785572525655e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":1.9669408561102682e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":1.8122161656312136e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":1.5115738318932655e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":1.4752960824302715e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":384,"weight":1.3564094395364038e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":1.3553097381786135e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":1.218349817753129e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":9.20395615513152e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":8.201652200298e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":5.597230187658554e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":4.637010229193142e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":3.8935311361694835e-8,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":3.19388078546081e-8,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":1.3116448427089694e-8,"deviceCategory":"desktop"}]')}},i={};function t(o){if(i[o])return i[o].exports;var n=i[o]={id:o,loaded:!1,exports:{}};return e[o](n,n.exports,t),n.loaded=!0,n.exports}return t.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),t(442)})()})); +!function(e,i){"object"==typeof exports&&"object"==typeof module?module.exports=i():"function"==typeof define&&define.amd?define("user-agents",[],i):"object"==typeof exports?exports["user-agents"]=i():e["user-agents"]=i()}(global,(function(){return(()=>{var e={442:(e,i,t)=>{"use strict";var o;Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var n=((o=t(899))&&o.__esModule?o:{default:o}).default;i.default=n,e.exports=i.default},899:(e,i,t)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var o=p(t(465)),n=p(t(932));let r;function p(e){return e&&e.__esModule?e:{default:e}}function l(e,i){return!i||"object"!=typeof i&&"function"!=typeof i?c(e):i}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function a(e){var i="function"==typeof Map?new Map:void 0;return(a=function(e){if(null===e||(t=e,-1===Function.toString.call(t).indexOf("[native code]")))return e;var t;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==i){if(i.has(e))return i.get(e);i.set(e,o)}function o(){return g(e,arguments,s(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),d(o,e)})(e)}function g(e,i,t){return(g=h()?Reflect.construct:function(e,i,t){var o=[null];o.push.apply(o,i);var n=new(Function.bind.apply(e,o));return t&&d(n,t.prototype),n}).apply(null,arguments)}function h(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function d(e,i){return(d=Object.setPrototypeOf||function(e,i){return e.__proto__=i,e})(e,i)}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,i,t){return i in e?Object.defineProperty(e,i,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[i]=t,e}const u=e=>{const i=e.reduce(((e,[i])=>e+i),0);let t=0;return e.map((([e,o])=>(t+=e/i,[t,o])))},w=n.default.map((({weight:e},i)=>[e,i])),m=u(w),M=(e,i=(e=>e))=>{let t;return t="function"==typeof e?[e]:e instanceof RegExp?[i=>"object"==typeof i&&i&&i.userAgent?e.test(i.userAgent):e.test(i)]:e instanceof Array?e.map((e=>M(e))):"object"==typeof e?Object.entries(e).map((([e,i])=>M(i,(i=>i[e])))):[i=>"object"==typeof i&&i&&i.userAgent?e===i.userAgent:e===i],e=>{try{const o=i(e);return t.every((e=>e(o)))}catch(e){return!1}}},f=(e,i)=>{Object.defineProperty(e,"cumulativeWeightIndexPairs",{configurable:!0,enumerable:!1,writable:!1,value:i})};r=Symbol.toPrimitive;let W=function(e){!function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(i&&i.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),i&&d(e,i)}(a,e);var i,t,p=(i=a,t=h(),function(){var e,o=s(i);if(t){var n=s(this).constructor;e=Reflect.construct(o,arguments,n)}else e=o.apply(this,arguments);return l(this,e)});function a(e){var i;if(function(e,i){if(!(e instanceof i))throw new TypeError("Cannot call a class as a function")}(this,a),v(c(i=p.call(this)),r,(()=>i.data.userAgent)),v(c(i),"toString",(()=>i.data.userAgent)),v(c(i),"random",(()=>{const e=new a;return f(e,i.cumulativeWeightIndexPairs),e.randomize(),e})),v(c(i),"randomize",(()=>{const e=Math.random(),[,t]=i.cumulativeWeightIndexPairs.find((([i])=>i>e)),r=n.default[t];i.data=(0,o.default)(r)})),f(c(i),(e=>{if(!e)return m;const i=M(e),t=[];return n.default.forEach(((e,o)=>{i(e)&&t.push([e.weight,o])})),u(t)})(e)),0===i.cumulativeWeightIndexPairs.length)throw new Error("No user agents matched your filters.");return i.randomize(),l(i,new Proxy(c(i),{apply:()=>i.random(),get:(e,i,t)=>{if(e.data&&"string"==typeof i&&Object.prototype.hasOwnProperty.call(e.data,i)&&Object.prototype.propertyIsEnumerable.call(e.data,i)){const t=e.data[i];if(void 0!==t)return t}return Reflect.get(e,i,t)}}))}return a}(a(Function));i.default=W,v(W,"random",(e=>{try{return new W(e)}catch(e){return null}})),e.exports=i.default},465:(e,i,t)=>{e=t.nmd(e);var o="__lodash_hash_undefined__",n=9007199254740991,r="[object Arguments]",p="[object Boolean]",l="[object Date]",c="[object Function]",a="[object GeneratorFunction]",g="[object Map]",h="[object Number]",d="[object Object]",s="[object Promise]",v="[object RegExp]",u="[object Set]",w="[object String]",m="[object Symbol]",M="[object WeakMap]",f="[object ArrayBuffer]",W="[object DataView]",k="[object Float32Array]",L="[object Float64Array]",H="[object Int8Array]",A="[object Int16Array]",b="[object Int32Array]",N="[object Uint8Array]",C="[object Uint8ClampedArray]",x="[object Uint16Array]",K="[object Uint32Array]",T=/\w*$/,S=/^\[object .+?Constructor\]$/,G=/^(?:0|[1-9]\d*)$/,y={};y[r]=y["[object Array]"]=y[f]=y[W]=y[p]=y[l]=y[k]=y[L]=y[H]=y[A]=y[b]=y[g]=y[h]=y[d]=y[v]=y[u]=y[w]=y[m]=y[N]=y[C]=y[x]=y[K]=!0,y["[object Error]"]=y[c]=y[M]=!1;var P="object"==typeof global&&global&&global.Object===Object&&global,_="object"==typeof self&&self&&self.Object===Object&&self,I=P||_||Function("return this")(),z=i&&!i.nodeType&&i,O=z&&e&&!e.nodeType&&e,X=O&&O.exports===z;function B(e,i){return e.set(i[0],i[1]),e}function U(e,i){return e.add(i),e}function R(e,i,t,o){var n=-1,r=e?e.length:0;for(o&&r&&(t=e[++n]);++n-1},Ce.prototype.set=function(e,i){var t=this.__data__,o=Ge(t,e);return o<0?t.push([e,i]):t[o][1]=i,this},xe.prototype.clear=function(){this.__data__={hash:new Ne,map:new(ve||Ce),string:new Ne}},xe.prototype.delete=function(e){return ze(this,e).delete(e)},xe.prototype.get=function(e){return ze(this,e).get(e)},xe.prototype.has=function(e){return ze(this,e).has(e)},xe.prototype.set=function(e,i){return ze(this,e).set(e,i),this},Ke.prototype.clear=function(){this.__data__=new Ce},Ke.prototype.delete=function(e){return this.__data__.delete(e)},Ke.prototype.get=function(e){return this.__data__.get(e)},Ke.prototype.has=function(e){return this.__data__.has(e)},Ke.prototype.set=function(e,i){var t=this.__data__;if(t instanceof Ce){var o=t.__data__;if(!ve||o.length<199)return o.push([e,i]),this;t=this.__data__=new xe(o)}return t.set(e,i),this};var Xe=ge?D(ge,Object):function(){return[]},Be=function(e){return ie.call(e)};function Ue(e,i){return!!(i=null==i?n:i)&&("number"==typeof e||G.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=n}(e.length)&&!$e(e)}var je=he||function(){return!1};function $e(e){var i=Ye(e)?ie.call(e):"";return i==c||i==a}function Ye(e){var i=typeof e;return!!e&&("object"==i||"function"==i)}function qe(e){return Fe(e)?Te(e):function(e){if(!Re(e))return de(e);var i=[];for(var t in Object(e))ee.call(e,t)&&"constructor"!=t&&i.push(t);return i}(e)}e.exports=function(e){return ye(e,!0,!0)}},932:e=>{"use strict";e.exports=JSON.parse('[{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.0007699812653162205,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6751.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006953262422083572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":846,"screenWidth":1082,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1082,"weight":0.0006875733182715847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0006359531379176158,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2452.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006336583772930285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5074.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006120709816635488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":650},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0005859920717068397,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":1396,"weight":0.0005840263845405965,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4533.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005806480229077716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0005756556403384681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0005684583275660077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1427,"weight":0.0005674984914747458,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0005673380052838241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4049.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000557301100162749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1284.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005561335620030138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1232,"weight":0.0005514169238377685,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6265.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005386657370481997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9917.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005294331679556465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5549.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005149570762173123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0005011058293201104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7330.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000499496355079367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2264.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004991186592277067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004971666778579183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3454.1240 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004967235756094624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":911,"screenWidth":1351,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1351,"weight":0.0004942879967406052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9502.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004932074796290838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1057,"viewportWidth":384,"weight":0.0004917177107779137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2715.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004905358572683309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0004868743049415105,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1917.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00048598742308198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4357.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004817603372360951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.0004797159601854793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9519.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00047265790039605906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8834.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00047135079123490604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0004687020273573893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3858.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00046862052167713096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00046792077591417377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004586095982330898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6679.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00045826669170139335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00045635290536979003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":414,"weight":0.00045573230556082743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7407.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00045503297912795365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":987,"weight":0.00043990937238744146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2195.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004308675264492759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2225.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00043016473203358996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7122.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004275647172483946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7098.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00042663468294503696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9501.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004249859770152286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6170.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004222064551188067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00042181360687079694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000420555634850728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7294.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004202619343871026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5312.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004200190094793905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4516.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004199207323259567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":745,"screenWidth":1325,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1473,"weight":0.00041991986916471117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1677.1527 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004196105022956931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3918.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041926998828509314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1512.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041654023239741145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7228.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004152184600884882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4682.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041354078464401795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3803.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004124498644447449,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1203.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041090291074449565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00040852592201515847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":938,"viewportWidth":1920,"weight":0.00040716213786831087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":900,"screenWidth":1192,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1192,"weight":0.00040463325633181667,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6880.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00040432457013189185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":877,"screenWidth":1471,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1471,"weight":0.0004038676584448339,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7395.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004008936324793825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4951.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00040006175997883735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7210.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039969146610208985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8677.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003983997904454273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7909.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039760006476873607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7007.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003970357315812886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9930.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003966655367158497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1717.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039578161200278964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00039547464007954366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":1392,"weight":0.0003929356432915559,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4028.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039005271643030196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6089.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003886476806325982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003838693855572555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.0003834325108667562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.0003825939823107672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.00038166747314125694,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5085.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00038158103328769143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5994.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003813908548076885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4991.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003798521625383577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5945.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000379201304703253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9197.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003769584689904211,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6130.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037592070158871846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00037494735355128155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2803.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003735502787075435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00037307709396855373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1779.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037274145568941215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1440,"weight":0.0003713036272071817,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3769.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003712961639063021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2461.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037060436939911906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00037032041067392037,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003701639579437271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00037016091009041483,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00036897615719363574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2590.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003688556915681944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3808.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00036877297566996855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3910.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003653488796348935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.0003653228010347669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000364999576898434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3801.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003637648459994054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7977.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003629452299621294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1334.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003626073622719907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9253.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003614210079156857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":891,"viewportWidth":1920,"weight":0.0003602824387146404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00035925485839967414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1908.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003590652418466935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2687.1002 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035843628506225295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1061,"screenWidth":1784,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1061,"viewportWidth":1784,"weight":0.00035764346669561666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1536,"weight":0.00035725604319123837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9001.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035718851978506995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00035704863883214886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3669.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035682354869137536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3171.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035573746494723865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0003555152755467883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00035527658175922827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8176.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035378732891954567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8201.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000353782835300426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":1512,"weight":0.0003532113301956805,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00035317132298838343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4061.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003526358887929413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7630.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003512794100534488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00035099445406408866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8652.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034973480552883595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6048.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034936808535023997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":885,"viewportWidth":1540,"weight":0.00034898875931289126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00034851146831169896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000347475154564043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000346574980946712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9117.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003463695982793065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1953.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000345321868438706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":545,"viewportWidth":375,"weight":0.00034529828451198907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6859.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003447024631093085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003445140148066847,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3682.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003443174850451082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003437113522093107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000343141595399753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1989.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034281755628917356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5414.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034239967692551094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003420438082559057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00034192036170418674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00034160970968714454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4720.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034101738154728296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1083.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034069858510678573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5875.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000340406478199946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8154.1463 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003403667771953412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6502.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003398805731173039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8494.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033966995552329223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":686,"viewportWidth":1440,"weight":0.00033871188631496294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.0003372673895178745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7991.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033719718379388903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5939.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003365216888401398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003362416879723041,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2670.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000336152759241497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5500.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003361405885843892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7238.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003359675870393045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":856,"viewportWidth":430,"weight":0.0003358736368699278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00033586847798184043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5533.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003356023667772286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00033411821888399725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9295.1831 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033379718542507654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8182.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033372275979645145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7131.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003333845603156735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1440,"weight":0.00033310177608553544,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":902,"screenWidth":1784,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1784,"weight":0.0003325962680391159,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5380.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000332167681606634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0003321051400934501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2470.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033155577751362627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003313962536462961,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8073.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003310154606598463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1312,"weight":0.0003308176150766845,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1616.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003305452437106063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00033036317379699624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3954.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003294048970691995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":758,"screenWidth":1348,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":637,"viewportWidth":1348,"weight":0.00032912633700698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032871263959934966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9616.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003285543318827233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1643.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032848330439601704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3513.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032801512656067575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0003278345945612175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/124.0.6367.111 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00032635233018883826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":778,"viewportWidth":402,"weight":0.00032538042193516157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9529.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003248386690917709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2829.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032482309321738473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1621,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1621,"weight":0.00032481656544149963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032458474431443343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032402026982542676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8474.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003237789172942933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9428.1455 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032358377613648457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3440.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003234840017849982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0003233154521207312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5222.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003232100264997531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00032280674118549967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2917.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003220857672994586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5866.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003220434507694704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000321869111252394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00032166184421337975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0003212399309233423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00032088236806592836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4041.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032006655896439016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0003200019248812657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8096.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003193988723227638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2251.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031855070803532787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/104.0.5112.71 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000318341238095996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8334.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003180662251898772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1090.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031753386222675006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3313.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031727950184609757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9817.1324 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003171353961987823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003169152405819474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00031672018662205623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2328.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031628126504871606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0003158139313378014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0003146923663115895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0003143575968601821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.0003141924258420471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4687.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031418966000579344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8086.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003140944493860785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3947.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003139001252734868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8141.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000313478317135143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5294.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031301560407282023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00031293023038581985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2418.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031278373495212766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8623.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031266028104612835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3353.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003121176538172011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2980.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003113057037421132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1536,"weight":0.00031105860884859813,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5958.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031052226540569485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":913,"screenWidth":1378,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":913,"viewportWidth":1378,"weight":0.0003096549919796752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6550.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030961340808932175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00030926987388847995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4874.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003088323882724833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0003085865332646614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003085415413831587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4899.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030818616471943943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8223.1865 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003081130156280798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003080442323818913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9754.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030772998002583893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00030772224436174456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1021,"screenWidth":1084,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1021,"viewportWidth":1084,"weight":0.00030767090019311646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9947.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030748250491068063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7082.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003073510106221653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1522.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030734466244931874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3724.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003064576334370973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7462.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003061271692486606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00030595347194811907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003059007166326376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2323.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030573702940978433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":384,"weight":0.00030539161284919155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000305017537012704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7830.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003046998394257059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6658.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030445580441150656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"downlinkMax":null,"effectiveType":"3g","rtt":450,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":587,"viewportWidth":320,"weight":0.0003044426203739428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00030431838486779365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6539.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003043040295705814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00030408726482199276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00030267306949701133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":384,"weight":0.00030266207151798634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7221.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003023707667005758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8155.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003020714771808682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3556.1897 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030170478882344333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1857.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030153664897710305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8201.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030112239949832935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9139.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030084379814725724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.0003005843325871236,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9409.1950 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030042080793553046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4361.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003002715422044909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6446.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003001741734866995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2192.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029967016390886265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7549.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029891850376385616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002988479188561514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.0002984196796581922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8603.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029836370606364657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":958,"weight":0.00029836283690683326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":641,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":360,"weight":0.0002980342024559614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7454.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029788566460067583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9823.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002975734301949874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5337.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029740536474646197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002973297009609648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8666.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002972799306645613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":945,"viewportWidth":1710,"weight":0.00029714450341253014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3408.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029700467251831005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3904.1151 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029699268067499206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00029692110316874943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00029645345051372026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002959842341408969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5636.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002957188913672576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":402,"weight":0.00029542066352346763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3253.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002953574889298325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2969.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029526718035544064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00029463901599281457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4099.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000294332744132615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":390,"weight":0.0002941682133958199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4278.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029369993802692563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9627.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029360275602796843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2657.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029353473122180573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00029328600897902593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0002931375624171278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.0002929513416780845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8943.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002927285567913007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6484.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002926817883288824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0002923510448183274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5057.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029212251724340503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6738.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029180973158793636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3724.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029175322355823595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":945,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1680,"weight":0.0002916732874384188,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00029167305437592563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002911934790363454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00029089651731846954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5294.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029048999511624917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1440,"weight":0.0002903662590299026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3075.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028992719822065646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2940.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002894259608027622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2233.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002890103819478821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8362.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028817030343356183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6137.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028800371954348014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002879582209952476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6580.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028760742934421534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5629.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028728152298439116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3636.1197 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002872061717578948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1171.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002871396830939588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":973,"screenWidth":1092,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":973,"viewportWidth":1092,"weight":0.000286256000225579,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1512,"weight":0.0002858396793596282,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1405.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002852733834352579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000285068134994115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8140.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028495801734105636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":916,"screenWidth":1781,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":916,"viewportWidth":1781,"weight":0.0002846208530633184,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3636.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002840166174519147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6124.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028396219444833966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6795.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028365189008548616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1077,"screenWidth":1782,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1077,"viewportWidth":1782,"weight":0.0002835991695049495,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5455.1631 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002832171554941875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00028290329993236593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3247.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028259239062022835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1713.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028238131009473044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5159.1046 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002811707424759801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9492.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028082107257024777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7995.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028068936045591304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027985099574655335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0002795264716806179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002793444721330765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3241.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027933784391350955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027878377095826663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4847.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002783695023365992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0002783056340214849,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":1112,"weight":0.00027784048787131004,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4081.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002776237373396601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7904.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027744216170658934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2135.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027737807830666166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2255.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027729057133412755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4710.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002771979455315636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":338,"weight":0.00027662868124677157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3210.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027660752894477687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002765362342630942,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027643642287185593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1030,"screenWidth":402,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":886,"viewportWidth":402,"weight":0.0002761851124000539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00027560352949935877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002753946184345696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8645.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027521708202476493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00027513355325837753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1274.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002748227049780083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00027481791565367534,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":560,"viewportWidth":393,"weight":0.0002748014982804485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":387,"weight":0.0002745365452055795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1135.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002744634894067996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4924.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002743458330058269,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.000274244067536862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8482.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027422800319020917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7029.1615 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002740538127043863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0002736707053492851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6719.1466 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027364312670257585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1174.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027311333728515934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7970.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027300416732667913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002726648041045456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9047.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027246360848259924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027203661284403146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2285.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027192216004511563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4310.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027147729884044957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1258.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002712070368178559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00027120593045134206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4006.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002709788575919846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1855.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027092238877419425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1347.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002706160782751413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00026958948071778127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3254.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002691197261646236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4332.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026896193856758977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002688642794946681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8059.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026809409779904363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4511.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026740685152540664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1243,"viewportWidth":2375,"weight":0.00026735953437441126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3793.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002666756121122894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4123.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002662748142711451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9281.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002662143262501808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002660853924267591,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002659759808236211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00026592041606258245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2659.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026588113078879666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002657505721840535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8229.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026569542610530163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2295.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026532659797224347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002651504971240477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8456.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026514548341196144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8824.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002647792792344705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1466.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002639497648679415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1781.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002637369151226708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8338.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026368706658988706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3272.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026346470501157146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1365.1838 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026338435053632086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7676.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026310991892295127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5032.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026260141192773834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002620263766435586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9376.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002619323292485713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4436.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002619308078391882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2817.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002618788411505839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002617320254917922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5681.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002615535165370444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.0002613054419500664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":912,"screenWidth":1246,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1246,"weight":0.0002609567370088399,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7512.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002609388015684294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3129.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002608663035102462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.0002608506333306462,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00026078430376483627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002607509084252596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4950.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002604160181578121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8119.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002604131790907533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":462,"weight":0.0002601581362400302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1078.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002600615273384228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025977329980674197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00025975290321335125,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002594730579030655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.0002592361686121539,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00025895413271780483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4949.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000258878653944321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00025826630014443524,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00025826336145556725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2950.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002580300677239668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":903,"screenWidth":1657,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1657,"weight":0.0002576358354944709,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5178.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002575713630997621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":739,"viewportWidth":1600,"weight":0.0002572400678063769,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8584.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025716261028350186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000256879225462372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002568060910269787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2428.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025656308796382125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0002562295136751204,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2322.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002560860310976993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025600202973100967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2435.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025580888836231584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4457.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025580713322953356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002556448013664649,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00025481576064784607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.0002547185250437088,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0002544752873285384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7768.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025418811630303705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5845.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025386757055890276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002537799989221005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7930.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002537386064060814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":897,"screenWidth":1688,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1688,"weight":0.0002537065276557586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1979.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002536012313072789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7929.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025336859378847777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00025335838716057543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025331866035387183,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00025330289100380596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8975.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002526681111219136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00025266626521452056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3145.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002525527231468801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1755.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025247660043576254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00025237230514561364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5788.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002522021166328497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1149.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002520933716283926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1930.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025205597796009653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2065.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002519397860469788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0002519298859380385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6814.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025180524250061997,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00025179422371195766,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7908.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025155681625232946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.0002512659444999705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025117641172339874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3210.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002511039049130181,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00025085527901623245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5840.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025080642019067415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00025069887912820496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00025062446282397773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6594.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025037033952558785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1455.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025034156310539554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00025024695630117673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0002500941897468739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2873.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002499511601494137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2806.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002499406842243427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00024992997841463135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":615,"viewportWidth":393,"weight":0.0002497254702576074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2699.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024921317196054967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3145.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002491632069415403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1056,"viewportWidth":384,"weight":0.0002490928413146483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6175.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024905419966842287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024894241621405025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":707,"weight":0.00024882955080980505,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2451.1790 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024881226759540195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3749.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002485663303076559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9425.1459 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024853649906013067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5980.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002480134939999659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00024765788078508124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002473093666597823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1422.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002471759449382148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":360,"weight":0.00024712234702931377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00024678757460903716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4925.1774 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000246601863265761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1598.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024646940946097774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.0002464690740142309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00024645113882606855,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2934.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002464277451524197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.6,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00024611013339288995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00024603480222592735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00024601938198705553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2255.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024591009375970444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1360,"viewportWidth":2552,"weight":0.0002458402943084237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8559.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002457939520247021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1567.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002457232747755343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5663.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002457080511821823,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":856,"screenWidth":1887,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":856,"viewportWidth":1887,"weight":0.0002456012534794214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002453291061975477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9902.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024528427943876777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024512230620632355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":414,"weight":0.00024478936411890205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.0002442938094630848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002441182283476632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0002441066770693071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00024408747658385719,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4346.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002439407988792956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6551.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024393406510375627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8991.1245 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024375154087306544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1287,"viewportWidth":2560,"weight":0.0002436946196284791,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":900,"screenWidth":1231,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1231,"weight":0.00024363276761561376,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00024358865387098217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00024343408563014206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6290.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024304214044484722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7925.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024300060024047408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00024289038570769856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00024279321827522552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.0002427928090106954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00024251044723970218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2166.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024235171393073143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4045.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024232481805577281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002422942379655941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00024222395934237116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8575.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024189204866186556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8238.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024183486201695062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4813.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024181466715044673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8225.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002416498558772938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1429.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024128728685299152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024126177259294247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":432,"weight":0.00024122890991543455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5134.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024118200765426218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8367.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024114046124083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7968.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002410012824713077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00024085071079513878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":387,"weight":0.0002406296021193247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.00024058283301213424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.0002399199085164796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1319,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1319,"weight":0.00023945587725350773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2820.59 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.0002394382147282946,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8764.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023936123175109667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00023913212470379346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7193.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023904143909639377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6285.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023898616814036934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":689,"viewportWidth":1222,"weight":0.00023891259723335447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4162.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002388872161000161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.15,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1906,"weight":0.00023825110824116384,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.0002380894494438684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6612.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023806479326361925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9463.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023784586102938382,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023784269218309734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5454.1825 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023772047576362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":644,"viewportWidth":441,"weight":0.0002377158425629103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00023755469778780143,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0002374699581020452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3445.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023745060940399905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2129.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023737638962274796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6302.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002373678465061263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":798,"viewportWidth":473,"weight":0.00023735067730276194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7507.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023707703491095578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":708,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":360,"weight":0.00023693969601163507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00023677857045884936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.65,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":1323,"weight":0.00023660253200746785,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023593626529173816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8113.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023581692091883394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4799.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023578101847998491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7108.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023573027243719845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5226.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023567279883910844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00023553239360378853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2511.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002354681277209222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3330.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023546104451047404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1999.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023542986441085626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5971.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023532932121785803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":683,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":384,"weight":0.0002352888456907306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1059,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1059,"viewportWidth":1280,"weight":0.00023518605670867323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4807.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002351850151372025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6735.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002351435674220508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1278,"viewportWidth":1278,"weight":0.00023507563705443246,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2871.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023494982333232677,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00023488115387723023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":368,"weight":0.00023462540501319583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7577.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023432586801896063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2770.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000234264256108662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1581.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002342362140397138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6756.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002340136116473876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1727.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002338399574270916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8015.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023373826375692615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1018.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023373024812179866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8422.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002336312185315417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6817.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002336214857786705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9642.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002335696732637117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023348739986960297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9610.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023345992011129061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00023339994054433658,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023338315565773292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":665,"viewportWidth":1024,"weight":0.00023335752824701913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00023318232498508376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1274.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023315052131173537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023279892005543775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00023276351679633626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8151.1310 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002327480612558166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":850,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":942,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":423,"weight":0.00023268756525271194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5146.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002326050225244942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9955.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023252248419420194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4060.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023237413772346442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.0002323355810061759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5547.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023233366696217135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":816,"screenWidth":377,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":376,"weight":0.0002320427678291681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.0002317483858227544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023173840748486627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7927.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023134950837954083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3925.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023133268777522067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5799.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023124782236273964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":719,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":412,"weight":0.00023117427422973433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00023088136923450037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00023082956318291021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00023044731403396506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4967.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023040152700139972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6566.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023036626272189691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00023034183379832195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7888.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002301727342798946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7023.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002301683820282093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.00023009911326627333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8643.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023007857638532222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022999723621149425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00022999231544574918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":1440,"weight":0.00022994986483862998,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5550.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022978516917849964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7911.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022963030021556894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9268.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022950941048084783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":612,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":488,"viewportWidth":1088,"weight":0.00022937035467086425,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":411,"weight":0.00022923665872294185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4888.1107 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022911703176580622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8106.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022901670549952858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6070.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022901317451507784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022871948146108278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00022854159577404584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6732.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022843977581548397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5992.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022842725322204334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9522.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022839405282401064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000228217231054858,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7258.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022801409919710858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00022801359658185933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3558.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002280112169666446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7851.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022787039288706465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1676.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022777573592018855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.45,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00022776450509034193,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1010,"screenWidth":1877,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1010,"viewportWidth":1877,"weight":0.00022761168216170813,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1881.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022755342774526997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7172.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022753219187369536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9937.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022747502369266929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6366.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002272671091700391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6750.1247 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022721136820179515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1151,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1151,"weight":0.00022716501355185214,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2588.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022700767964343394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7025.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022694587206489227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8918.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022689047703246831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9418.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022676732596196747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3638.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002267396291397002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00022663661187289494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6197.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022660773963920346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3359.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022654717955695702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1043,"viewportWidth":1910,"weight":0.00022654299194743894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2352.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022645632685892192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7093.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022601444024392662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2774.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002257465210199074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.0002253483619473417,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9161.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000225286481923627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":360,"weight":0.0002250880592093274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.000225076513693624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00022504012646237123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00022499378972342754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3035.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022493411912328758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8753.1382 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002248343164068077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6114.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022446600570105257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1269.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022430119673065926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0002239843040224046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00022384206281020788,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00022383271505193014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":979,"screenWidth":1739,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":1740,"weight":0.00022368808569171156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8907.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022347765170987972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3890.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022339606435197048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2386.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002233907790104526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":428,"weight":0.00022334758436017506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00022333787698142768,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002233368570343357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00022331350807238933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00022322619673094383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1611.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022319165955025444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4351.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022300590503175285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6808.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022288526163735805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.0002226722551875629,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00022263866375669638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00022261721576357526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9100.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002225676871660598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00022253864301522488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7477.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002224278196729507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5678.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002223959856925778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2151.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002222955878553591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8591.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002222324082382893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022219538242322312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1647.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002221566745378753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":944,"screenWidth":1634,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":1634,"weight":0.00022206891360953895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8573.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022182942597960111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":899,"screenWidth":1846,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1846,"weight":0.00022182082078691076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6533.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022168949153477055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4868.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002216648857720993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0002216586442114431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":375,"weight":0.00022163282990608744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00022160672424432714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9551.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022142184159334657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":819,"screenWidth":378,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":717,"viewportWidth":378,"weight":0.00022130720645737863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4982.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002211797887435915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1097.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022107456028825828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7882.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022105450235684833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022101478328954754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00022087504030733182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1813.1360 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022086229051828217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4095.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022061923155877508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8064.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022054739118695308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1669.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022047008107337334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9603.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022030596368815197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.0002200890228760584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3255.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022007196923486046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":823,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":412,"weight":0.00022006124150121342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"3g","rtt":900,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00021995583800235198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5301.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021975348348355877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.0002197335663179155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00021965867851698898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8409.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021964655760889104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4867.1313 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021962585125433778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4031.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021915252555326084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5606.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002191315478984543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.0002190760025971458,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":393,"weight":0.00021898682860078863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002189123772258102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000218847962751137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00021874568859342507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6265.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002186701798537873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2105.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021835667648797863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00021831468221228783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":948,"screenWidth":1796,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1796,"weight":0.0002182651235249324,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1019.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002181675503603634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3302.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002181295065823636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2652.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021812324098626176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021805021359811298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7996.1955 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021804526467194944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9216.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002178689230739422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00021780999716952175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1690.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021772210705413745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7219.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021771027139023215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5091.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021758659717639742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021727815020369202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9845.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002172258273956325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00021719448742420647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00021712486235869532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00021705871000826706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4552.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021704939187891745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7488.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021699711592498957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5844.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002169075909324071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00021682748264548491,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9692.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000216765536311561,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00021663786622648834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5191.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021654144617550317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00021642602998110766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00021642027466101766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1190.1334 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021640903234442858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00021608026545681704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021599648448757073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4813.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021592383338447045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00021560166941379924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7620.1154 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021556368342941383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2461.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021533281084289453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2361.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021528344172980817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8393.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002151504449053129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7555.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021512455671143297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002149742392784581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2860.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021495998250764097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002148263324766326,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00021466446509286834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2995.1762 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021455350152864083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4193.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021449562961062252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3774.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021445698386372025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4095.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021442600256709523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1045,"screenWidth":1788,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1045,"viewportWidth":1788,"weight":0.00021442196101761533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1585.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021440776183904704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8658.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002144018893221477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9686.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002142971666950545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":703,"screenWidth":1249,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":1249,"weight":0.00021423876727682907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1204.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021422205633946954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3174.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021421951302467925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7594.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021405993464670623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9966.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021400912675898038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6058.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021397558016504983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1530,"weight":0.00021391905670295724,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":392,"weight":0.00021375553124033565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00021374395046769805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4021.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002136664015744818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.00021366602215509446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8742.1478 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021349692608814948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5534.1631 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021345497100271933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4122.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002133603413388137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2572.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021316210117574503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6995.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021243982162534933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021215448029785099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5802.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021204413213727494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5776.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021185308709600282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00021177585454067765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9009.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021173710186387796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2851.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021170643974958447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5031.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021144701392542618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.00021138128120586118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7145.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021133598069059245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021131229997448648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4280.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021123846500172805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5008.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021122864113473717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9185.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002111402349929857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":553,"viewportWidth":360,"weight":0.0002111191615855359,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000211093461503608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.0002110914721903267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00021106973979064311,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00021096933321339558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8229.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021089008113723005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021072042163575391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2998.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021070960925767077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00021060193578835692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3170.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021058574730118838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00021054121527707193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9184.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002104877083932195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00021044859702070795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1073,"screenWidth":1615,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1615,"weight":0.0002103833597520069,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6564.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021022281571338685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":977,"viewportWidth":1920,"weight":0.0002100312789311062,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5938.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020992318578866328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1195.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002098027000209095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3291.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020965290461143638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6345.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002095040182889509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8060.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020946938304862927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":884,"viewportWidth":1577,"weight":0.000209427377045049,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2591.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020940893403970063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8856.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002094040114108825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":428,"weight":0.00020934950798147902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":525,"viewportWidth":320,"weight":0.00020917935281052207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00020910725116962954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1138.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020905314303038976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9900.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020900996970401648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020899951507091186,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5598.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002089319527277654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4917.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020889761597783763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00020883243259790357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002088161724544541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7918.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020874091210316287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6556.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002087138129059311,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":393,"weight":0.0002086072077710572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6077.1234 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020849377090528752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5102.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020844130683418777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7917.1713 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020827227202941938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6286.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020810164544386855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":709,"viewportWidth":375,"weight":0.00020803099249657128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002080133509486081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":845,"screenWidth":1564,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1564,"weight":0.0002080041270693427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6518.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020751484204913664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002074507660250627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3062.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020726244614020198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9821.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002072331611033895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00020709272322441802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4456.1360 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020697043028572372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020689557970233612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00020688552250249076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00020685425552101065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7012.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020655286213637576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4489.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020652880135748117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5924.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020644455362846308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.0002062741542318986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5575.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020625756536309624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9008.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002062486562525298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6968.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020590051624603934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.0002058432864190782,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8919.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020582635743743305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2013.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020576477085642867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3791.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020557798874293662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4919.1141 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002055230687417495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020544137121644983,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1005,"screenWidth":1508,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1005,"viewportWidth":1508,"weight":0.0002053551146695535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.00020534357447669503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9900.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020527719161008928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3093.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020523866666380676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/113.0.5672.121 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.00020523410730319004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":804,"screenWidth":1263,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":1263,"weight":0.00020482238113667117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6891.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020481546645782312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5702.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020480060545305528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":974,"weight":0.00020476573857477416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2562.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002047248434172192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7629.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020470222712453833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4284.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020461723223566647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6913.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002043951528175376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4544.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020436084247151375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":714,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":412,"weight":0.00020417838327669625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6906.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002041052564883517,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002040818366254614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.0002040708403353752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7376.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020396454956660923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4092.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000203908696566767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020387044964349058,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3162.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020375010629588363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9243.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020368467063960574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002036826318069574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002036820658273849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3470.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020348256038729186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020339026447223823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6223.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020326821542552344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020326459384280946,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2695.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020320330172672477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00020318909301695416,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00020314317816767967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020308091468050922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8608.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020299273931393487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7999.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002028651523795828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2681.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020266717929069746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9260.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020266503527979548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9879.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020253336575863214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00020248556115821042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7698.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020245312948810316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4145.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020234021723364878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00020229307242743315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2992.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020215015451129293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020197245358782124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002019325499841244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1272,"weight":0.00020173514680892567,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1150.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020171969803452653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2106.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020167580690533555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5096.1163 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002015432432243107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9465.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020148156917068163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2148.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002014171257891969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4773.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020140666321636123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3918.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020131636351090144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6185.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002012679415720868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":525,"viewportWidth":320,"weight":0.00020121822185185272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7940.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002009704232044156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00020088806680528763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8655.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020087514182944385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7726.1615 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020081607073078086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00020064831676194818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1903.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002005877458287158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020048896457328192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6120.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020009383587461625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002000797214685053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020007934530959137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5161.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002000315804720998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8277.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019976797228443683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00019968820976405606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4833.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001996449763347212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3696.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001995326603531053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9547.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000199382516332219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6913.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019927587063828914,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00019920385325884768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2049.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001991923775610952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5339.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001991385042571435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019912538063680374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":981,"screenWidth":1745,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":861,"viewportWidth":1745,"weight":0.0001990938235565359,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5582.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019904215497326062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8053.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019892365364394476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4679.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019890633164412817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3275.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001988046808014461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00019869370654564467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00019866769300262046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7962.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001986533064530591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5698.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019843689645873783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":915,"screenWidth":1658,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":915,"viewportWidth":1658,"weight":0.00019840401745726294,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00019838298452732478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3469.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019831671549441274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3579.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019830069736968974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1441,"screenWidth":2561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0001982694917625274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7551.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019826036309494695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00019809722540691928,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1365.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019809107584966727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2659.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019805248445708927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3987.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019804316176509366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":1280,"weight":0.00019796348148026728,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4582.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019790409245702936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3084.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000197872788354055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00019785355346038096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2929.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019780102919518208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1465.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019766711599468307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019748639758953587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.0001974230820772908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2156.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001973042651972596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":880,"screenWidth":1371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1371,"weight":0.00019727171025206233,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001971037066711902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7670.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019700097570891128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1251.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019699709793016669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9080.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019698607002090074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9995.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019697925418915774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2060.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001968277417187862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9354.1196 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019669086807668257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3502.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019666026636446082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5483.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019658719305546476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":390,"weight":0.00019640714530814058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":774,"viewportWidth":390,"weight":0.00019638452603440472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00019629104399271295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0001962522543394463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1230.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019613240894856784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9061.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000196060456990041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8958.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019571947159397927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5118.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019564799606663436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6523.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001956267619643258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6485.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001955917622779607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7103.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001954661262020756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":1592,"weight":0.0001954497808445892,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1437.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019543643717209898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4289.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019538373125482683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":338,"weight":0.00019537259778074065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9553.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019532186964602737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4728.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019521907863856086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00019515627564525503,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1727.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019513185917688524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019495649880506654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4035.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019481670857979952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00019478578364479394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019477311527137513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":857,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1088,"weight":0.00019472005246500685,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00019468548106656657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00019465582297255264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00019450592787275076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8666.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001944994253796751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5770.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019447647440164312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5870.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001944543465154141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9034.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019441367324675758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000194406703965648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9140.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019428657635994187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.00019427639582399726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.00019426729515168353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6403.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001942630817756105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00019414812592759203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9752.1455 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019410263676445446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9488.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001940335861539669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00019401755377904104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9943.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019394352016816779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5489.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019379569309924553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00019375059811005665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4920.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019372116098819594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3874.1100 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019372084264220429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7802.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019371370993795655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1062,"viewportWidth":2240,"weight":0.00019370793506214538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001936764197478109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":690,"viewportWidth":1440,"weight":0.00019365095979362933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00019363331395343722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001935151078149885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001934722989885697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001934557079351493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2054.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001933954768013891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0001932010835414843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4865.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001931827264116719,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0001931767745946432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7152.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019314403161821347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1736.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019305777423741648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00019301328285294687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":393,"weight":0.0001929392780266664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":865,"screenWidth":1120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1120,"weight":0.00019286095496294734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6834.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001927520651828461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5047.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019275121727900876,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00019264624183617756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00019257314126385093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5468.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019251093318749853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1100,"viewportWidth":2075,"weight":0.00019235422321927707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9408.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019230049905277714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00019225801473579624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4173.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019216115154665044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":1280,"weight":0.00019209094365160446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3419.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019208784628591333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000192045392103697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.00019204081224837672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019202077148794817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001919917527458255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6862.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019170963901070094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7616.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019160534604486436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1781,"viewportWidth":980,"weight":0.0001915588014852807,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7176.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019151040743687193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2687.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019129211915042387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6184.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019127655365883228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":360,"weight":0.00019114186713296055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5464.1922 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019111814500033172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019103723351436222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2137.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019086999428550233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001908648077758387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1351,"viewportWidth":2560,"weight":0.0001907165481509186,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00019067144032004193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5778.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019066500528949274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5704.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019064032772189325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1376,"weight":0.0001905051882428091,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3078.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019046934927496013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3005.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019044081190120797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4717.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001903765178272039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7022.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001903662657301452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2362.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019032782322069556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019030906033776817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00019028396503337243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6917.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019027843495814532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019022681507111397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6296.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001901318750868024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00019011006460879277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1440,"weight":0.00019010580909824365,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1169.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019001458857477408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1526.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018979125692407753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018974566727933076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3844.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018969415882663597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":1180,"weight":0.00018965423566963977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00018942982997464917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4684.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018936394613308996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6043.1169 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018935863331384685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1328,"viewportWidth":1245,"weight":0.00018935011367821,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7720.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001892539745344343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4182.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018915081421366244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018912672528145316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6200.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001890155535897767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5124.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001889830083693025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5993.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018885432335171006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00018871999343543565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00018861580029996141,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7767.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001885524799978926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4926.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018852262765085032,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":936,"viewportWidth":1710,"weight":0.00018843564951974778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3204.1816 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018835025195550518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4973.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018823389186620206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4291.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018815523384306575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6463.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001879459092359108,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018794299368466368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8941.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001879320903134537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5031.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018791716008388927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":901,"screenWidth":1159,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1159,"weight":0.00018789657666455484,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7384.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018787504300213858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0001878736982825352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6863.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018786641664820302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.45,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":859,"viewportWidth":1745,"weight":0.00018781536328239573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00018772714205879382,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00018768463232253288,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00018768100266138352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":402,"weight":0.00018762987672381502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9676.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018762142209708245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2964.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018745283245910337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00018744376321284075,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018738995443298202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":933,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":411,"weight":0.00018735975757612407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7644.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001873467461309622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7491.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018731368537721027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00018730182651064716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7743.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018729188643661085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1145.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018712314779016252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018707064437823549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1169,"viewportWidth":2560,"weight":0.00018705691393293766,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5369.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018689563947196103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001868832328570037,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2378.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018687331627073868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1042,"viewportWidth":834,"weight":0.00018680108209212333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9963.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018674408890694005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9151.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001866655595137263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00018660420918371187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4585.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018652871341939188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00018648054667042517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5598.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001863495618178765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6792.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018622553227541953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001860805085604756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4483.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001860364935117182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":432,"weight":0.00018584555546767389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0001857686578135723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5563.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018575925850608044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8874.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018570227108422003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5301.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018569920503094722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00018562963377257547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":580,"viewportWidth":1271,"weight":0.0001855974824381213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001855313714396505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8261.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018548109669262603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6772.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018548069786261236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3953.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001852761904956509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1633.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018526091258189221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3984.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018510133935159816,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018497522333527327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2998.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018497494003649973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001849567480404916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":621,"viewportWidth":360,"weight":0.00018488417954010654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018482713811081026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00018463491739603743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":500,"weight":0.00018459728915833952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6914.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001845957849085401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8552.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018456979058195053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3704.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001845441987513827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6266.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018446337291172488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00018442219161794124,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5281.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001843151662164859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4860.1385 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018422643804463082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9988.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018415015924132009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1277.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018413965039408542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6447.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018413509761237547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001841171529753263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1501.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018406551212542886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018400992048080316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018394673540817396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5326.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018392644231206493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6563.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018386963329139353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00018378652899883738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1261,"viewportWidth":2560,"weight":0.00018377143481860218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5540.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000183768182423654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5557.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001836114224001818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1945.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000183474451254767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3735.1018 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018344171063688908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2075.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018335177800624645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3084.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001832196307172617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00018317436443116998,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.00018315953725248264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2361.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018307613792883874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7852.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018296279173744291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00018283855541972665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9819.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018279136705250278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1019.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018272096575046358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3856.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018265133621392818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9767.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018264862856650347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1512.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018264816020699718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7773.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018262005092170764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8535.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018261863883647575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":390,"weight":0.00018261432722784543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5672.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001826047728489825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2796.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018255712490517655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7094.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018254853861956877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4066.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001825340278115502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3734.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018236593117876735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8356.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018230273221955218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001822146348512966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001821436037639931,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9106.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018211747309254884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7157.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018211585733646162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00018206849742447893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2681.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001820571386068709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00018187147424962574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":411,"weight":0.00018186567762200586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3050.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018184805198003757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00018174941671332364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":795,"screenWidth":1820,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":1820,"weight":0.00018155705501960253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001815402163768469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00018152230224214932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5462.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018149454107313983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3773.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018145219499379753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9505.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018144673261439443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":913,"viewportWidth":485,"weight":0.0001813849659661015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00018128988048253758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00018128672958116654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.0001812781922093872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":842,"screenWidth":1474,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1474,"weight":0.00018125387879469962,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5107.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018117638578420077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/189.0.413529291 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00018116999201788636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0001811506105812717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00018109350209440157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1728,"screenWidth":4096,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1281,"viewportWidth":1915,"weight":0.00018105093972564505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001810020662624737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1199,"weight":0.00018097027254648996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00018087914965514619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00018083143420595687,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000180797551069035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001807496752983087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1333.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018074920367303665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":1512,"weight":0.00018069397561470488,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00018054868277529064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4438.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018052910023607594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":1077,"viewportWidth":1373,"weight":0.00018044945894608202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":917,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":411,"weight":0.0001804321586220815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00018040182216547907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8592.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018039566517824096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6510.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018032369240435122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018025987731502436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8438.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018020696100731648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4365.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018018472707051472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9016.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018008475157166534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00018001537461301753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4950.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001798356685821333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1052,"screenWidth":1239,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1052,"viewportWidth":1239,"weight":0.00017981331973596006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017958329619090828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001795780784559101,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6654.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017953388063217924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6084.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001794407519063124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8365.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017944039554393458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1615,"weight":0.00017942869188166237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2622.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017918807198517313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00017910189500148854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6982.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001790653484995125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3027.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017904423998312113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7504.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017893857191022606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4175.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017889793078064683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.0001788924014565095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5598.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017881785185764763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00017874288541658458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017873487855718973,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00017866158580085985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6211.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017863696893230053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017863110731331126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00017860236480596084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001785634832145627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2153.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017850953565257604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8260.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017847115372327966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1043.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017846958250470149,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2273.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001784065225273324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00017830263292166652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017825305424810608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00017813354486550002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001781235504535569,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6843.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001780966111063663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017806752850161794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6575.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017778532633784799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9353.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001777444463440678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9289.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017773253528569638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7229.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017771331369028064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00017738066243428834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3815.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017724647003914597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001772267178740914,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00017720281373717888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00017715860411308886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00017705758443597373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6447.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000177043428616261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017703256075686107,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8209.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001769904023250844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1989.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017695626780547162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3013.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017684306541703636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001767901566673935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.0001767884648268418,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1600,"weight":0.00017660642949075706,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00017659313098166348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017647091010027308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.00017636334302287206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001763470695306506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3038.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017631194352573209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1065,"screenWidth":1481,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1065,"viewportWidth":1481,"weight":0.00017626007472831555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8990.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017619832250300948,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00017608102823901973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0001760754305808652,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001760022939412014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017600046514397303,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4163.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017593157279571453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5793.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001759111813121345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017588472065111326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3996.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017585422920409375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017578128025232465,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00017577571339931407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":809,"viewportWidth":432,"weight":0.0001757286176080795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9749.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017558906176147343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017557301215514426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5482.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001755438229505077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017553672026655244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001755348957591927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7939.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017543115395434155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2192.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017511405115820496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3409.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001750750247893811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00017502048165628822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3412.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017498089166232387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8389.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017496556670317128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00017496230702022388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017495764734431145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6197.1107 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017494728836799477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6739.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017491604119172592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1135.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001748340894282319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5117.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001748226980728374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5976.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017482115444072234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":414,"weight":0.0001747250573489224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5203.1862 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017458935143995754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2157.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000174552358336275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017454092491588308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001745336085517401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8519.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017445706098455008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2781.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017412272587327918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017411000100077693,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3952.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001740644725299324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017400189107949794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8276.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017400172719272337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6602.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017399986612069005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4757.1033 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017395532208417687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2966.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017382718559813773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7703.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017379427417900202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4083.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017376672214185521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3530.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017363745478255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7587.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017363003198693665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1502.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017362734201504441,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.2,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00017360959855902526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1029,"screenWidth":1531,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1029,"viewportWidth":1531,"weight":0.00017357152821759368,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1767.1666 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001735654498303611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7804.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017356381507081903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.00017354922904795327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00017353656258773612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6623.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017326856710600107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3575.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017321306782948392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5660.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017297465410311887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8610.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001727744347569602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1006,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":411,"weight":0.00017267847588235645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4259.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017252613097362766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00017245032944741636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1221,"weight":0.00017236142454231685,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6610.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017232540617186405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":338,"weight":0.0001722459395742951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017223896864751418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2041.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001720521241798833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4975.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017205016138257566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8366.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017201873645710417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1710,"weight":0.00017200333321315992,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7925.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017194227608201482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":459,"weight":0.00017189760681033184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017189187217642665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017184895003406585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1133,"viewportWidth":924,"weight":0.000171837208951039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8089.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017181992347415116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5530.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001717429099992901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5205.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001717052833715673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4813.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001716580263077703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7402.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000171619444901255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5149.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000171595085163481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1305.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017158835086517938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2617.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001715683077557358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1150.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017155006347788004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2769.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001715262759021718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4289.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000171422120448553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3438.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017126536132168777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001712123017224936,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001711191996495041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8032.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017108725868027116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":1472,"weight":0.00017105624287227966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3047.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017104857335315996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4383.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001709876208691839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00017095393011854273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":696,"viewportWidth":1440,"weight":0.00017079564088305575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001707922473217754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6641.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001707347603135514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017073083146841074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8487.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017070046508854111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00017050760861090812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017040704941144759,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017039309071885175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1657.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001703521801609542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.0001702876776047648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5221.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017024711025543702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8726.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017003518539275542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7400.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017001675754593868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5092.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001700068596195608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3951.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001699693334226788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8758.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016990768661385031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3864.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016988430903220226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9153.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016977004396050702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8002.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016976577705399358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1160.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016972174923394096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8624.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000169715530189183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6710.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001696976597634754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7420.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016966162773023155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4600.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001696386065227495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9068.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016960817327960428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016960303125190197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8092.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000169522041099845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016949611878449354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00016949533047859236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1551.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001694398380021286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016942587083947335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4726.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016937131312181467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016927072748325296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":1440,"weight":0.00016922287152159842,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8146.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001692201202967034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016919233126324728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00016915955256222313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4623.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016901955865799434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1632.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016898128553134592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2628.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016897807841327064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6800.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016893163070565766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2416.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016880702462431833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1076,"screenWidth":1525,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1076,"viewportWidth":1525,"weight":0.00016877921485293514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":885,"viewportWidth":1920,"weight":0.00016868962482638125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2223.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016863888622245597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9282.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016858316088691583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7351.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016845230832645162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5757.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001684392777939213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3031.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016839561994026284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4458.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016839228589136007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00016835859005088217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5375.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016830329208376493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3372.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001683005368037196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7938.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001682951729139135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8690.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016824364824781946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5421.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016821462118614736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4287.1417 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016820392024745491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9532.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016814436426904126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001680630359706787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016805329703101292,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001680498168864504,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6826.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001680343985854626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.00016798242391995996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00016796261629763366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4706.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001679253049397444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1102.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016785289662158356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00016780175592012354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4882.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001677098397031713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1093.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016763614607989507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":984,"screenWidth":1041,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":984,"viewportWidth":1041,"weight":0.00016761821094454403,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3923.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001675640109546144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00016753675970789528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9297.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016753412577565283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9811.1105 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016750797643320546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2895.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001674809468516088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0001672320382684061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3551.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016723063712655947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00016708010236006455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1034.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016705389991559147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6023.1155 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016701939543076652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2546.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016696570487882294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016679502439233818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4043.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001667936287303047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016673944599316179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":907,"screenWidth":1294,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1294,"weight":0.00016665914618679609,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00016662221842976134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8748.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016660766316552324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1200,"weight":0.00016659204047989523,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4277.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016653291083752064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00016652783856702097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2686.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016651617831569396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016650074422425436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016648768904072912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016647536656841304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2956.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016646683727719375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00016633838200617038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2396.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016628799605684412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2032.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001662056480712076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9434.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016615380145440706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2284.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016614729498397695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.0001660973152646317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001660428782578646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":819,"screenWidth":1455,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":1455,"weight":0.0001660289926378697,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1764.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001658687360222713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9892.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001658474474634086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001657756075877597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00016576635728917974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00016573612293917939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6373.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016572655762978896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":384,"weight":0.00016567357710621484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1628.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016562662162632142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0001655466207840208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5122.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016550023721564446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00016542257039052878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":860,"screenWidth":1836,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":1836,"weight":0.00016538509649682064,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9810.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016538001458855044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2621.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016533856347802843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3568.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001653294754266726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4207.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001653200427432266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2744.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016524307378620325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00016518543002185172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00016517269814577957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016511859634219713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016511065675905032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9460.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016510766904434835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2640.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016508026320406828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016504819073479194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016502611529110774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4719.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016498804794175698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001649570227031842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001649416873174234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4637.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016487181113281513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00016483222511285943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00016482674011984803,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000164742803125062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7018.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016468137549661673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00016467485228789536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7296.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016449358342131689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00016442931333845263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5643.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016440919959946032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6237.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016440502936042995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":441,"viewportWidth":780,"weight":0.00016437244334042116,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000164337587667202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1651.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016427061602814608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":891,"viewportWidth":1704,"weight":0.00016426348531274173,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001642082099667056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8122.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016418271458895015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.2,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00016414822373282843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8381.1527 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016410020513046673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.00016409132493828743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00016407959915682008,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00016398940239529858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2427.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001639643840725751,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001638488845112842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1494.1465 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001637753431329232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00016368010188406442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7164.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000163630294887383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001635045162534086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":935,"screenWidth":1862,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":935,"viewportWidth":1862,"weight":0.00016346883479788054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1210.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016342568560150878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9158.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001633972734936831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2326.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016331210223165225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6302.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016322438933358816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00016321527977724635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016319449722569692,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5642.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000163116840567639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":957,"screenWidth":1896,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1896,"weight":0.0001630872261125705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2792.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016308096574942974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":952,"screenWidth":1588,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1588,"weight":0.00016306904423745558,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00016306540217326133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9805.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016300641244074097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6348.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001629845342851755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8898.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016295465115136195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00016295387814748411,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016286658524818722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00016278257979295688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001627528748402771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7185.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001627077859914877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016259420189172896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4778.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016258440843991976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5742.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001625703903655675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00016255675692874368,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1394.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000162526691269702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00016248858096658552,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7781.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016217228640022068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00016210906820313754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00016202095790034642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0001619537587243292,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016189564957295492,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.0001618919038442453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016189008122622798,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3476.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001618781748507456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2716.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016187673843268304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2391.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016185764185337338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":862,"screenWidth":1651,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":862,"viewportWidth":1651,"weight":0.00016179669822109953,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1242.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016175556505393206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00016167343971111003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7621.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016166395318117953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00016163270607824927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5920.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016160020957974692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9797.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001615011977663054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3906.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016143588599444575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8512.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001614182258855644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6389.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016140378280366056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9208.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001612911900552154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5523.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001612599366944465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9063.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016123509954134982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5874.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016113978895693624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5874.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016112939487131933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2578.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016103634161230402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":791,"screenWidth":1911,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1911,"weight":0.00016099172454657506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9886.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001609376428838001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00016093019420045858,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2377.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001609202661523206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":950,"screenWidth":463,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":818,"viewportWidth":463,"weight":0.00016082868634585652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1288,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1288,"weight":0.00016082803982086998,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016077977814125664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":660,"viewportWidth":360,"weight":0.00016065940140721168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4343.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001606395954767561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8878.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016058860912123699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6402.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016050632442036163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016046646494208215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":796,"screenWidth":1277,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":796,"viewportWidth":1277,"weight":0.00016042435698571114,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":826,"screenWidth":1741,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1741,"weight":0.00016037889977139498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8586.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016037426622642724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001603676190084518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2837.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001602028417245832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1440,"weight":0.0001601956275792677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9594.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001601904037266305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7082.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001601737256709452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001601661696142954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4782.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016016186365367456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016011349905785917,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6955.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016007205222783732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2334.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016004635336792973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":950,"screenWidth":1768,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":950,"viewportWidth":1768,"weight":0.00016000963829318276,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9013.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015993408096900088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00015980371399718755,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015979888921125493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":360,"weight":0.0001597787830982241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2627.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015977150284610477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4174.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001597368335999904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015973208538097992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001597098149915214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/363.0.743255906 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015967143952548633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.0001596629740900325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"downlinkMax":null,"effectiveType":"4g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00015962166053991398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7381.1805 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001595875399574735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0001595727513648659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00015952979717465476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3944.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015951442260689761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015942715663215269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00015934246771771802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7186.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015931795370500618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00015929956578300512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8616.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000159261994730348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2001.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001592080266669787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00015914227993173475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3577.1864 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015904435639531628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9413.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001589953113509592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":787,"screenWidth":1823,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1823,"weight":0.00015898422400143555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5793.1037 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015895459043008476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00015875410995348148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":968,"screenWidth":436,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":435,"weight":0.00015875041619375365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8994.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015864915967458008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7908.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015862203615713135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1672.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015848314760661826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3168.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015842485403407962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015830315667200796,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1424,"weight":0.00015823087982432994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5180.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015818971625073354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6353.1466 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001580291276799762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00015797641274270123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015796918584873307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4779.1040 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015795475153371612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":819,"screenWidth":378,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":698,"viewportWidth":378,"weight":0.00015795171563573996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7690.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015792771054259504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015791320799128324,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7083.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001578989971275384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2719.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015788718912492064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2824.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015775528677221224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4559.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001576652352894997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5649.1544 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001576455109798948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4820.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015763183678796044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1918.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015751580051551423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2731.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015743504569768716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1046,"screenWidth":1386,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1046,"viewportWidth":1386,"weight":0.00015741942429239964,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6566.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001573622091670924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1440,"weight":0.00015729246720538772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00015727701207252616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001572726797802943,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7513.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015727091697747314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00015726174021526813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1464.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001572365908665417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2939.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015721756926833914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1394,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1394,"weight":0.00015712780338610272,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7979.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015699473571690304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2963.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015698235300130045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8617.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015697945083229754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00015696572838400877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":975,"screenWidth":1550,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":975,"viewportWidth":1550,"weight":0.00015683435930603353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6893.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001568218990389741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5465.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015681266904618037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":1317,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":751,"viewportWidth":1316,"weight":0.0001568090551414518,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6493.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015673579092876668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7928.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001567335960433803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5445.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001566728797813044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00015667091588589634,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1197.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001566625891598428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8145.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015665287789705718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2865.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001566248231773836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015661212280285055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015660924851903642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00015659266991078903,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3803.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015656913546697825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4168.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001565388310669518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3050.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001565050261367674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":829,"screenWidth":1495,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":829,"viewportWidth":1495,"weight":0.00015647003832594317,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1007,"viewportWidth":1659,"weight":0.00015646708904544705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1440,"weight":0.00015645522205830502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6139.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001564099395103958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9389.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001563310034546371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2617.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001562264477807334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6042.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015621015034548985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00015617278826904918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7346.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001561288966504299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8339.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001561079279991185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4510.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015610262478242879,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9171.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015601872267245861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6740.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015598418277283505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2637.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015595967762738666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1674.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015589623782715588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00015587760995971095,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":430,"weight":0.00015587500885462638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4150.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015584199591679932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8805.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015583771953890497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9335.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015583129216152844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":432,"weight":0.00015574988981404027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8355.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001557265307877805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00015572502275870587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1605,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1605,"weight":0.00015570847490532135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015563789345799352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1858.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000155579796714692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":2514,"weight":0.00015555352815524467,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0001555111693319863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015549511887352955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00015548040594236498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1686.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015543120588907883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1879,"weight":0.0001553174155557526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"downlinkMax":100,"effectiveType":"3g","rtt":1050,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":411,"weight":0.00015531203050834263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4197.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015530095040522293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000155294511851859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0001552626219574924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":865,"screenWidth":1640,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1640,"weight":0.0001552472046671826,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1328.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015522565362053963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5885.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015515195359905046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3895.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015514219677193844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2323.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015511203126716141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001550776225487746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8930.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001550655817429148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2309.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001548320893596605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3946.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001547419062031969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1152.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015468160126814103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":977,"viewportWidth":810,"weight":0.00015463417727958713,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015463210194081723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001546096461366004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2817.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015458139869840265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001545591310848321,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9997.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001545009069335639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8572.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001544471632314519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1849.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001544160243229347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1004,"viewportWidth":1831,"weight":0.0001542961672035432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3858.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015427452908396236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00015426395352729718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6793.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015421692344985775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3370.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015417169441598162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4675.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015415189722570543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015411626568674202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7432.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015410903974542704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":865,"screenWidth":1594,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1594,"weight":0.00015406527502569563,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":781,"screenWidth":1287,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":1287,"weight":0.00015405786188518177,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1107.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015405331041665505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5718.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001539408075811202,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00015388791820907468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9394.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015380065488667942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2772.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015373140043075848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5572.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015371753059899488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3281.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015369584762939102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":823,"screenWidth":1445,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1445,"weight":0.00015367098009589462,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4956.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015359810805711598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5678.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015351003820875947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00015350348622846448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015349597584545495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3359.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015345016060227786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00015343678176274318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8423.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015342309384145807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6957.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015337463275130652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001533628076747292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7931.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001533445163439818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001533161654732779,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2044.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015326321341933255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00015325056320175274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6104.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001532261458812562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8742.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001531164048046956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5067.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015308229484368288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8427.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015308091668969135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5021.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015304030613454814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00015300694384912935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00015296134573630315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3072.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015295238217059574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00015285841279936483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1253.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015285725861691554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00015285312680707897,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":836,"screenWidth":1028,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1028,"weight":0.00015277154265496727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015272110977451105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":947,"viewportWidth":1366,"weight":0.00015271576489917836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1276.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015270615266250168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00015267148698806145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1430,"weight":0.000152601046950404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/331.0.665236494 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":414,"weight":0.00015257002474476235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8721.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015247559678720636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015244287370623011,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7266.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015243554876694833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001522201558737497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1072.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001522080548331991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00015200768691629005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8899.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001519920714961981,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015199102139302025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015197968269654646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.00015196358666890608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":799,"screenWidth":1290,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1290,"weight":0.0001519505544558734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00015193557542941014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015190981190215782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6345.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015184057967552268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":430,"weight":0.00015174883843537234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4108.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015166415981135315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9624.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001515895752882669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015157115784282738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6421.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015156290117626683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1975.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015156025548942987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2240.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001515144170002868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1426.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001515002125322638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4709.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001514927704785496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00015130258822289755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7845.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015124516174913318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1911.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001512165091606711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00015116548712207383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.0001511556339078867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3209.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001511151909274592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":515,"viewportWidth":375,"weight":0.000151075598713222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":828,"viewportWidth":488,"weight":0.0001510670230797264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9804.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015105697729128975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00015102339831411706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015100585562551107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00015094192727304527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00015090601450397118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":950,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":367,"weight":0.00015075435661754736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":951,"screenWidth":1679,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1679,"weight":0.00015072533573260222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8952.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015072027889190086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1080,"weight":0.0001506384319380627,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000150629034484085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6341.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000150596566590668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":801,"screenWidth":1598,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":1598,"weight":0.00015056234368755427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":833,"screenWidth":1078,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1078,"weight":0.00015048329258916983,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1005,"screenWidth":1250,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1005,"viewportWidth":1250,"weight":0.00015047187783419263,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":430,"weight":0.0001504420705316941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0001504173843409073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":915,"screenWidth":1817,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1817,"weight":0.00015040035355680918,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015032518498553802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4612.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015027562983735396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9365.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001502060819317092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7592.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015018891067478815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.0001498870445691797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00014987404467909027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2232.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001498475058219815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6310.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001498051500280665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2921.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014980111246889617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014974453050196313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7383.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014972726351568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":649,"screenWidth":1154,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":467,"viewportWidth":1128,"weight":0.0001496932181652812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3936.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014965139869787427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014964406393835861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9884.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001495578406170298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7709.1187 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001495539791776737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.0001495468202338177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7938.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014954364582733088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014954212722785554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":833,"screenWidth":1686,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1686,"weight":0.00014951289606202054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4166.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014946076337269825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7390.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000149426467187125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014939182487171436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00014932528542499943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014931390796722122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00014930032823923245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9557.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001492693021000409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2159.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014919649113286947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8670.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014915086642743768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3359.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014901966689148338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7219.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001489838486386632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":375,"weight":0.00014896518698429573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014895123025279044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1692,"screenWidth":3008,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1199,"viewportWidth":2353,"weight":0.00014888420107996567,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2965.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014885157413409205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5952.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001488514227453288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6235.1544 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014883866119231538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9783.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001488223308616667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00014880787824063973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1833.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014879935355537624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014872262755043824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001486843080605054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9157.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001486423221337556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8047.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014863263348457122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8405.1037 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001485816424552268,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2087.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000148576393719071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8569.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014857051100524907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0001485545353793339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9761.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014851134531428047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001484916430414443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":900},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":563,"viewportWidth":1222,"weight":0.00014848044838316644,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6682.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014845754293896107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4271.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014844414975162315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4369.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000148409721279024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9088.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001483313827873532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":638,"viewportWidth":375,"weight":0.0001483168700537921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00014828740719701557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9259.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014828358290938952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014827810515611315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7473.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014821746049278225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2167.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014811843444809738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6061.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014789660960272435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9232.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014788090007854024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7368.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001478671400022641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5561.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014779448278631188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6506.1566 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014776515588038518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3687.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014769327182004942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9190.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014760047415452286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014759000897783076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4835.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014747453502242022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1440,"weight":0.00014740899112875575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6434.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001474069398792174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9571.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014740005048428565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":791,"viewportWidth":1512,"weight":0.0001473808866833804,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9436.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014735530602728194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3799.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014734800943716305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9819.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014734392987653333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6761.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014729822219149713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00014728048519969616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1348.1233 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001472606808408569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00014723102269138032,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":577,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":360,"weight":0.00014714441171624382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":2867,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1054,"viewportWidth":2867,"weight":0.00014709344995223072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3197.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001470882741231838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3885.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014702773785345042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1909.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001469871642824697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1746.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000146952807735698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5537.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014692503954117758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3315.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001469185606069135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3861.1239 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014688625116386473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014685385877198252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014681227822862283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014679442762136985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1006,"screenWidth":1232,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1006,"viewportWidth":1232,"weight":0.00014678764687059165,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1466,"weight":0.000146722888397448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8928.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014670990715125347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":375,"weight":0.00014667583607444186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8557.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014666976512541112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1223.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014662063672371556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00014660604307215446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1844.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014656455195751573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00014650931062521234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014644766422536884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014643820893162882,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1668.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001464343319076443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7455.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014631477824854542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001462872861753065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4607.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014627558879662134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8284.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014625234409939005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014606590833390982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4017.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014598784267770874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8697.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001459155539841928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9713.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014580891541364564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9599.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014580438406326017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8996.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014579906298357618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5174.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014578296160549443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":440,"weight":0.0001457671403581985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7149.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014573255038241914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7854.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014572211443855055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":787,"screenWidth":1885,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1885,"weight":0.00014567960038463135,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00014567360645356225,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014564200494619474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014560256304526053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9393.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001455775081703198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3416.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014557622116985616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8804.1217 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014547342873882626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001454139441976674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00014540285029143065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.0001453979817248001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000145225880443938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4635.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014522293776041004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000145217304249213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014520656763516773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6804.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014520226843031447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3295.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014516543350181867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00014504785668223772,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001450266879786794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7651.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000144981296836134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00014495442988396798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4461.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014494227332988808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014494009146874702,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014491256138949045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1535.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014491233132107853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00014488643842625035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9896.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014487127358989304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00014486885978651638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6988.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014485567454672338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8621.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001448252016752213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8757.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014481747447606975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.0001448126313131298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7748.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014477695911212652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7696.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001447002909299257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.00014469818532209682,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2176.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001446639319738766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014464593461369036,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014463422564196538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1902.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001446013021354453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"downlinkMax":100,"effectiveType":"3g","rtt":1200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.00014455345078748938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1355.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014454485363007052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1311.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014451572409786645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4924.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014451464807154805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2184.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014451061495539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.4,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.00014435447943584944,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4016.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001443466510076423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":1333,"screenWidth":597,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":1142,"viewportWidth":597,"weight":0.00014425165708411807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014419206687976612,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00014415632285370497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5910.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014412989225421035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014410975992401416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8159.1117 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001441008873345036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00014406236987245672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00014405465707322915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":454,"viewportWidth":320,"weight":0.00014404935656423172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000144048503859489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8962.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014395549403850715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1034,"screenWidth":1395,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1034,"viewportWidth":1395,"weight":0.0001439002178626168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014388331859013738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9922.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001438744276416014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3079.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014382507246145026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5805.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014381349773037247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0001437880211653802,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5678.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014374772143885698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7810.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014373062130575333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":662,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.0001435954730733156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.000143586699322424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1073,"screenWidth":1818,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1818,"weight":0.00014358271058840358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8883.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014357466164907179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6393.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001435487517853308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014344984639131085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":813,"screenWidth":1353,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1353,"weight":0.00014344643725182026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8242.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014343416536800914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8214.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014342428686971905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001433321372576867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2152.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001432745526565862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":667,"viewportWidth":360,"weight":0.0001432168256646646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014316210025336595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9792.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014313902428304403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014308555032879126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3240.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001430465097264678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001430363136977883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001430201680882931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":411,"weight":0.0001430021810682415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1364.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014300066011845695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1274,"viewportWidth":2367,"weight":0.00014292832360576752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4599.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014278473575882653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5769.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001427384270199383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8267.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014270893238442145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3576.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001426466510772205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1854.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001425207902820075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014244773048750864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8630.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014231363047454955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001423106910365709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4631.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014229252656031876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2687.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014228043901493633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5104.1204 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001422566665459918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00014223488513924947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7442.1805 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014218244506396588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6749.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014216493908461732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00014215021338544385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4296.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014199139486807184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4606.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014197471725212082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.00014196597845297638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014186498968260763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014185275599832173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5416.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014180252716746418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7233.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001417953248484662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00014179190102942617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":780,"screenWidth":1672,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1672,"weight":0.00014178325273135874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001417280060676858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8824.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001416767419373491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5710.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014163601325860916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00014159970746260015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001415128906317369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6555.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014149617268050956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":783,"viewportWidth":411,"weight":0.00014149575710749147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":926,"screenWidth":1262,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1262,"weight":0.00014147322539199349,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.0001414671286982041,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.9,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":628,"viewportWidth":360,"weight":0.00014141697893950962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014140538972303067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4866.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001413959534989199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001413515550618529,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014130955659437137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7318.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014128077002619342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4514.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014123984034299607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2137.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014121589483105025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8982.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014111702116625802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014108389947384213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001410448662608087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2968.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014102967239509482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4293.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001409249448854639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014061365333942042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1344,"weight":0.00014058105198816882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014055601348365464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2968.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014054725286261836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2950.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014053580698024061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0001405130115778026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3431.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014044969051972106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7738.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014040482621716433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1466.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000140357909919046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3043.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014035471606383665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8365.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014029843548404332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2765.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014020307899090018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001401706222221841,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.00014016303455690986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001401535927060317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8036.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001401025638117468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2275.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014004095246415393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":375,"weight":0.0001400227987672531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":574,"viewportWidth":1696,"weight":0.0001400095743321252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5812.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014000941434189092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5038.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014000851742416954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3351.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013997166190367832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9107.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013995292085567377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1231.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013991312911850658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1445.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013987205588507484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1430.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000139829647844204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8475.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013982946319471493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":390,"weight":0.00013978786345490688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8617.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001397859871728293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013978102023602586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8546.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013977518374907043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001397591753370668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001397142043619103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":634,"viewportWidth":1347,"weight":0.00013969125624282714,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001396426410119429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.45,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00013960601241484394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8578.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013956438570038258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.0001395324375577719,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6419.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001395057047958093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1012.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013947213778772778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001394315843967108,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000139385793365171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013933984849287244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5826.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013928506118468723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":2048,"weight":0.0001392762193903776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1162.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001392418954937609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6000.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001391682323465733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7996.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001391052990398601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9513.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013902504655668841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2435.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013897159610213572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00013891685172411942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013890911651569178,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001388629028449059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4140.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001388490148661258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9338.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013884668028042144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013882559219987372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013879453464127564,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013878984203383144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013876658109688314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013876203190777973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3093.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013870909448894923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00013857958855241893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00013856210386360384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013855685161271036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2931.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013852310603775655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013849723191450243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7413.1159 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013849194510036063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1014,"screenWidth":1131,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1014,"viewportWidth":1131,"weight":0.0001384805440469689,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":586,"viewportWidth":1226,"weight":0.00013839608621695891,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6721.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001383227959256519,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00013831182709380345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00013817299771927706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":986,"screenWidth":1434,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1434,"weight":0.00013815883456838864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013814393707985698,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5768.1596 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001381385482261144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1271.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013811662701278396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6099.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013809806889189365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00013807225448822513,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":836,"screenWidth":1187,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1187,"weight":0.00013807107927045164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":402,"weight":0.0001380117816871023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9617.1488 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001379848129364395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7696.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013797280006843543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4443.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013795181563093327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6161.1400 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001379276718099807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4605.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013786443907624852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5297.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013778138158337345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1031,"screenWidth":1495,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1495,"weight":0.00013776648394610159,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013752273412573788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2719.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000137451363625616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1067.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013737191470446065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1214.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013735565479963048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013734659902130646,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013731670811820764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1072,"viewportWidth":1763,"weight":0.0001373135336047991,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8648.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013726214918759013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00013717105261434464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6148.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013714348379332227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001371162665721031,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":440,"weight":0.00013707836013246354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":945,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":945,"viewportWidth":1366,"weight":0.00013707242747595453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":1482,"weight":0.0001370074688063066,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013698587353754956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8472.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001369364042318928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001368993921663668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7683.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001368821266959826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00013684569006377914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00013681603950585025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7181.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001367826745927534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":411,"weight":0.0001367825401898467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1579.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013675042874079514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4651.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013675039315908072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6945.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013671867741306754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8430.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013668756134340126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3304.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013665209235592246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013664993302487814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1672.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013663421241870053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00013662776551041827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7533.1692 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001366275092874212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013660373725651642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.7,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00013660332461701993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4031.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013659304692605154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1440,"weight":0.0001364199163245919,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9857.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013640254476712398,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00013637884007119453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013637195013913698,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1633.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013634631552686467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00013634006192181597,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0001362694453756337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7961.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001362004182541417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013615733740163946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013614725994201999,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00013607652979751999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5142.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013605613641818966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5409.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013599766183837426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013596444729708864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1065,"viewportWidth":1920,"weight":0.0001358496239749252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001358462542258254,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00013583532855437807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00013580658312880073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3127.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001356773317105199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9111.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001356059677180609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1780.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013558001707194154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1738.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013557407303632724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4936.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013554437850377861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00013552776830272158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1469,"weight":0.0001355113577326365,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7306.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000135499947217592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":840,"screenWidth":1327,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1327,"weight":0.0001354611230606409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3095.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013545639502419483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4627.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013545502515948505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":855,"screenWidth":1234,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1234,"weight":0.00013541499081489222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.0001354072782293866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00013539604285854484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013538101054894798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1578,"weight":0.0001353731984802866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2322.1417 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001353684111426956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8406.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013536290137016653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013532834297171257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00013527786702285314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":908,"screenWidth":1065,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":908,"viewportWidth":1065,"weight":0.00013527156578473155,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7218.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013526710226610225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0001352411148212243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013523004521594675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6009.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013521612343739693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2281.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001351664056054014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.0001351300614544255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4212.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013510465583867177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00013509210247718046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.7 Mobile/15E148 Safari/604.1 Ddg/16.7","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00013503512138006926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9489.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013501538022747756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9272.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013493465494300537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1806.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013491728064813244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3134.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013490741547549282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2714.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013482903609335383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2121.1816 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013479916393226642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.0001347372557001719,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6482.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013473464601269455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1280,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":1280,"weight":0.00013472339701233767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1607.1368 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013470095077106525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001346746742471452,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6759.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001346226986849978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9212.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013461053949389117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.00013455198724088765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3849.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013449549608360217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8821.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013447539592335452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013442810487587832,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00013441070533143598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013437772703140814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2923.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013437491941033225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013434430954122772,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5721.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001342993550912954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001342681816187592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.00013426782424929296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5553.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001342645956994403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00013424334165191242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013419464134933833,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":946,"weight":0.00013416184439574253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9910.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001341487771038146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6743.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013406496205762132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8790.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013404007811346498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1868.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013400224031564408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9269.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001339853231676654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013392188793040998,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9177.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013386903703080437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001338619100217879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0","vendor":"","viewportHeight":734,"viewportWidth":1440,"weight":0.00013384051395618854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1454.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013381526818850089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4112.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013379804816097084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00013378086674470407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1235,"screenWidth":2195,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":1156,"viewportWidth":2187,"weight":0.00013375578406316988,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7049.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013362128555742466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8291.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013361832553121733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":2560,"weight":0.00013361564233480138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4588.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013360159846076736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9767.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013358911624647142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6527.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013356992055978982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4709.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001335612296040187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00013349477004456238,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001334564569700475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0001334358955921001,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001334217766327771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8000.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013339922346270497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8802.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001333881715867885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6329.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013333540362563668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013333242810230632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4934.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013333158254594715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7006.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013331083532264892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2200.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001332998462380739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00013324224897148237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001331981587264296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5642.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001331906034664262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5502.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013318818694512522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00013317743203524458,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.0001331662826465639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013310654802104252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8779.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013306768373526782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":783,"viewportWidth":1593,"weight":0.00013304404611063508,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5904.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013303744626026582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4420.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013300844627708587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001329963435309574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001329878440757289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6960.1336 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001329765997231744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1465.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001328744956018304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":1512,"weight":0.0001328068953079189,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5330.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013277704232381667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7260.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013276633355156965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013270569456991322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9132.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013270081049158913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/133.0.6943.120 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00013266541237723952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2437.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013262529131737605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3321.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013252144441828904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00013251257478511113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001324364359885838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2117.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001324129395760871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013240813377945532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1187.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013240319730390568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2604.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013234380474779086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001323209278162262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8646.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013225952055553904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001322554637116227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001321603800512775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9970.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001321471201500115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":995,"screenWidth":1729,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":1729,"weight":0.00013213565969883364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3959.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013205104911020307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9732.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013204626133689757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4373.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001320115940273416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7244.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001320075778642213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2223.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013198552791524924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013194042279675216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9030.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013193847629298992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8316.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013192768903631178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2022.1166 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013190117005849083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3146.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001318267457391559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001317974277177111,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7173.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001317675851743252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2897.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013172288656860227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5755.1865 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013170387184602845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4455.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013165756215445016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7967.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013164000128642434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013161669035399766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3686.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013153526420727282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1579.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013147171951107415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3343.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013144617919922237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00013144342822010442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1306.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001314064727462534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8955.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013140597802641668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013138722003016876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4802.1780 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013137887401825995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9876.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013137087517861305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8389.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001313436359419417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9186.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013134248628473232,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8978.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013131891779147932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013127767308439552,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013126766068638504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":851,"screenWidth":1813,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":1813,"weight":0.00013126312350899083,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9726.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013124474110318233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4897.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013123541299505493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4759.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013121856971630875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0 (Edition Yx 05)","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00013116666436256116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00013116581571501952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000131143317499209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6549.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013097545379035712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1115.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001309722585040124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5368.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001308772874335793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00013086044878246757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1956.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001308329537868624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013079614263765394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1063.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013072975601887926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4424.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013068881833481737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7203.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001306458901168459,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6459.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001306178444944681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001305813570083384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4445.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013057589655051679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5759.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013055165199030866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5951.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001305093371838497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013043799401130855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5213.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013040184714639396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00013030446446016676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7918.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001302603588465812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7527.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001302588326352351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00013024045310641803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000130234986119504,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5088.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013011051764048477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013004389705717834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4371.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012996397161945143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":803,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":1710,"weight":0.00012994737267518674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7225.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012992279298916533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1396.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012990736153548277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8801.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012982524981352566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3451.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012979552623206653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001297575138339683,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00012973925402274422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4890.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012973699140531023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4769.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001297208640880438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012971843724399496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6911.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012971053254032442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7987.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001296326461228443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00012962765688587845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001296104716537672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00012955359325011299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":360,"weight":0.00012955198079601623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00012955031356808134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00012950588647640926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.0001294989936004208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012949434434530728,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7085.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012949301818429245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6037.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012945842431742938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012945666477731383,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8923.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012942682477844306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2340.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001294004060566394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1506.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012937952853699094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4235.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012937486346959137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012936100859315606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8578.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012933730733825702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1452.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012933184282834458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1918,"weight":0.00012928902510871455,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012925323442607013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.0001292102839554937,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":570,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":570,"viewportWidth":360,"weight":0.00012919910621643244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4770.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012918703500886192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4129.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012916481284071645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00012915874895175474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6924.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012915374037747427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8912.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012913885853451623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":788,"viewportWidth":1440,"weight":0.0001291341233625142,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7250.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012913160454747132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7930.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012912549588097008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3169.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012912376001995927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00012911117991803623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5252.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012910513289954314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4636.1247 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012908136137696944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00012907122803457335,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.2,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.00012906882287506757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2353.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001290680300014318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9874.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012906504887878696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4806.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001289989464125842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4701.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012899183984522612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2865.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012898958113210336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9867.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012896685288650372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1124.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012895920094417785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8346.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012888605866160773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4002.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012887435901857674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2446.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012887110595063693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4911.1348 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001287501119283611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9248.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012874910453571098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012870374100699085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":6,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00012868761644160712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":747,"viewportWidth":1441,"weight":0.00012861001770271004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012860867939493983,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012859852339512342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1450,"weight":0.0001285913595316076,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00012858547223819038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1880.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012858458567898169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3836.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012856430999693503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00012855952001870847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3679.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012855211885709036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5722.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001285460592009713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5100.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012853554300556888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012851122129273199,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1247.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012850152361235296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3773.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012845328073431023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.0001284525829566912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5542.1532 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012844538575755048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4022.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012844342152090488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7344.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012840593528110663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012833379026976828,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4687.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001282477912511699,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00012821013322585832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9201.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012815948754515987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012815459927193923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012813756612559138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012813481734870344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012811836323742048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":6,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":814,"viewportWidth":1397,"weight":0.00012808916058710867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00012803223465362957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0001280076245120252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":1440,"weight":0.00012799881692385435,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012796475251401206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2867.1289 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001279513372483982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012793498927497524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012789821621668146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9630.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012788855966869132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5750.1337 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012788264451769625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1139.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012788260364221735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":645,"screenWidth":537,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":573,"viewportWidth":537,"weight":0.00012787785254769917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7792.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012784252693504795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001278399153690233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1342.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012781614836134775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012780125255345277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3047.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012778257791542187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9655.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000127753714922589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1132.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001277273867158521,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":1024,"weight":0.0001276801037768543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5028.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012765569770798404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00012764527339478727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5494.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012762204921748887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2799.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012761285069110093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":981,"screenWidth":1234,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":981,"viewportWidth":1234,"weight":0.00012760507151138867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8900.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001275811614518275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012754711545175681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9623.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012754016999434023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3711.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012753161869434427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001274735009081413,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3884.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012746276411711442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5826.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001274512130450278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5922.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012741679600057702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4872.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012740050137145505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2347.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012738408892940635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4758.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012738166485187517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9577.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001273635992445835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8502.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012735879584091278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012733017311489619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3185.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001272913641929059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8605.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012728930571195718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4075.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012725778548761015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":850,"screenWidth":1492,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":850,"viewportWidth":1492,"weight":0.00012724995655170282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012717920605898202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.00012717802416166486,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3572.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001271297797728753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2964.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012712820205814477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7181.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001271049451499524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9869.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012708369998152498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4240.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012708253689827593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5188.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012703369414626093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9605.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001270178983803563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012696162944715256,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6091.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012694863938924228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2800.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001269045897210474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012689760063297164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6351.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012685162746706825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6534.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012685137621386647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00012684592908860019,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1042.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001268185240400831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9136.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012678256260356354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4919.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012676110216041945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9538.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012672343255345565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8849.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012668580024165123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4967.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012668081240026528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5896.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012663292725308717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5022.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012658750601285556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5023.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000126516092867647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8514.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012649306606526644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5892.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001264252840975514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7768.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012640437058760722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1407.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001263585095893906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012633546394068208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00012633437059913718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5208.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012622751391149693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1295.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001262042510086169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1424,"weight":0.0001261778050993818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9899.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001261671951776888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0001261360849507977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00012612595600402984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.00012612542299959115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2892.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012609776045129076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00012604264435982972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":2304,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":2150,"viewportWidth":1196,"weight":0.0001259241180809027,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9744.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012591289166117084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3594.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012585748431345932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6186.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012579995372995214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2530.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012574948812978651,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2454.1969 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001256988817506908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1675.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001256692885585048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9359.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012566780457391255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012564395421939677,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001256398716355071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.0001256377897411588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4484.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012559994950166872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5015.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012558627187188664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8876.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012553005043731253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2715.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012551700038442997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8138.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012545519367239755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3321.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012543625430237902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1724.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012543122489268226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012532564275512758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5749.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012529273608038652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4219.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012529202713929574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00012524062095063126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2127.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001252138889680096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012519005439514666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":900,"viewportWidth":1366,"weight":0.0001251141303435995,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000125102021709996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1672,"weight":0.00012508660252348187,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.9,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1559,"weight":0.00012502968897845025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5689.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012498838622258988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8073.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001249789533215263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6213.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012495959959460463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1258.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001249059627057111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4486.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012484039730171275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.000124771809593252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012475809348839328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012474426351240714,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5510.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012466675820380698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3202.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012466582282082782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8420.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012465924254487988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001246536715491502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2628.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001246108282407401,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012460501125987567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001245899140340564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.0001245667141298217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1289.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012454780264377322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012451146746612899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1811.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012450221688991032,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012450126469660077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00012449288752838355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00012448879237711595,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.00012441265827015373,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8839.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012438330186748082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6355.1207 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001243351443890657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9131.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012428126002592423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4113.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012427071446522174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8104.1002 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012424055583845002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9539.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012423390878647821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012419699707953352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012417453545605542,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6007.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240993758190436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1660.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012408420760655697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7307.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012408204124521056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00012406860532656016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9985.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012406341319952814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3246.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240572552163035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2162.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012405545429844755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2864.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240418737633465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2397.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240394988965931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8019.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012403714443772794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7334.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012402687624844341,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.0001239996112875793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001239937564960701,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":909,"screenWidth":1919,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":909,"viewportWidth":1919,"weight":0.0001239615792070141,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7038.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012394910702650364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7032.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012390083366026295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6965.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012389820495828504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":426,"weight":0.0001238564840070773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":986,"screenWidth":1191,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1191,"weight":0.00012381314489211994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001237776212801867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7597.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012373733391180582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012373564428685255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6881.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012370657812237897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3032.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001236876017189512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001236840440307837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1912,"weight":0.0001236482344609366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5439.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001236305833119692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3142.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012361495529690975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00012359242278449318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012355896801466646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5925.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012354293510762675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00012353945421034437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001234854991668338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9856.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012346333511429158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001234398625562826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1708.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001234243050462145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1165.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001233572212388516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9559.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012330795040431063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.00012329596337956277,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012317861482209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1171.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012314080325416044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.0001231277467745956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00012312060990949587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.0001230741143218236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00012305161997903648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":390,"weight":0.00012303417884061484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012303024229793906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1450.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012300244681862503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8158.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012300108798540487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":413,"viewportWidth":780,"weight":0.00012299958380792813,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2065.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012298145357937426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9689.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012296973018392042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5566.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012296813374214593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012293903082114462,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0001229253927166663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1469.1845 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012284010842031085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0001227488514332291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4330.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012273155357128178,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":864,"viewportWidth":506,"weight":0.0001227294529332733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9451.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012272365192828068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1339.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012270575251792918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9589.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012268761151612432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2379.1159 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012260742221322583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6850.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012259865393393052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8271.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001225433759900583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4899.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001225362285441939,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00012252876055221683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8373.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001225253706049209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5837.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012249988780502284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00012248792643512827,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4049.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001224829860941695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8753.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012246857560782872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2778.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012246789978886865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.00012246279326860542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012242620110251018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00012242537309755473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.0001224245911113116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4904.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012237478168535738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":875,"screenWidth":1804,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":1804,"weight":0.00012234422541416168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3272.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012231601973057554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2687.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001222962503968669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4140.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012229531893472788,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":761,"viewportWidth":428,"weight":0.00012211664023290255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001221018286963566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8422.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012207676285966076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00012205365333918305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6567.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012202006416113238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5947.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012201819728519313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012195317118294105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2942.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012190208539594772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5282.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012187026934594196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0001218391893060587,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00012181074398060549,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/127.0.6533.77 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00012180721892888158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2977.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012173595426364075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1073,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1073,"weight":0.00012172758128873997,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4067.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012170452972538777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7511.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012163919632341612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2960.1455 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001215940579939983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5031.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012157874453357339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1768.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012157605592552712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6555.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001215706107596773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":590,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":590,"viewportWidth":412,"weight":0.00012150185687363115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012149252835372466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5567.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012142072539238055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00012137364416890832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7818.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012134753570089253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9866.1244 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012133873422458148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2131.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012131405611129958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8302.1926 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012123346415482217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00012122955384730079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00012121999179774451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8905.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012120323417302353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1280,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":1280,"weight":0.00012115431349650163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8900.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012114897530788511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001211412212961242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000121043794741959,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6528.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001209871045460995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1915.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012098301255656155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6699.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012097821726843312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012095814915644862,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":432,"weight":0.00012093737808898953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0001209201768457125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3836.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012090948146217895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9491.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001208959788064859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2986.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001208420646749187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3538.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012082628423203321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012081370648414499,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":988,"screenWidth":1343,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":988,"viewportWidth":1343,"weight":0.00012080492323138509,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.00012080470800615376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":966,"screenWidth":1417,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":966,"viewportWidth":1417,"weight":0.000120739982056685,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012068531910209638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4845.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012061926256920073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1353.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001206173428083482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/135.0.3179.98 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":393,"weight":0.00012059176513543062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":693,"screenWidth":1180,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":694,"viewportWidth":1180,"weight":0.00012054371028991907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8066.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000120501728606227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3769.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012047404733211457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6178.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012044848063103211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012043312342386514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5885.1480 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001204304343597145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00012043014826491071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4906.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012039655733879162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3830.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012036220577445338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8722.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012035131159956234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3385.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012033646973574419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00012030628136271844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1920,"weight":0.00012030225752475608,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012028246193963831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8016.1786 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001202788397180729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1334.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012027144136192737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5500.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012026225259847802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2146.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012025837922370992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9774.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012022705162126755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5063.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001202265246400126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3148.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012013563132457831,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012013150485666382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4323.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012008891635389015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"3g","rtt":800,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":384,"weight":0.00012004884488247483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3861.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012004300855584512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2037.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012003001587999826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3160.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012002392863961223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":894,"screenWidth":1885,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":894,"viewportWidth":1885,"weight":0.00011999774005576183,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1373,"screenWidth":954,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":847,"viewportWidth":1373,"weight":0.00011995947889730076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8274.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001199557489962492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":943,"screenWidth":1780,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":943,"viewportWidth":1780,"weight":0.00011994489483539127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5819.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011994418732863451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5620.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011993315078216746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8278.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001199210024385945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00011990742828949469,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8713.1337 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011988565657924454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00011987697835170182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00011986035669920886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001198236043536051,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4713.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011979183088980708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8268.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011978545232103084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":3440,"weight":0.00011974078401043924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011973688861242708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2003.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011973231131733626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011973143083007972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00011969210596150628,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011962670833845797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8634.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001196261053219683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6859.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001196209718582378,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00011958169617944465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3511.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011956394691214557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":837,"screenWidth":377,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":376,"weight":0.00011951643403991959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3404.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011947355864634632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011943480276986752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1426.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011942932375235453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011940610538934485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7061.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011934646920127742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00011933924317127128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011924158754867123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":961,"screenWidth":1507,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":961,"viewportWidth":1507,"weight":0.00011920810473296612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4520.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011920141223525778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011917751876807928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1913.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011917258868810136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00011914261314860641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0001191299731803744,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4471.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001191268845710708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6078.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011897371196065201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5414.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011897309339554141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2793.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011896203236125844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3637.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001189283167122376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4376.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011891975672671733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2034.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011890711801957269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.0001189000262673748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4283.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011886750667949845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1050,"screenWidth":1310,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":1310,"weight":0.00011878713320278805,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1945.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011875757757196789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":1480,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1480,"weight":0.00011875707186962382,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9305.1304 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011874215227163787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0001186748900621227,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0001186649889582127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9012.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011865404766599026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":707,"weight":0.00011863315786566935,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5521.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011862654768123299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011860060104604672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.0001185833695418224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2786.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001185161045470423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3688.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011848666828126467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":958,"screenWidth":1376,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":958,"viewportWidth":1376,"weight":0.00011847500029761879,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011847205704997492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00011845807607190112,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7224.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011845687770681911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011845345039935059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011841932560276439,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00011836266899240652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1906,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1906,"weight":0.0001183548766506206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00011833214317768705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7025.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000118251905210241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7791.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011818156335897984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011816669340060766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2089.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011815524353363051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00011809481909050335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3678.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011808511929888238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1865,"weight":0.0001180530935069735,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4127.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011803970320161822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2274.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011796288342134414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9998.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011785727041895334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7012.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011781945272253895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8999.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011777362410924838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6051.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011773482861061427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6684.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011770922694826357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5468.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001176844616386898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011762959012919777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011758458129313876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8441.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011753522355439836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7882.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011752872859236009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6812.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000117517799103651,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00011750961309630868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1553.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011747034872282062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":865,"viewportWidth":1680,"weight":0.00011745259861684782,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00011744787040592597,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6159.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011742451781861166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":897,"screenWidth":1623,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1623,"weight":0.00011740111917252914,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00011739889214341566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1618.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011738109803400354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011732187178890497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4991.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011729624110479493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1779.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011728053998119447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3463.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011727919559632952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5033.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011724058526607746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7386.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011723996320536168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011723075777602712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5390.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011723066144539198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6109.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011721989008498669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00011720008569939767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3973.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001171786103647909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2399.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011714826738863623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7897.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011714033814640204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00011702828249123988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3508.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011702825041055738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6055.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011701559265976219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.0001170076709589682,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001169411980315123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9713.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011692487994036807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4720.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011691239152497032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9945.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011691159539890008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1488.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011689646585506588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5638.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011683846887036495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.0001168123247293154,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5488.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011680892578672455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011679185823964236,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6716.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001167901999792426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011678536467909581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1054.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001167812454019988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2655.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011677580100346849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7657.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011673419845283385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011671550715981227,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1842.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011671425958398194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011670938132355239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3470.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001166998773033187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00011664521254944268,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5961.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001166242779540209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3350.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011656864528320835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001165411993765163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/135.0.3179.98 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00011651169243944661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001165111774996904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00011650566540664485,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":889,"screenWidth":1900,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1900,"weight":0.00011650022805269946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00011641523829125491,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011635822512362355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00011627743588877302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011625199389038015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011624560228959814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00011619784387958745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.15,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011617456539647957,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3296.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011616765094389884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6388.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011612761582493228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":831,"screenWidth":1057,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1057,"weight":0.00011611626106373633,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7460.1129 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011610025834989314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1352,"weight":0.00011608481605209784,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6175.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011608267121300711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7548.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001160721267209237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.00011605281549706273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5737.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011604679537707196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6855.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011604453193036684,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00011599257308176584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4452.1516 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011595216825071943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2083.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011595147651195124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011592683199484898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":973,"screenWidth":1730,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1734,"weight":0.00011587654477707196,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1631.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011587113817638924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5699.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011584632161483909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2061.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011580540342461791,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001157826864497177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011576904743894273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8591.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011574746854014485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6961.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001157322120447405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011572629480153054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011571735776351759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9299.1018 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011565089831784542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4790.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011557573397688122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001155669727828766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4857.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011552602512746949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011549428747444615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00011546186917110396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4745.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011546155847398666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00011544633861306966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8593.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011543914380959522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3390.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011543517214153592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5253.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011541819258211132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2668.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011541226389435827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":393,"weight":0.00011540817009726223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011537666234912199,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001153680164033324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0001152938052219049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001152896133516217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2850.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011528903061015551,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6115.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001152735008155159,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011527253147728576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1932.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011526571987920078,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000115256403391781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00011521007648001345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011509292706346219,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011507962259415909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8789.1559 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011507436181357349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8593.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011506907579455923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011506203376099236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011504559002214167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4204.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011501240277728299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3116.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011500872365679513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011500086340388759,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011495402780071446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00011492680186935601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5026.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011492660638391059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1728,"weight":0.00011485628612886852,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9027.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011485511456514402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8496.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011485199629508215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7502.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001148497294104375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5047.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011484705528070754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00011480245721412984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001147584580598896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":730,"viewportWidth":1278,"weight":0.00011470756531528862,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6199.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011469539704520638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9129.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011466802005304642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011465138675170276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":1240,"weight":0.00011461614547817396,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3379.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011456130728241569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5480.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011454679965301293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6926.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011454612992851942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4214.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011454531639638196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011449311242826544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011447037638232999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4410.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011445466491198265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6297.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011439724060887307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":667,"screenWidth":1187,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":285,"viewportWidth":678,"weight":0.00011435262864589599,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011433210653113771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1949.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011432099319610372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011430636737931035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00011424469534926333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5204.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011416094906755732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1590.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011415522636867571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":411,"weight":0.00011413835217060408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00011412248309103137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011409399486339584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6343.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011405057496860323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8588.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011403956002471982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001140281763984427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000113921274372512,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3535.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011390130714994775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000113899894117069,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9511.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011388507487085658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011386088732963196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011385511402040115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001138136574597725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011380690250035235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9686.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011379964019801111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5747.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011374512051809113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8060.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011374495809065103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8611.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011371583524728618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001137004066035555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":996,"viewportWidth":1852,"weight":0.00011369310811822332,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4586.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001136832381863744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00011367677753012626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3773.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011364352049726905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011363914945565459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4944.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011347104778104684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6067.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011344661760148282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011342679926278571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2921.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011337127433342762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7162.1790 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011329941581509903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1008.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000113291504478152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7386.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001132156410267761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011316564251828804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.00011316522550380385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6752.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011314678569609842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":2774,"viewportWidth":980,"weight":0.00011314550087754272,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00011306800093053025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011304240417695969,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7845.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011303446904750712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00011299224621769159,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00011295227359890471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6217.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011293317787809338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2878.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011293185267013778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":938,"viewportWidth":1680,"weight":0.00011291891689485416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6903.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011288526366546048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1422.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011287690824805647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1571.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011287241953715451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9589.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001128392406442025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":1080,"weight":0.00011282995725363384,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011279968982430777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":959,"screenWidth":1706,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1706,"weight":0.00011270991954634289,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6716.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011270061915348945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00011259900108978282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6214.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001125880172314925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00011256399712490093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2109.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011253960053919845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8512.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011253393056440564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4683.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011253391461418649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2344.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011251420708797104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8085.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011247052008065695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011246848827685307,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4557.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011246061148607864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1804.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001124521923725215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4746.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001123718327897406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00011231097587432548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":1536,"weight":0.00011223470879904696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1111.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011217428479112102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011212586475702196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2489.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001121163983560985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00011208842835711527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011203601093080326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3780.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011198245573162349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":360,"weight":0.00011197946807905903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1276.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011196832150773989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1096.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011190071684747657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011188061322724544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011187499665795733,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0","vendor":"","viewportHeight":724,"viewportWidth":1440,"weight":0.00011181819401749793,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011177661673550466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6421.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011176636266224212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3205.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011176440273599468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011172584330856736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1684.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011172294652553694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1078,"screenWidth":1167,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1078,"viewportWidth":1167,"weight":0.00011170475538570829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011170311630811983,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00011170089645142125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3952.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011169348130210795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":2560,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1439,"weight":0.00011160830856819533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.25,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00011159105892530831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4534.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011158354221017282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2167.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011153881237685952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011152467624316013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9093.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000111494378555884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011136838415690049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2218.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011135140003429756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00011134306835907837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5750.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011125203201741423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8522.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011124162180709311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4683.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001112019761170647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1208.1859 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011115991215665256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6642.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011115245768119062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5731.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011112644590367091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4711.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011111172482049323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011107069250951309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3319.1697 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011106304489077208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00011102800528639289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00011099906268166812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011097480347403893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8190.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011095738298796358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011092159156128684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1947.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011090979379401811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011090330612606066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":390,"weight":0.00011089777597667339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6552.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011088104795975632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8502.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011088098431651527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011083960499035442,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1558.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011069593442551011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":1180,"weight":0.0001106895146200737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9649.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011066572115427826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1530,"weight":0.00011061432493146454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8668.1107 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011059509303214368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00011056140642535087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1284.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011053275748105102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6127.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011051107621590284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8700.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001105008548440755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4789.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011048579248587354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6166.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011047467822276846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00011043308587613654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.00011041018149065066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001104004533299626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4216.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011037348070805378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011037300732178887,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6387.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011035808690446046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2804.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001103415994846352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2096.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011030882554848422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00011029543183164127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2691.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011029042515087986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00011028890933005502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011026325761908771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8780.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011024720769398132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1440,"weight":0.00011023113846013555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2966.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011019856205075833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011017253019864043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.00011012521495532129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5088.1040 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001100910755914661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2721.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001100552887837982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3384.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001100545244410488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5133.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011003702227046462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1377.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011001904217309404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1023.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010999147383363453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9678.1463 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010998483486184019,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010995015831178294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2328.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001099483672226421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9019.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010992711404760093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00010991891213034279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":934,"screenWidth":420,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":420,"weight":0.0001098841741171777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6643.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010982481454816824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1395.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010980927540487023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7640.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010979494680165295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3184.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010974697043335355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00010974603882308322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00010970275141665924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00010964968393674463,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1223.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010961937386232975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.00010957607648493242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4847.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010955486994055688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":2012,"viewportWidth":1440,"weight":0.00010950887873207052,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010948993469060941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4585.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010948343147862363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1669.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010947768034196161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010944903750831379,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5773.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010944233885980476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010942025209470929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010941862173915497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7194.1385 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010940193636209938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8771.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010937902933941726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2234.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010934320251157943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00010934172921182093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1965.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010933812808206157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00010931943336767888,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00010929342536642581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00010928241640188143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00010922409758151232,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00010922029348159092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3663.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010921430599370915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5314.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010921282049084056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001090719968201761,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3790.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010907144487432435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5022.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010904159988599204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7141.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010903746881415172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010902281667286252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6435.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010899211780304874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1180,"weight":0.00010896067591009418,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8364.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010896058522406569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2560.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010895510639623503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8608.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010893177813081833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010891876722736975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4821.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001088756596636907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8352.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010884879304542323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00010883201055164935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5498.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010880912377333057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3918.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010878120911356734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7068.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010872718690747812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1272,"viewportWidth":2560,"weight":0.00010868172702337654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001086717074703981,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9738.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010865312185614139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5699.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010864258763610692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9971.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001085944941126507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4455.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010858047944770691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7503.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010854921178855094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6314.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010854595379116002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5696.1355 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010853572702394341,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010851534035377514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2294.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010849571919318778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 EdgA/135.0.0.0","vendor":"Google Inc.","viewportHeight":675,"viewportWidth":384,"weight":0.00010840126119909375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010836114515893446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010832495957493102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010830605025473981,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2274.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010827187212384872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9857.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010826348682850221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010826033001542986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010819521310036255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9552.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010819360817559372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7096.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001081807977057243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0 (Edition std-1)","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1230,"weight":0.00010810433645819013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010809691371665207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4078.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010808883767903349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9681.1825 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010806927588084127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1022,"screenWidth":1688,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1022,"viewportWidth":1688,"weight":0.00010806245736890245,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00010803820329201623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6799.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010800262721906241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.0001079727714609107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8601.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010797002481711116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8346.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010794278209536765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":1600,"weight":0.00010789292443693902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3957.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010786832422273266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6062.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010786630707845452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3865.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001078491229659641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3721.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001078075576473906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00010780339329567065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2406.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010777923840770353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0001077789922902814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00010775089522660674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4416.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010774066649654899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010773183499411975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00010754626796680494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8763.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010751491534119822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":624,"viewportWidth":360,"weight":0.00010748837256256185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010748654253469655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010745562113041523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1510.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010744558236342728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4422.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010740972707776577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010736821680087735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5985.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010729607245055471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9145.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010724990386850977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001072305458337082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4673.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010719280581465689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3462.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010719027039381672,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9811.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001071842671381945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7693.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010717781696898304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010716216247940707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00010714299192393856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3596.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001071341828494433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6319.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010712156205208293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3060.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010711854887778942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010711688015097867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3836.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010709516168566688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00010708139871010753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":621,"viewportWidth":375,"weight":0.0001070746790247689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":962,"viewportWidth":1793,"weight":0.00010706138212953861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7128.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010704983606350036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7766.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010703047604431567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2249.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010700683143801338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9013.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010693195543286205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2378.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010690898900784705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6621.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010687114526876116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6337.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010684680108739943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010681138736247985,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2188.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010681013339027378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.00010680723226860292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5113.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010672181451971875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010670553828581836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3408.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010669010394257167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4322.1313 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010667614073531872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6504.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010667452582231974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4170.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010666343661965962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00010665852547967832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6280.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010656875476432844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4628.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010652443458879792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8905.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010652436527846885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8393.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010650846791027692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5299.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010650844365598152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010649741823904963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3928.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010648686066517007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5209.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010639593790885908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7357.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010639430017396843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010635652459886308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4020.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010635513827243547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010631524165310611,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000106300967884148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5976.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010625724804982541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00010624284013348789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":860,"viewportWidth":1555,"weight":0.00010623646357754907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":715,"viewportWidth":1280,"weight":0.00010620071086786734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7679.1151 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010617220059209014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00010616173087879217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2756.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010615350546947262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1539.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010609587222599222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7659.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010608744163706855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6918.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000106079862242074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3967.1638 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010607434886622015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7121.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010605640873394501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2623.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010603161810543656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3936.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010601027819070685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010600132793790535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001059616719921392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6621.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010594818473665987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5203.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010594684818008192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010592935351146706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7923.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010591706212975552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1595.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010590650128330135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.0001058985134414358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010587950619900724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6423.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010586100133550713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6065.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010582900299381855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9960.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001058079853984048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":1536,"weight":0.00010577911629166077,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.00010577413540662262,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010577313924525249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5762.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010577043431782319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4204.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001057689906442978,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":414,"weight":0.00010575383306000195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1284.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010574241509806205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7085.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010569902081374659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010569839012003058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00010568847093829667,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00010568504746112641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7182.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010565481252016765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6348.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010565478253056362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":940,"screenWidth":1783,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":940,"viewportWidth":1783,"weight":0.00010560491024994438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.0001055920096357634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00010557440237509203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00010555813011650411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":1205,"screenWidth":753,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1101,"viewportWidth":753,"weight":0.00010552769168855316,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3749.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010547159390026877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9700.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010542718167347683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6236.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010538320124195507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010536494051333906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2316.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001053628560554922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3178.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010535012257461216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001053182978493922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9001.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010531743972436913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2781.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010527542572504812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00010527139033702807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010526041163321831,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00010525203805473016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6700.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010523019855863726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010519684031687513,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3016.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010516686610201239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010516358432187643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8422.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010514292719174869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010513579151202652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00010513228367893293,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5088.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010508497303701145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010506771327180733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010505299702078112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1590.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010504076272797655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5370.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010503916704441568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9025.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010501076315027531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00010500159440996745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010499764568750783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010499496702996346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00010496147005109241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2241.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010495452353220909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8470.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010495000862928247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010494708981559135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010493493915476383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8429.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010491913592202348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00010490526995277927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1761.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001048984302699051,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00010489712610261835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6960.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010487144647501987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7580.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010487033001759125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5381.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010483747258142748,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00010483135798431786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010482839840293521,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":369,"viewportWidth":814,"weight":0.00010482751347956401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00010479562759219696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5989.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010478258014102121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001047162022781307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010471391938838542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1003,"viewportWidth":834,"weight":0.00010465817597783471,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00010459509356210024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1102,"viewportWidth":1996,"weight":0.00010457816878863047,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001045522019833093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00010452624493814992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1020,"screenWidth":1606,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1020,"viewportWidth":1606,"weight":0.00010451978931453758,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010451798968644722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010451264968705565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010450797044812277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3851.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000104476479795362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3193.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010447412069624571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3741.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010443578041141938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001042153057517808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010417905231513442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":761,"viewportWidth":411,"weight":0.0001041646550448009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5751.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001041473053515817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3700.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010413492996302406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3812.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010408389561666415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8058.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001040679963237955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":595,"viewportWidth":320,"weight":0.00010404858662564157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3531.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010403830628502413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7034.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010403451183238285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.25,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010401870294506604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":411,"weight":0.00010401537548489918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1083.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010401353690267891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010397523786153978,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010397044791462296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2626.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010396956070784679,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010395582139178425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3725.1298 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010385665925181806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00010383950236530358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.00010382691917946786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":792,"viewportWidth":1379,"weight":0.00010382241521732783,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010382210418963948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5807.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010381081431440257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010378743573455334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7584.1926 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010372681322731512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8630.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010370939098173395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00010369845244235193,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010367568550561757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00010367247438419061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8443.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000103660543392454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7541.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010361448270472645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1405.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010360085456749822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00010358768778135504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8297.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010357774295447422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7960.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010357458524343594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6100.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010350909232226783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010348946555817865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0001034809720779205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00010340542143881445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8135.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010340217574591192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":825,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":360,"weight":0.0001033899643916227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3416.1754 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010337946254825667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00010334634897827482,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2917.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001033203132698144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010330739513942917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.6,"effectiveType":"4g","rtt":200},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.00010327786320500117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2995.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001032698818994818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7513.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010326460513003203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7213.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010326137352002131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6808.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001032150325249565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00010316957691124641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4041.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010313686737203618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010310957960900904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8916.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010310436188583237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6905.1042 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010304316673954869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010303519160484499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8844.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010302442312064843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7967.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010294310173252862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00010293592457746907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1023,"screenWidth":1305,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1023,"viewportWidth":1305,"weight":0.00010292081885729059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9703.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010289918194224673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6983.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001028828131593346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7035.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010286564768063396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010284566091614436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":951,"screenWidth":1320,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1320,"weight":0.0001027961773258809,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5381.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010279327162607983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1072.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010276924431062053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3240.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001027650943216982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9839.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010276495304582477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1536,"weight":0.00010276053673185061,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6659.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001027429726327002,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000102721277569696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00010268521764246137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00010264698771251213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010263488605972862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8527.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010263067344038428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010262155737727792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4302.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010260385300319487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00010256813800807289,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00010256599430960114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010255740601521625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001025558288580302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2952.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010253885721177887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8143.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010252437451326297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":846,"screenWidth":1220,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1220,"weight":0.00010249618336869924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8638.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010249250869230842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8412.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000102459884199288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8785.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010243054662828527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4534.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010243018009381987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0001024284381276934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8822.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010240841594572414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010239946382216746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010237993815728979,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001023687588178448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9899.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010236500759169046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7717.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010236396013927853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2850.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010235466867501738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7258.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010234869206229258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00010234136931876889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7399.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010233597848872855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2163.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010232717458078222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7747.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010230497627703311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1280,"weight":0.00010227151779642836,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":763,"viewportWidth":393,"weight":0.000102262220940678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8985.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010225919550628136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3635.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010224864523382956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7825.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010224259005093688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010222315607875574,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1160,"viewportWidth":800,"weight":0.00010218814950226955,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1247.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010217634218111861,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001021558218580165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.0001021485521717654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6416.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010214618036982062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00010213162140963289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4788.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010210929956511874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001020773374672209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9487.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010207371516733012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":384,"weight":0.00010205266831016352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010203994076740792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2126.1816 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010202468793739757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010202236359673488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00010197627875673513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7102.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010190149036163521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010189171975091892,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010186911171211369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010185599346113566,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5223.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010184582658059619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3677.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010183341150942902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00010182453947803121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4383.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010177637639995725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010176451863112932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1057,"viewportWidth":384,"weight":0.00010175549324717156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.0001017452827710072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00010172311058537949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3216.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010168799959056138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5015.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010165263744109459,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3204.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010163487601501725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010160164203807472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":847,"viewportWidth":1522,"weight":0.00010158755115840668,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00010158461071466038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010158118371426804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2524.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010152764884782035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2115.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010150601909821964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010148262236080958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00010140582340685342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00010132857923926353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5797.1914 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010132540426757135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7868.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010127842569072299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9063.1256 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010122956092121516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2297.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010118704244962891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00010118481412741139,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00010115354113616589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010114164950425619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3333.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010113156631216076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.95,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010110723882200721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8875.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010108076962837557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9119.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010107268908307857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9854.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010104471891163387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010103929377163752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00010101686289113563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6106.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010100392615103296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9531.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010096285014297007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.0001009597040812106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":954,"viewportWidth":1366,"weight":0.00010091364828877451,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1210,"weight":0.00010091162508205537,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00010089412101066599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8040.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010084112391396524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010081957893560223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":926,"screenWidth":1108,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1108,"weight":0.0001007905780175946,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9527.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010074487066511707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010071703855732165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7506.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010071422686022255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1189.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010066364554243206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010059357277785725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5643.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010058777270261515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6730.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010055226501356281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3919.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010055191921723451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1038.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000100523110128612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7764.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010050911451821884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00010047940730957958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":973,"screenWidth":1108,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":973,"viewportWidth":1108,"weight":0.00010044820087912214,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00010044442589971193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6094.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010042860677834036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8435.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010042483250018684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8841.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010040806621915705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2417.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010040736262720489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8085.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010039427806728715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010034656888472738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010032637482221599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010031646879725311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2000.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010031256060176607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9478.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010029748266039983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4822.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010027361591881227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7764.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010017575979026195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8794.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010016991802085796,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":770,"viewportWidth":710,"weight":0.00010016172963225787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1724.1851 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010010552843040531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010007764279275865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3202.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010005207532471657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2969.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010003119974406134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1943.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001000068432921338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009997606988716186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00009997567313216091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9431.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009997165774443561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3521.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009996865639664102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1631.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009995837717850107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9950.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009993587558757609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009991231420142118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":406,"weight":0.00009990312665823495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4527.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009985102559206647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00009981440647675723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009981103145176582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009975719395506868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1771.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009975151539173712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009974458806473035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009974187686339216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":2032,"weight":0.00009972834078902359,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00009972456123323133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9304.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009972134172925944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3654.1417 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000996998922344769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2535.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009969226177554011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7052.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000099678326205935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009966992283588431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7504.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009966445755467683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7442.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009962852921134841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5453.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009960999214593857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00009959514997693134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4683.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009956589626721154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":993,"screenWidth":1033,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1033,"weight":0.00009954533560988812,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00009951527675389931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00009948434991214303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8150.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009948226114866905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7994.1151 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000994330312512863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009941778280340421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009941039908206172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009937027066210307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009935252122004547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009934710855151697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009934541897553405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009929238231319258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5942.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000992375372286723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009921352377957024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009919398114887604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00009918397687176309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5893.1864 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009916234540299037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00009915492039866098,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009912268691888555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8003.1869 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009908685486200992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7918.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009906332868664571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1546.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000989848615973261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8420.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009895024933821683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":751,"viewportWidth":1536,"weight":0.00009894878622975712,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009894755894493428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6754.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009892748386178618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000098918149542604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009891565060788988,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2060.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009890703608954489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3780.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009888800472337303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9372.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009888103917508365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1536,"weight":0.0000988754881822428,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1117.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000988478612930762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7849.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009881987357796806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6463.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000988136302359152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3941.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000987968311298611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8164.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000987645839489627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009874400951747667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1037,"viewportWidth":384,"weight":0.00009872879692233908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9916.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009866028529206588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009861721723751218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1421.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009860239722128119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":611,"viewportWidth":414,"weight":0.000098587950135703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6264.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009855912696736131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00009849132145084704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2714.1865 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009848586148067166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3451.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000984857115008595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6609.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000098479941628723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8802.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009847597669453446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4901.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009846878829712893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4620.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009846176176690737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2473.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009844467313833233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1352.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009841036845205289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":818,"screenWidth":1429,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":818,"viewportWidth":1429,"weight":0.0000983987072419736,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009837923223279902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00009834844843177404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4888.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009834801639495327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00009834487742484686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009832596724243245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009829447279250037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5585.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009828234712582752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2709.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009826462090905749,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009824912018847365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009823546845709329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":9,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0 AtContent/94.5.4984.45","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.00009822234748187033,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4908.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009819514601940877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2370.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009818962414633857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009813121843321712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3927.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009810291570598416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3436.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009809802352480187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000980956789845796,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009809410639814791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1848.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000980891359032162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00009807768655808221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":507,"viewportWidth":320,"weight":0.00009807146557117302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6277.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009806531673688042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9288.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009805934871138696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009805526640895579,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1661.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009801897733872653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009801511163321588,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3444.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009800261817858474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9879.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009798703579007875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009798091577055202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4588.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009797653301122985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4882.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009796774565599052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3954.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009796153932908377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":338,"weight":0.00009791374978366516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.0000979046579608491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009788968702343986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.00009787364633014574,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":582,"viewportWidth":350,"weight":0.00009785140379829071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00009783770406153767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5124.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009783094366707535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3005.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009778465642888152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7419.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000977782472031926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6794.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000977671888860484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6008.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009775663702671227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2578.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009775040597258537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4912.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009772760621955931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3266.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000976976894921859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6959.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009769003202986789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1497.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009763067856156341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9793.1197 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009754283229012498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7894.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009753430243802263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3201.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009752327365401314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009750947927531651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1937,"viewportWidth":1280,"weight":0.00009750541228345982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3960.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009750010952620077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1920,"weight":0.00009748749832856033,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009748205003381661,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9565.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009746757781785974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5999.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009745929276179806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2302.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009736843322605561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3881.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009736561165759137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":894,"screenWidth":1811,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":894,"viewportWidth":1811,"weight":0.00009736555419421694,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8311.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000973569626473984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8055.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000973508080985068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00009731652701546645,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00009730606667855523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00009730496322906143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5319.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009730137050684094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1266.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009727474678364575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5639.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000972394851476033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000097183593136953,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7710.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009714348512003953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1636.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009714017127557301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":776,"screenWidth":1411,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":1411,"weight":0.0000971243384960734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009710549565705177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9350.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000970920408721663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":615,"screenWidth":1307,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":624,"viewportWidth":1307,"weight":0.00009706854416607474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009704533357815032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2301.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009703646398760051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5420.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009693213823867149,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00009692294260637825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1726.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009690536356050473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7408.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009690422669385158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2275.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009689384276141267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009688974413815672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009688914433727511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8326.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009687737319269947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1063,"screenWidth":1813,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1063,"viewportWidth":1813,"weight":0.00009682764981681602,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009682402181372851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":688,"viewportWidth":430,"weight":0.00009681961315177075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":942,"screenWidth":1914,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":942,"viewportWidth":1914,"weight":0.0000968131015864202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3373.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009678293858007601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009678058217025481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","vendor":"Google Inc.","viewportHeight":600,"viewportWidth":800,"weight":0.0000967672349516288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2486.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009671665545731103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9146.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009664505696908825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009662598546970088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3414,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1220,"viewportWidth":1540,"weight":0.00009658659160381352,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009657398066764992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7280.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009655654311130917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009654676580199547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009653158663487828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6698.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009651717849456235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009650517295941366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8229.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009649351799476394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009649205959298404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009648044653144521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2940.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009647465456279279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1581.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009646672395114508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1294.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009644236238199822,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009642232037704898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000964120980453994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2071.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000963814547812411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009637073383472964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8613.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009635015055576394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4911.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009634856573562394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8722.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009628784699823326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.00009627280700746662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00009625962741168234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4044.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009625223868199137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000962362854358532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7583.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009623495281078155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1059.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009623035783529225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":989,"screenWidth":1344,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":989,"viewportWidth":1344,"weight":0.00009618476461371326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":800},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.7049.85 ADG/11.1.4839 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1152,"weight":0.0000961800179484179,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009616066382437912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00009609903512025748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00009605089415759266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1744.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009604346763656157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9668.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009603155811948107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2499.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009601907524064767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8633.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009600754345881668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000959910514017319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":958,"screenWidth":1591,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":958,"viewportWidth":1591,"weight":0.00009598496788562734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009597700857828575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00009590857486457798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2612.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009589605676274574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8229.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009589413476135138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4644.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009584646992416687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3442.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009582877294975389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009579560643473975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3432.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009577450081656812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1603.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009575577591235969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1036.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009573230598244996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6491.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009571547114477323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6101.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000957151394795418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6533.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009570719575383943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":862,"viewportWidth":1352,"weight":0.00009570291902464581,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2157.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009567803869276244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4658.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009563086253489177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2899.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009563025825489046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4780.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009560008639645158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00009553282217656132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":903,"screenWidth":1034,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1034,"weight":0.00009553268151878243,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009552437108752902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":412,"weight":0.00009551065278069325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00009548328450731442,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3915.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009547781002077689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1626.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009546984883916307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5768.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009546628832187364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6015.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009546605599670594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4938.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009545542781940433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009543782965386021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5427.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009542803811448608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000095422527427959,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4556.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009539201095183083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1754.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000953902377488078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1231.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009535369644282898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5304.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009529208906419787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5914.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009529161493017112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009527931254554632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4371.1713 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009521993966775799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1728,"weight":0.00009519098444426832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009515751427655461,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009514538222167639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1368,"weight":0.00009512616947824497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1194.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009512018865862081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009511921434781545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00009511051525024005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009507452652868052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00009504046426445546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009503740662133374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9039.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009499191803856734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1331,"viewportWidth":3223,"weight":0.00009498972533675684,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.05,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00009498451201893506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9909.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000949555768036223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9007.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009494251766314152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3756.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009491632648773524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1697.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009488966727588799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8161.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000948471426936622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00009481646579416015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4121.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009480225339523342,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009478329295927976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9803.1881 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009478234120258366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7659.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009477244092111701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009474513338074317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5716.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009473853698603513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5924.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009473438314612251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009473219409580936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00009472136964173725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4049.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009467547218327133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009466434146468347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7661.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009464795989302225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8694.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009462150308756487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1463.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009459606420299592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2648.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009458419324023252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":640,"viewportWidth":375,"weight":0.00009457181674937407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5391.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009456617781413457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00009454978778927447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1536,"weight":0.00009453141507463678,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5216.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009449687345676794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2522.1369 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009449504865156093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009443814641248104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00009441193262819745,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1234.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009440949265165622,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009439833145271183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009438557281034448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009431401373917116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":890,"screenWidth":1693,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":890,"viewportWidth":1693,"weight":0.00009430350404869412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9536.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009430077782710785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2634.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009421241764249776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5404.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009420890801809522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2830.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009419113786658365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00009416507984963964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4303.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009415803904591798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009407680591246823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1799,"viewportWidth":980,"weight":0.00009404130894292702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4042.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009403312557418613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":1600,"weight":0.00009402271850811066,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9262.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009401213844952864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6176.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009400696042572115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009398165825829787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9311.1601 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009395887431804464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00009395256583343491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3000.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009394575511947972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1464.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009391003334048115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1872.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009390848054432952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3918.1196 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009389826049480144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000938821701957425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1320.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009384517903789935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4030.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009383151733329204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7189.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009382251375965934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9657.1118 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000938199377685959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":888,"screenWidth":1597,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":888,"viewportWidth":1597,"weight":0.00009381547391656876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00009380663199577772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2736.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009380194443725508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4582.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009379789618761324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9812.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009378561478099924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009377081270437287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6313.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009372084397301665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4236.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009371080547624784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2844.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009369724278475948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2919.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000936911319339593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00009367830180684554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4287.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009366230064366422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":706,"viewportWidth":1422,"weight":0.00009362552715395823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000935958815708014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009359544922477703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36","vendor":"Google Inc.","viewportHeight":493,"viewportWidth":780,"weight":0.00009359166463662242,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009356910023835617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9111.1854 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000935567621469862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9774.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000935561785875897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0000935261757900243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2193.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009351713883529049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9929.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000935076469556911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8629.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009345745505253778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009343835931324206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009343180666919773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009343147341293875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2441.1788 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000093404977077316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000933944989280205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5619.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009339122172456427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8548.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009338150452030994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1022.1921 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009336041652837001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009330025233793503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009329078368050944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8463.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009328124707087251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8091.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009324331166744008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4710.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009324234068334865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5484.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009323981402375521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7080.1304 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009322193786025767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1758.1244 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009322173615577415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2705.1308 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000931849833085972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8561.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009313891437265694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":946,"viewportWidth":1920,"weight":0.00009303627231494084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4084.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009302747403166549,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009302123426779126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009300047190861803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9247.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000929920334469691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5973.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009295780581406635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009294023200580407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009293963395629826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2992.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009290092344857256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":694,"viewportWidth":1440,"weight":0.00009288217702203918,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009282856019537902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6652.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009279814170950336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009279416292527144,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8813.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009279197394492037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2158.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009279082902871975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7730.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009278294508127323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1111,"viewportWidth":2116,"weight":0.00009278265967586392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5574.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009276730864477681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7802.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009273538348751385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1826.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000926363152472011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4471.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009261910405107353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00009259393768517419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3688.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009259000604575581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6158.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009255718599770555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5236.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009250183913521548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00009247700978739511,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009247425263954302,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2250.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009246964824800868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00009243872376397375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6629.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009243299073988154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009240423060998886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009240060934660304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1536,"weight":0.00009238586679349803,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00009237421512981664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009237101338050944,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.00009236714711995818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9729.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009233134306080292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00009231298204046284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1958.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009230356892022144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009226614354826961,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009225848191070372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3165.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009222821180395769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00009222524550982981,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009220603168416257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6505.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009220557950078497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5070.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000921822778133897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5618.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000921113955737015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009210266649731421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2717.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009205037583029072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9875.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009203899921577086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5712.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009200139065245422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00009199025178873956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1134.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009197375054086155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4975.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000919697870974645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1512,"weight":0.00009193380727071477,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2556.1118 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009190538556569768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1111.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009188595644398282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7738.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009188580151715787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009188202290846343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4964.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009186630209882282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009186199821098637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.0000918046385647309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; SM-G991U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":360,"weight":0.00009177598944318409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009177269601991686,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3671.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009174170271653514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6251.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009173799526971656,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000091735578360103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8473.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009173093723391558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3578.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009171812898756971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7342.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009171208040130968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009170931219805618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1026.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000917053330550887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8049.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009169941993831141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7958.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009169858425104867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6374.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009169628889910281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009166688207334782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000916472256133959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1010,"viewportWidth":810,"weight":0.00009159028708663311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1055,"screenWidth":1919,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1055,"viewportWidth":1919,"weight":0.00009157762811250861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.00009154713953345233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5138.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000915367634053071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00009151217690916372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6086.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009151158835749278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00009148977209404472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3364.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009146890397143613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7963.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009145056758924018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009144938583165586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4739.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009143941935316602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1551.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009142736480361756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1704.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009142146408929621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009139206346966768,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.0000913660166869309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4811.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009133813381024497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":814,"viewportWidth":430,"weight":0.00009133593381806322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/363.0.743255906 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00009133339745973727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4092.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009131721115621906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009130094669534985,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5192.1851 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009129829568520061,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009129529149541933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009129239562757328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7798.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009128479896159406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1144,"viewportWidth":800,"weight":0.00009127048339799604,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00009126542290735418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00009113179111122986,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009112899273633781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.0000911056962191902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009106303974046961,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1818.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009102071800858647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00009101848105264412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7700.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009101306266171805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6018.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009101147498264875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4315.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000910013624389674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1374.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009096948646864365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009096594411078764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00009096560767354123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009094869167878774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00009094581148647499,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":824,"screenWidth":1789,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":824,"viewportWidth":1789,"weight":0.0000909294988254815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1763.1601 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009092013743683592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6212.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009091035192631288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8667.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009091008898917014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5392.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009090407192056493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2786.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009089835369465559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3879.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009087316588100652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00009086355974500425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009080808426399387,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.00009077615046596879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009076996913664158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00009076018807274174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9563.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009075931436330442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3321.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009075341458730225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1429.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009073547683219183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8511.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009072832239240574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1210,"weight":0.00009071889460916818,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1917.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009062132453897058,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9111.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009061614910780899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1726.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009061000567716633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7298.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000905981059596115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":866,"screenWidth":1749,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":1749,"weight":0.0000905789564073484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00009056777755471144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9969.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009054345247292514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":726,"viewportWidth":1421,"weight":0.00009051483861666872,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3333.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000904720206461644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7469.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009046201554722294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009045274757433968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9844.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009037153312980652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1069,"screenWidth":1429,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1069,"viewportWidth":1429,"weight":0.00009035557979472454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009034149807311837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7103.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000903299776552707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00009029723373880132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7312.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009026580302981657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":600},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0000902230273147106,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3221.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009022211900078137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6912.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009021146464539178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6097.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000902103503064673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00009019362064351878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9144.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009018352586445802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5348.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009014897879428577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8334.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000901451848474322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00009014316130046587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2309.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009013602242142812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1834,"viewportWidth":980,"weight":0.0000901347285564553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7081.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009013462405887916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009008961841136812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7106.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009008084584694943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9924.1585 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000900469806084853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5617.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009003637194596993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00009001310874133532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1838.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008998628929794977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00008991852914995844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.15,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008991523510909304,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5159.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000899073917571885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1739.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000899004039262585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.00008990010024638802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7657.1313 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008988771775113999,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/133.0.6943.120 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00008988036561182264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1154.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008987029076717326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8779.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008986104935158717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00008985485668430249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9533.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008983474451262831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5786.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008983293253289219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6521.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008983098924865165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2644.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008982523808478714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00008981282633829555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3287.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008975476287648675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008974629011036794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0000897234876312477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5569.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008971091328934299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2215.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008968814268994085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9178.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000896744719587373,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000896738826877334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2129.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008966998584095887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1174.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008964883714319113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6286.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008964746920917579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":811,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":384,"weight":0.00008962429060435405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.00008957561225308506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00008955289140230788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2693.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008954070276941378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9989.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008953987653113691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00008952642594552787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008952006290088036,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008951632794721335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7365.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008949550292178306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4399.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008948424175723278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5874.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000894519686758333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6838.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008943945320699803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008942109133651578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9572.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000894198835892923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1220.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008939631399859379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1515.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008933386189739919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00008932989941045669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1775.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008925359437410451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9071.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008924369440624899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1210.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008923754997965283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008922796132720818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008922771903058315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":918,"screenWidth":1650,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1650,"weight":0.0000892192873800865,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008921723898302592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4045.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008920506244248919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3017.1541 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008920503292073645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9691.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008920492628629625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8703.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008915109139057888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008913856382086258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1378.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008912620955183608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6586.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008908232166632179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1482,"weight":0.0000890637350102606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8744.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008905683635069476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1223.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008903912773013348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":1080,"weight":0.00008900850863737787,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00008899688339558886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":2,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1358,"weight":0.00008897456857209866,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008892313179398825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00008886961913122875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008882003143904464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00008880953258509206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":965,"viewportWidth":1858,"weight":0.00008880587108322901,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":1016,"viewportWidth":1912,"weight":0.00008878485183457827,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00008877689179752612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":612,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00008876745672276222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.00008876049599717607,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6919.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008874841921825811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5907.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008874555178248673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00008873324009408611,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1470,"weight":0.00008872598558774987,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1715.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008871944085056736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6617.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008870709706276825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8735.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008868277866976352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008861764376475795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7846.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008858323529553997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3992.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008857893605444399,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00008856580684955549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2279.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008855632986036744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7983.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008854292203686858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":835,"screenWidth":1221,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":1221,"weight":0.00008852805816011423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008851908293060605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1403.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008849469019134006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":686,"viewportWidth":402,"weight":0.00008849091780223241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6147.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008847982829854327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008847679339520846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008843777809190163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1074,"screenWidth":1128,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1128,"weight":0.00008843271914807313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9000.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008840095241287489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5578.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008838089654618642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3410.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000883758504290683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8457.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008835709673724673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6793.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008834826178425317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7550.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008831452009512938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4260.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008831082963906985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.05,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1067,"screenWidth":480,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":480,"weight":0.0000882888084893635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6382.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008828480374344066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00008828091671064205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2802.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008827312757575606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4787.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000882702668610315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1951.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008826981112746437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8753.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008826017468980056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8053.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000882521383560643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1672.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008822468320406097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00008821925702417995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008821275446591595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000881973222447938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000881958314677744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5627.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008814365290778052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4617.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008812936569164219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4436.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008811040206502439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000880994758924278,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3955.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008808446991440745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":628,"viewportWidth":1318,"weight":0.00008807899901840447,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00008807496752239767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5534.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008806890013439535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00008804748724969074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2702.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008804106646560917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9832.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008799139033406122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9066.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008798183757482308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4217.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000879680859921057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0000879527775360435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":3440,"weight":0.00008792030380776243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00008791744701586469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3691.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008791087565033385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00008785931275926536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2322.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000878463770770669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7769.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000878235167192611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1514.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008782320697654582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.00008772872180794176,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":414,"weight":0.00008771808052593155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00008770739215954245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3043.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000877038894571168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":970,"screenWidth":1636,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":970,"viewportWidth":1636,"weight":0.00008768431185507514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000876640855924172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008760453679880781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008759941781865181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8766.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008754758927697369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000875395231933296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6594.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008753949145902974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":858,"screenWidth":1049,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":1049,"weight":0.00008751439081277659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":598,"viewportWidth":1280,"weight":0.0000874956429350209,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2494.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008747046071555859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7807.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008746338539656088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008743748372539287,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":905,"viewportWidth":1695,"weight":0.0000873969158306554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7040.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008735555178939623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4769.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008734407897338069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":850},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008734046085903437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2499.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008732617104241544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6023.1826 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000872951291330174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000872796398093832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6446.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008726612362618653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6622.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008722675646291574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1221,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1221,"weight":0.00008722327600688541,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008719996174619966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6718.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008714932489920146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":904,"screenWidth":1913,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1913,"weight":0.00008713723427179606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8880.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008711018486316442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.0000870928944995174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008707633025514043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9837.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008707457750508341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1487.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008702320011435594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3018.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008701250589186154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5426.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008695485068696574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00008695408888455681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00008694789735976941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4655.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008693583231701463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008693089296121986,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":810,"viewportWidth":1080,"weight":0.00008682869640640764,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008681227352962568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7815.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008680053421990552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4838.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008679363956234664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":760,"weight":0.00008676170656035916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":662,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.00008675903505597936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000867500536122336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00008671950960712666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1541.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008667537449944006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008666545944622869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3995.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008665502349254641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8443.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008665006072512803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":375,"weight":0.00008661025800822691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4604.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008660359192380191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.00008653590976699335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":5120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1219,"viewportWidth":2386,"weight":0.00008653241389381748,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000865307114382276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2205.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008652899891255826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008651718923806501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3401.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008651123297297171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00008650087351735102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008648195656505583,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008647354464960323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5906.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008642178136218182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4417.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008641937329991485,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":648,"viewportWidth":375,"weight":0.00008640855732886741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4529.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008640720106055522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.0000863688063599135,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8813.1361 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008633678490549402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2382.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008632489008502753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3453.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008630995372407116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00008627068949356325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.00008626743977296615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9739.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008624070947750173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1736,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1736,"weight":0.00008620401275379947,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3707.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008616180648450867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3764.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008615745390139934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00008614253440109455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2174.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008613336920755263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008610394529285094,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1066.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008609552480667237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1499,"weight":0.00008608232795353243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9244.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008607532953077772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4621.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008606568563532474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2720.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008604884429828671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008604733386371253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7002.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008604491965181301,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00008603706506934694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5273.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008601877125094726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2567.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000860187126741785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":441,"viewportWidth":780,"weight":0.00008601772009274933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5173.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008599556257499369,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":1024,"weight":0.00008598640371500966,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008598018090367354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":583,"viewportWidth":1278,"weight":0.0000859747349872836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5020.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008596085225141518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6425.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008595421372813488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1037.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008595040063877754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008593502128839699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9300.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008592247179963484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1061,"screenWidth":1672,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1061,"viewportWidth":1672,"weight":0.00008590581630026164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00008590492377730565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2874.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000858961125780501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9406.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008588592069279867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4655.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008587742628103736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00008587654604958653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2062.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008585619582975458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8558.1045 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000858534034900963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00008583393511307878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6248.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008582306415873488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3389.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000858211064706558,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000858156711269271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6310.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008581495208535964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6669.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008579006507811406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7329.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008577820626658274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008577009351159808,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4887.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008574585490982226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008571326189465078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":814,"screenWidth":1192,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":1192,"weight":0.00008570587269858171,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000085677401119101,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008565220656249744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008563176154237755,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008561783420870623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0000856151965658207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7999.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008560653887227684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3602.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000855488999796316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008554610374738401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008553702331075902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8800.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008553415050218347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00008549081941135132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3982.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008548392043349323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2375.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008547505153872446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8298.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000854184413747356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00008541709695308898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008540760459353483,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00008530855133517911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6471.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008528008887774849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008526404546468603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5420.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008523081663334316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":544,"viewportWidth":1528,"weight":0.00008521470009402221,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008520228379684025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8366.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008517127490180758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9001.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008517066486782263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2627.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008513563991638952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00008507957554809939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0000850017777822786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.4,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00008498985091436613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6790.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008489260748672841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1009,"screenWidth":1261,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1009,"viewportWidth":1261,"weight":0.00008484655975367655,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":869,"screenWidth":1048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":1048,"weight":0.00008483421299643675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4392.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008482495070665919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":552,"viewportWidth":1278,"weight":0.00008481508032637898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5723.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008477400071335403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8743.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008474027969342323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":967,"viewportWidth":1920,"weight":0.00008471389698069713,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008468883281039655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5867.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008463989749389435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008463190988237795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6623.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008460654349842888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1304.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008460248757087274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1912,"weight":0.00008459043581609677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8998.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008458679038290655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6205.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008456116004855493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8835.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008454816235122261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7610.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008454166501893176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00008452942709762652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008451446848291664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00008450012945740635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.0000844807710132711,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00008447001454732937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5440.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008446773638843728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1968.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008446242486423579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3508.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008444931199171982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2540.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000844186446718293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8150.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008438736339191899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008436005430380081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2356.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008434764878617555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9824.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008431457463947779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3414.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008429723356937578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1068,"screenWidth":1447,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1068,"viewportWidth":1447,"weight":0.00008428878519209674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.00008424173635154099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1680,"weight":0.00008422031858262781,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1644.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000842142707830649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7696.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008420260461561875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00008416169507268921,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0000841105783543813,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000841094429971697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":674,"viewportWidth":402,"weight":0.00008409252740839579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6196.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008407879502405176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1304.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008407029307155212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3833.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008405113106777495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008404178861610626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":916,"viewportWidth":1046,"weight":0.00008404087525613852,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":414,"weight":0.00008403399054267001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00008399715602676681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2025.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008394845504831473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":781,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":351,"weight":0.0000839441494541932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1964.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008393146240768086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8136.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008391212219312425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1957.1141 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008389968515487826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5883.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008389483802921462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":880,"screenWidth":1633,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1633,"weight":0.00008387663666352214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00008386988649457201,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8526.1955 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008386860156232093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4244.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008386615936178023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000838634033934315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008385988943971296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00008385138397835868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1052,"screenWidth":1850,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1052,"viewportWidth":1850,"weight":0.00008384101432447288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4026.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000838118934483527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00008380941002506762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008380625173722845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":426,"weight":0.00008380590684748948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6452.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008375631978184678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9618.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008373607542620936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00008373250265317832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4558.1459 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008371606132849466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7476.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000837027717290007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":624,"screenWidth":998,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":459,"viewportWidth":998,"weight":0.00008368948673912138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0000836706587285797,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3601.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008365352273586309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0000836455477802452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00008363830650579588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008360239467400289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008359429286217147,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008356081302323402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008354845321644844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5024.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008354458448956678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008353751482015664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":941,"screenWidth":1694,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":941,"viewportWidth":1694,"weight":0.00008347042953487838,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5601.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000834408815401209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008343852648610346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2537.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008343441975764864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9388.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008342016343609835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7391.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008340056972583114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1249.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008338729692761888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4624.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008332826203751244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8924.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008327184655929776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4658.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008326051201895798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":1354,"weight":0.00008326049322614933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":624,"viewportWidth":375,"weight":0.00008321810819500686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1728.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008321566260123329,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4959.1788 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008321154588361388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3582.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000831886959322808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008317693911310737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008315014097505119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3532.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008313369132770495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9834.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008312026801066397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1847,"weight":0.00008309506242580873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":771,"screenWidth":1227,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":1227,"weight":0.0000830726485507001,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1956.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008304377350596869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008303968589615604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7290.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000830250888883484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1980.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008302474028658325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7964.1400 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008299278984319423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8068.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008296903021014119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008294591839849344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3089.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008292890574016987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9855.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008292368441494372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9005.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008291166592848456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00008288133819090414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1069,"screenWidth":1161,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1069,"viewportWidth":1161,"weight":0.00008287349881117721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5822.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008284707888052286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":1512,"weight":0.00008284253893472771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":927,"screenWidth":1082,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1082,"weight":0.00008283626825021888,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":813,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":320,"weight":0.00008282198621940952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008281701013762216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":981,"weight":0.00008281049590277475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7819.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008274238731732393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1071,"weight":0.00008271726226693313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3043.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008271573099102313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7095.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008271463231636921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/351.0.713349843 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008270558753306979,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7259.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008270321838519022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008269607739114041,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00008268754990805189,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2525.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008266693700714861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3431.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008265655152182452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008263950237772818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4917.1129 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008263725925321007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":786,"screenWidth":1397,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":1389,"weight":0.0000826218268322769,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4669.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000826213887596244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6746.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008260285022034243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008257374067901828,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":848,"screenWidth":1803,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":848,"viewportWidth":1803,"weight":0.00008256401139218002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008254231893936351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1712.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008252003333165371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9927.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008251936409674139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008250837758608209,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2279.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008246261761818423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008244123940318539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8267.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008243536698506359,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00008241625935536153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008241469653653648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2391.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008241027968360553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4489.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008239012727474141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8352.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008235582720708418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3215.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008231455689819806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00008229329528614839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008224831819102485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2743.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008220669808728793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8396.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008219829052071502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2459.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008218950009823776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3055.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008211477528140053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9512.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000821038310824994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1070,"screenWidth":1597,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1070,"viewportWidth":1597,"weight":0.00008205387679242532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7977.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000820395677493957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008203604193558092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9276.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008201782714659553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7907.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000820152911237571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00008199770943201153,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2221.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008197550674403138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00008197055606406647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6783.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000819685913190122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9107.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008195441001989752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6116.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008194860011649363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3025.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008194845648006433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008191539225343334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9076.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008191432191080569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7980.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008190827400720637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9553.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008189195926198341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4972.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008188246493739165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00008186143470896748,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008186136449065648,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8292.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008184216009645226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4238.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008184169050358063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008183295185984646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8692.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008183281415224242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":836,"screenWidth":1120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1120,"weight":0.00008180803523772336,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1460,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1460,"weight":0.00008180631102007792,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":986,"screenWidth":1709,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1709,"weight":0.00008179917832863012,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008178136460415052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1704.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008171930697676972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008171221747064657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1689.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000081683676475177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008167616283479648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2755.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008166301391949255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6546.1866 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008165881853437548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5627.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008162106862652437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1038.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008161143065984157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":842,"screenWidth":1238,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1238,"weight":0.00008160823043076539,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2383.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000816081140380587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2970.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008160182674627019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":920,"screenWidth":1741,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1741,"weight":0.00008158707090801049,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.0000815820074468661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2119.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000815707663630406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1812.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008156682892685271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1231.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000815635908822531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008155714770661202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7330.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008155334625668647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8781.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008154858376361867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008153329046760561,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4762.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008151785107685878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9987.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008149998807338624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9939.1774 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008149676564455133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00008147951515767869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008142482239938606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6086.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008135616223526747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3905.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008135003746258765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6958.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008134497597634892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008134313256873279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7355.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008131329646345616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9058.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000813027674804057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":954,"screenWidth":1103,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1103,"weight":0.00008124373347113712,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008124262223617593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5048.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008124157157018371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5578.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008123428422548144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.6312.4 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00008122717371532464,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":886,"weight":0.00008120948748326688,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1368,"weight":0.00008120075938083315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8860.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008119691174508903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":892,"screenWidth":1689,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":892,"viewportWidth":1689,"weight":0.00008118651672696364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2421.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008117419421497778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8672.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008114125825090725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1700.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008109987493998933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1716.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000810724870629612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9009.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008107059363660562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":1496,"weight":0.00008106956205345978,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8253.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008106408065120363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2744.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008106336387570747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4491.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000810512962093645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008103048686736103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1921.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000810274994132137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":740,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00008100490804268915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1607.1042 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008100372430897942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4346.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008098994718616194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000080988412127203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.2,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0000809795220976899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2810.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008096473994489424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1581.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008096153446120145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008091139195116342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":621,"viewportWidth":360,"weight":0.00008089749903117394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9761.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008085820690726949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1522.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008084010077036368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4886.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008082350116053391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5139.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008081698081300696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00008080770337770414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3704.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008080481593020398,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000807762772636865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3592.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008077577300357734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00008076071808522306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":561,"viewportWidth":1300,"weight":0.00008074392862966519,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6897.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008073557086629482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6075.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008073045250608562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9501.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008071488261123048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4808.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008069504033924838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2535.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008069174454871332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9998.1045 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008069160113787702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6847.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008067890043483665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":1397,"weight":0.00008066518460195301,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1072,"screenWidth":1673,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1072,"viewportWidth":1673,"weight":0.00008064801983576041,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2623.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008063921459307516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5072.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008062945797645308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008062042579053045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2362.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008061869857001778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7203.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008060660016734946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2455.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008057478910050647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000805658074261448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5034.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008052365223814974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008051871559869428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00008051715538055323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.0000805153339164073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7434.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000804957122629849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00008046842044408462,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22E252 [FBAN/FBIOS;FBAV/506.1.0.77.87;FBBV/714726354;FBDV/iPhone12,1;FBMD/iPhone;FBSN/iOS;FBSV/18.4.1;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBRV/717677729;IABMV/1]","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00008041792038151293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008037924895253639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008037525690758994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6281.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008036061678101824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7612.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000803595566509781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5747.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008035497717861423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.0000802801468283409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9865.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008027547505578102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8141.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008025788135730074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.00008025113458028262,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":817,"screenWidth":1201,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":817,"viewportWidth":1201,"weight":0.00008024911904840743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00008019887351336678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5668.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008018237718340093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00008017862742726882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":876,"screenWidth":1677,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":876,"viewportWidth":1677,"weight":0.00008017390614862557,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00008016294892487552,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00008013105232042361,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008011787726850298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8716.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008007451439344264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7256.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000080070674709917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000800670146669192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2740.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008006483695386704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4769.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000800537105755059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7598.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008005358535353843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3798.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008004627320901007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9554.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008003524631021069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7884.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008002212855286116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":899,"screenWidth":1387,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1387,"weight":0.0000800070454944027,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1679.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007999126946797511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5459.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007998864694222473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007997979543735055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8147.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007997808723449571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5219.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000799660031811013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2947.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007996082866556726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7695.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007995744732177955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007993991946537048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3270.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007991232914307608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00007988331238407224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6549.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007986744951010436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/138.0 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00007982881882358897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007977331857322002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1678.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007977181001200351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3340.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000797591284106752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8288.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007974293474558471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1437.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000797275824707626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00007972211894185111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00007970602010104896,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00007968821083241931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3302.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007968442733642859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9241.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007966666022609295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7632.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007966076140414283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":662,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.00007965746235809404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9486.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007963812015629279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00007962946406582313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00007958530434252989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007956672931133873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6558.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000795502977728291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9013.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007953729494199197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9921.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007952378890752903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5659.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007951729991427326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5931.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007951440120050881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":845,"screenWidth":1093,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1093,"weight":0.00007950878912315759,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":411,"weight":0.00007948872151175926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":1308,"weight":0.00007947999440667731,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007946848706732304,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000794519931609214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1967.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000794099021850995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1539.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007940927752297789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2640.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007939949814493748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007939856970788,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1117.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007929516123654458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7041.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007928550949413317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5884.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007925984502429246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.0000792499435203018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007920148726805424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00007919117549615089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":428,"weight":0.00007918758694819262,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00007918501858383858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2515.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000791842506933776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1015,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1015,"viewportWidth":1088,"weight":0.00007918033102352349,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000079143696160175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5104.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007913886527313716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6219.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007911074447544346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000790771029130893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5341.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007907544713804358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007905424335483903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4748.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007905178835860913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9653.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007903289673948181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1515.1826 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007903148974367679,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007901812703783229,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00007901122747313591,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3574.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007900573818806407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00007898089232075068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6428.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007898047940291868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4040.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007897533939703358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2583.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007896105485313562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007894782928643217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7445.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007891761680802278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1045,"screenWidth":1235,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1045,"viewportWidth":1235,"weight":0.00007888243407669623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5145.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007886264888698163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5941.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007886224167109768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6255.1169 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007883307990846362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00007883095903019411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6431.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007882995762290217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007879961422902688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6980.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007878505888572209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3725.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007878223948061003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007876154433126913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9388.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007874913085253148,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007874179006811443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9124.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007874165800178046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00007872297092901932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00007870534345318996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7408.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007869803368757375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2874.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007868340967256355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00007867653975579662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1408.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007867319552535667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00007864524115654961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000786230692393301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1378.1231 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007861564599961931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1399.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007861245399071816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1726.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007861213615468112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3924.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007856151376580081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007852615075444244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6731.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007852571009293948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7538.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000785047881506034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6108.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007844742970863757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1019.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000784367837533142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7962.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007842334781764662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007841331030434469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007837029074260658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1244.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007832936219562022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000783164072209395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9570.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007830551360290355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6586.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007826823926701026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2496.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007822628452753626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1923.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000781142482226945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007810472855279151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0000780750813402452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4926.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000780732763141179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1632.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007805878333263734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007802603541072924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007800659586640973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007800598122360638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4826.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007800028900034321,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007798654828572881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000077986447349109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8877.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007797573278760749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1298.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007797328844152019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1026,"screenWidth":1609,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":1609,"weight":0.00007796731143535572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9622.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007794682694434261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00007791526711522953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007788812740088575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7184.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007787911010343771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9345.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007787849693862803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00007784751502659223,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1720.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007781729062364932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8860.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007779206424123179,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007774595337028721,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1946.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000777169063578408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007771136868378974,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7374.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007769916217542564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2914.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007765513524473434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9636.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007765306135246018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9942.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007759913376548063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4748.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007757097147590328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":428,"weight":0.0000775408346178951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007748943848117943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7659.1471 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007748626492715917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3917.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007748011863348995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00007747467817807564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00007746100701967386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007745971188789555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1707,"weight":0.00007745647860953933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":795,"screenWidth":1568,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":1568,"weight":0.00007740411421598086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3773.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007735263297775075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2958.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000773465203356888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8889.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007733182303434055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007732352315274427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8735.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007731887782310553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8212.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007731372830732388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007730424799017174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000772765986365989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8363.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007725504951622782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4450.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007724646763757433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4757.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000772249881767394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6127.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007720158020631142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4449.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007719227232971095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5598.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007718127291509886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000771417336251097,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007713841324925704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007713725711669834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1414.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000771013672556972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8610.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007708032196551344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7175.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000077033876700038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00007701380803099729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5120.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007700423953677083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3833.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007697642723427498,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":375,"weight":0.00007693632766116721,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007689049528658153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1896.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000768714013503376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7017.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000768627314319683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1640.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007683630969605048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1668.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007681883680259801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5489.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007681364875157927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9799.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007679789222825921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7586.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007677539788592172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5700.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007674639740272656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9055.1352 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007674215963455752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007673739482651878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8946.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007673715540542206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1725.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007668208096599565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007665521867809785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1688.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007663016964403647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":1180,"weight":0.0000766269924198418,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6054.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007661737553036909,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":946,"viewportWidth":1712,"weight":0.00007661516849888624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00007661413681717526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00007660258311287073,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00007659419323779606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00007658947463730275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9340.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007657672861767538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9284.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000765740216440303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7720.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007655556455973806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3884.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007655147534941098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00007654290565980518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007652710539443646,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007651372764221954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":411,"weight":0.00007649597548120851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007649529272477483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5868.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007648350464162202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/121.0.0.0","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00007644657828106554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007644022704333478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8944.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007641015987248494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":544,"viewportWidth":1266,"weight":0.0000764061410510644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":393,"weight":0.00007638312830277698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3200.1373 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007636573037160658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7882.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007634349280057614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3534.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000763386351069268,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5712.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007630583010021188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":834,"screenWidth":1381,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1381,"weight":0.00007627310710273747,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000076253355634843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5898.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007624893481337544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5376.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007624319993627519,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":1080,"weight":0.00007622449973243116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007620632473003611,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007618183806215542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1912,"weight":0.00007618114482190164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1844.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007617997084583628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7246.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007617885217582969,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000761387864726817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007612636356548295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8614.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007610246324136496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1920,"weight":0.0000760769517177813,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007607508467055473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1 Ddg/17.6","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00007604218273405467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1778,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1779,"weight":0.00007603164895116747,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9020.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007602708699028658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8126.1501 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007599564780534628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6361.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007598221928869818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2898.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007596124204716553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4294.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007590078293571454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00007589992146676047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00007588567981221578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4278.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007587296747812476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3407.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007586657014040229,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":837,"screenWidth":377,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1710,"viewportWidth":980,"weight":0.00007584701197469568,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00007582255177894672,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7251.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007577557442153729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5267.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007577480556804987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007577315082233003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3624.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007576189034637167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007575978981123381,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3880.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007568209053558704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00007568201564116685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00007566843861247549,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9938.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000756561617172799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6719.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000756497358099183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2509.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007564302858448387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00007563724764890339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1942.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007562764264225653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7465.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007562511870940549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6967.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007560554665354341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9772.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007560505770302277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.0000755738135835914,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9112.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007554458212728387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007553401394024848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":414,"weight":0.00007552630511274527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007550211169087246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1109,"weight":0.00007549389828144598,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4309.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007549050157131245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.00007545932130108042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1592,"weight":0.00007545291028493376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":6,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":1112,"weight":0.00007542758209035984,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007541589884198748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3144.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007540536923018156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6435.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007539976947611474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2074.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007536597899104937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8970.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007535436980918696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9770.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007535073603706601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2695.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007532784504283882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5854.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007532525684268236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00007529038294047552,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1441.1826 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000752499857553744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4111.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007524408247154412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":387,"weight":0.00007523463748625265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5254.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007516750488184474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00007514525203447876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6614.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007514445958284881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7608.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007510652211663322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.00007510617110513117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007510581876240325,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8718.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007509813646612064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5137.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007501014580422995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000075003245107562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6747.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007498757988191372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5418.1792 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007498297555087815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5555.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007498283555568826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":898,"screenWidth":1228,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1228,"weight":0.00007496662414114168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4790.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007494650880757707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":800,"screenWidth":1561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1561,"weight":0.00007491791319385537,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8082.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007487351258503998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3835.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000748471725839413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007484221537524106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5874.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007481411915119637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6242.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007479993072197937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7746.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007478832064314885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007478150880008433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007477906038717846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1087,"viewportWidth":1920,"weight":0.00007477677285654287,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9102.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000747468730338261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007474498667645388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00007470608271144289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7168.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007469539458675321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6334.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007468977165550916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00007468334505504072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4436.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007467284448567471,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007466376186079778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4899.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007465753470309173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5613.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007463799508225773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1675.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007463303314123475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3570.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007462964205093754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1072.1624 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000746166397352875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7104.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007461540866408708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1931.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007461287050028585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 EdgA/135.0.0.0","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":411,"weight":0.00007457048179497291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3494.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007455755699046037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5370.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007453269088674457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007451055517525812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1366,"weight":0.000074496698114596,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6496.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007449553079600689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6540.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007444339554606288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3987.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007443950197460112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6065.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007443727424082759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2262.1382 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007442768869279661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00007441389405655063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00007435810557762762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00007435620608486261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7618.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007433982952636675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":985,"screenWidth":1885,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":985,"viewportWidth":1885,"weight":0.00007433512292302682,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4795.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007429820801356008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6830.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007429660397099558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8579.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007423385880007533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4564.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007423347498552601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007421715245037245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000742166702067152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2310.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007420561246621053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007419191116573831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7003.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007418880293544138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3528.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000741732860593697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00007416023566674615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00007412906008847384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007411588905381855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6379.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007407525524845616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007405604579847279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4796.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000740460152237061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9293.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007400700369530415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5817.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007400384337516973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2611.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007400050590999171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000739998809135101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7480.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007399127503218694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1636.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007398435363280552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1029,"screenWidth":1907,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1029,"viewportWidth":1907,"weight":0.00007398205168790573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4063.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007397855736323407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3977.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007394715054415294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6334.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007388052566585505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007387426345099038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00007387076247399682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7849.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007386285921891868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9905.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007386130572821571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00007385236177690258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3250.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007384315491023319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.00007383104636603813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2845.1466 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007382742841289832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6415.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000737788027258534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.00007372996967498096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7066.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007372438805451146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007367517669733137,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":704,"weight":0.00007367146387051571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2056.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007367080193473797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7534.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000736274866484155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6050.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007360494140739453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0000735836862765717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5345.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007357933000701318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0000735738729307569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007354239530823222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6089.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007350870885313627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007350218308324929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8828.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007348385885759594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":872,"screenWidth":1837,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":872,"viewportWidth":1837,"weight":0.00007347861441136231,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8259.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007346732344621036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007345523205597042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4079.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007344405363409429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00007343497274110704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8258.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007341291775933593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3513.1863 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007340392629482343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":1470,"weight":0.00007339196845208878,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7021.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007338701787135055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5383.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007335747326961148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8486.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007333465145566045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6068.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007332474260458509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3778.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007329674763596629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007327896175544617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2103.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000073254877594168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007324704016423103,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":359,"weight":0.00007323457994036594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007322873771080648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1039.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007321574861391864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007319611196901266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00007319327314409526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2972.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000731852915709215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007316109603866237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4252.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007315279503529616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4662.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007310627900949056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8217.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007308607198258859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007302610344361462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8793.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000730244821742616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3146.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007298497172073565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8698.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007297064484685594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":888,"screenWidth":1279,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":888,"viewportWidth":1279,"weight":0.00007295702212582582,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007291935669597232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00007291579474854718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.00007285806138325735,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007284088487388317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4178.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007283884842137887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9173.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007283828577252375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00007283307752625686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007283195627964569,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00007281338643955513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2024.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007277003941977548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1491,"viewportWidth":980,"weight":0.00007276846083458428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007274623903423395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7126.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007274310826706055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00007274063656107128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"3g","rtt":400,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0000727299458647318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9919.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007272792842298623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":351,"weight":0.00007270076614520176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007267153288130176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8613.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007265071240109871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007263613940485334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00007262813464313846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8222.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007262775790807214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000726178804663282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7399.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007260698966696119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/355.0.723646882 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00007260467346959457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3225.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007259752101831823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007259751735103932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4831.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007259123209468986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00007258717325603932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5939.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007256925887027582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1285.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007254454722550988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9228.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000725402559527743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00007253612289287369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9087.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007253448115986998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00007252945171936991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007250674340551914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9741.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007248814728511663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3351.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007248040133498423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007244438061425604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6510.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007243415093797465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3922.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000072424005450252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007242293065055925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00007238416041922756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.00007238293005814388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9147.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007236049490905375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8107.1866 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007235496952519458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1046.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000723490563660645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9561.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000723433773356838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007232846761431376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2386.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007232768300553443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000723041186149181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2322.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007229863857168139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4592.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007229617469493076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2883.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007228873852783117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00007228079033654897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5231.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007224238277699348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.9,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":656,"viewportWidth":1280,"weight":0.0000722113587113506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7586.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007221071204038611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00007218263293758713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4185.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007213368036344086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3643.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000721309723353229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":412,"weight":0.00007212110508557763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3059.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007208813009322614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007208447077133222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3148.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007208232558916121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3423.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007207650750012837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.000072073389670079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9543.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007204505641918964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1868.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007200825215091795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3926.1872 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007200183217694806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3878.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007200113301278804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00007199830437708788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":426,"weight":0.00007197297496456962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9243.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007196138926352216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00007195249586559834,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":1034,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":485,"weight":0.00007193549365370761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8315.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007190866287936306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":1438,"weight":0.00007189638578447212,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6209.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007188076653780541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":392,"weight":0.00007187539556716622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9146.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007187448890250067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1506.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000718734057099779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1440,"weight":0.00007185862971523691,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00007184901836186611,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3333.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007184384507699671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":624,"viewportWidth":375,"weight":0.00007183430904649657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":833,"screenWidth":1711,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1711,"weight":0.00007178292311227085,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007176519717306205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00007175101401578984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5289.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007173661175126604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9390.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007171676522019402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1540.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007171240113100526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00007171029838392579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3486.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000716769759414072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000716760395394339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5606.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007164823372169987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.00007164580328426839,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5344.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007164119252379937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6133.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007163796108192787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00007161040553480023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6274.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000071610080301566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9680.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007160488010381319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8120.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007160457513495029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1050.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007158915730112385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007158627481919113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9985.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000715708063497842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1609.1037 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007153673023125597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4107.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007153510365459871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00007152950785081609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1236.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007146837812737318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00007146770265560674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8256.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000714606437930724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8802.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007145938782466868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007143143117063004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1627.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007141782242744633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8757.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000713819777025964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5280.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007137914348687225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1073,"screenWidth":1713,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1713,"weight":0.00007135416468046262,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4462.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007133319439003094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00007131630769544621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007129871638071454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9709.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007128148545941313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":765,"screenWidth":344,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":343,"weight":0.00007125575474578709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4506.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007123899631296205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2044.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007123791988868723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007123316464969508,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007121255089872556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6769.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007117641943435442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007116562216134786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1763.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000711507416922762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":968,"screenWidth":1639,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":968,"viewportWidth":1639,"weight":0.00007114602508375299,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3614.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007112355948718972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9269.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007112097789888667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8885.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007111956042496342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4137.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007109951859036177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8947.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007107895385388555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9297.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007107371417677364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1710,"weight":0.00007107058831724313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007106778558222613,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000710643681940136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00007106089647760966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1379.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007102572473883026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007101937551692026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6770.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007100266482756303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3320.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007099220181380093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007097329029920342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7088.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007092884226809566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9187.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000709200784940483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.0000709065873038572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9688.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007090534074301068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000708980496761354,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.15,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.00007088116596914472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007086297289258794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9267.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007083347225214938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5530.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007080836085086052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007078683810433787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00007077814955473621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":1360,"weight":0.0000707740792599437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5497.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007074334863680773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2087.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000707258212353271,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000707235301514003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3277.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000707173384800322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3240.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007071113238830238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3553.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007070148983470244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3005.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007069615171378401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007068430791183481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1110.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007067843564148299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7890.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007067793196269782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1829.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000706750644808348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9205.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007067231712284235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00007064370279379994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8344.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007061798590710536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2234.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007061153693827065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007058914314956001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":964,"viewportWidth":1687,"weight":0.00007058445710673067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1781.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007056488946575428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7060.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007054791631493171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9818.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000705467837562468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.00007054296189530476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3933.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007052877546593047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5630.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007052376817922291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9121.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007049879704009331,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6800.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007046355945681076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000704401771162071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4860.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007041277762918059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3944.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000704113188888089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007039677814653769,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00007039597064122035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007039065047166211,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00007035598662445997,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3969.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007034923916477616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6842.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007034658634725696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8861.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007033668632706147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7681.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007032680308036166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3201.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007032411639102023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3524.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000070320206865931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6902.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007031536377217636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5400.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007029036245136531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7339.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007027938878887315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007027051486109217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8899.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000702679015914172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1147.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007023872762541284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8703.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007020872250448204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5942.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007019183098519051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9221.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007017243094212601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007016896916499326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2159.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007016076095681245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1547.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007014939917383533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00007010356977356712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4674.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007007835532551957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":411,"weight":0.00007007387839535407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7588.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007006288865191041,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00007005974662701697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007004299570561052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8488.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007003825314795847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007003379099457276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4210.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007000772350472681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7519.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006999182044437733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006997641006487619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1029.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006994256146163747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006991803510390534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9112.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006989570206882888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":797,"screenWidth":1628,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1628,"weight":0.00006989460421772314,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1629.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006984849165171844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00006984846515631993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.00006984035993051479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006980225546649521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1409.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006979716678280616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9636.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006975961206727513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1263,"weight":0.00006974633265118545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8605.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006973174571770203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00006972863375811479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3299.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006972063863242944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":751,"viewportWidth":384,"weight":0.00006971514315645654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8732.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006968885375148033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2011.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006967808850123975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5167.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006966860795179924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000696611477492797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.00006964267026359073,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006961786347003992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8558.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000695750877485096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006956494693396021,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9428.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006952962229209455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1362.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000695268166306968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00006949752043160207,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3610.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006949547558559128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5972.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006945338543093366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006944666768205854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006942447435179536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006941653546724287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5076.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006941275975337986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00006938242947004956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000693750569679005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006937253532060421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2352.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006933313275167097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4444.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006932609271500387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006932455926029766,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006932414060827814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006929187619211376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00006929140714240009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6656.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006928820835075522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006926336720596768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1612.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006923856941629678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3545.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006921430894183367,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.00006918821399041755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.0000691773410387061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1063,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1063,"viewportWidth":1088,"weight":0.0000691498748233724,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6975.1140 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000691306066636297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":543,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":543,"viewportWidth":308,"weight":0.00006912422291691263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":411,"weight":0.00006912239719548374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006911554057553077,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8818.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006908651346620966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3303.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006903998901704944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6787.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006903868217873413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3591.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000690354700620726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00006902110384766064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5261.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006901993244550403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":411,"weight":0.00006899481859732137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006897516186392947,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7674.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006895391605687836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00006894878630152414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00006894817157572627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8287.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006894779840512145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5398.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006894479475587375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00006892933131162778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006892769580125148,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":390,"weight":0.00006891807083812589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2870.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006890586163246617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.00006889420978164097,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00006888390417720839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3551.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006887515577222302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4593.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006886240771641948,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006886030871971758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1333.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006885054480758573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006884389480241283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8738.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006883653320094713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6279.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006882622010095639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2462.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006881735616205349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00006881030734124386,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006878232079552565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9122.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006877384957527032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5369.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006877270829544745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006876666472568354,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006873510230795375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006872500440953756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":658,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":384,"weight":0.00006871836496796265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006870761529341429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5905.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006870256150812681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006869094002046554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006868549466204219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5597.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006867753344936428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4946.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006867122120296597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1049.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006867073931014325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.00006865209657751063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00006864835189704424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5351.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006862652241350227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1439,"weight":0.00006862365746021075,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3815.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006860069342430599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1589.1541 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006860011246375753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8477.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000685997567066883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006857970893232838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8533.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006857959247588581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8950.1334 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006855647908914646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3022.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006853895434593115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00006853208175641448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6073.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006852866481390264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00006850396206203167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4646.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006849500855463717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6795.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006848774016970638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6094.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006848402312672606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00006847029737144528,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1464.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000684533000088168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006842900616290367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3091.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006841981670001211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00006841197015534514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7134.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006836336612328337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8735.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006835515764354636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":902,"screenWidth":1049,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1049,"weight":0.00006834001083727635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4005.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006833144700891933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4438.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000683181914897596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":767,"weight":0.00006830585472117756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6659.1863 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006823784857087168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00006823223551255478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00006821879564546381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1840.1100 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000682080249287637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6750.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006818525187630636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5121.1790 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006818460814853783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8348.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006816969950400282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4410.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006816621170207552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2134.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006815642002434007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00006810141703046049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6732.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006808703083405296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":906,"screenWidth":1243,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":906,"viewportWidth":1243,"weight":0.00006808535024950507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5050.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000680834360931574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6959.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006807615477093891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5055.1845 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006807258113784925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006805089716664115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3831.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006804581239881001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5144.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006798808677344302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4960.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006798325182270748,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006797572468737468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006797512556328084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1042,"screenWidth":1716,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1042,"viewportWidth":1716,"weight":0.00006796012738712776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2620.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006794594586953539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.00006792806427763567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6812.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006792628083335622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00006792046347541367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8351.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006788225521101336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2708.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006785340956183843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4675.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006785010761155947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006784312229260392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8470.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006782928378383393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6101.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006782798459009388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5619.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006780069961106356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6401.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006779416627431472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00006778671248241153,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8682.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006771556144570012,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006771286292711426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006770758381167941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00006770352540256778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4618.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006769808212080793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00006768357643407293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2198.1207 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006767578728973649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":1024,"weight":0.0000676581812111631,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":828,"screenWidth":1659,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":828,"viewportWidth":1659,"weight":0.0000676200580741387,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8187.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006761519921516437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006761103757636537,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1255.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006759279522920081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2581.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006758831326428245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3079.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006758713394132146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00006758086137314414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006757516174336079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4109.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000675630387008427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6701.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000675629809274357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3584.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006752357371090795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00006752119593082323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6510.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006751507844476683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006751495607047832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4409.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006751475050144147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1929.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006750207526649371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6407.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006749286978902686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006748503899202185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006746415477247864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00006745051233125481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2494.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006743739920658135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006740203892476108,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5780.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006738653222438495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1330.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006736994139926267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8475.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006735429151801197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7089.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006735035441884033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1894.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006731851375877758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":1080,"weight":0.00006731757580601132,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8428.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006729867659195608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006728226643534298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00006726824147366925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6794.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000672520836326986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.0000672484534742514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00006722773694409184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006719701278185104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2202.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006715459524856664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2229.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006707273658413354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006705312594139125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1410.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006704488815407758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000670404160405111,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00006703420548221022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":825,"screenWidth":1784,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1784,"weight":0.00006703078756126375,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000670262256514042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1052.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006701966316130876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8136.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006700243219803227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00006699087319770903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":1470,"weight":0.00006698674353940935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006697346061019828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4871.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000669287347157196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006692769670780694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00006692437365338452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7079.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006692099999171102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9643.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006691134605687487,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006689796561936742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6824.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006689207650898251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006689001684587122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5830.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006685554781832754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6861.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006684480974927371,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":993,"viewportWidth":571,"weight":0.00006683769103145802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006683319764117128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":643,"viewportWidth":1366,"weight":0.00006678973012109309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3958.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006678961070632557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2189.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006678919474900998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":616,"viewportWidth":375,"weight":0.00006676106564111237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3534.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006674755974003034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2341.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000667377437940912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00006672903291160215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5029.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006671706785769492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2894.1522 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006664271364636548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9772.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006664050363857273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7162.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006664015101520673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2939.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006663939246158138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006662357341014587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006661896980719559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00006661354278222567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8636.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006660597817509118,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006660047831346305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1268.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006657752585301835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00006656992672634914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2754.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006655945195373817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3573.1884 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006654377858730132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006653959856837235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006653511331449632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":811,"screenWidth":1328,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1328,"weight":0.0000665074128492197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006648678173659702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006646053876493425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4405.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006645542694011961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000664537069729012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1964.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006643874989989392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4743.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006640931144884234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4258.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006640740087774668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6793.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006634496509307562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5145.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006631692668650713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6346.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006629264589012457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8768.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006629047258807469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006628970876743763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9042.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000662889033906169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8895.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006627940351864285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8535.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006626730183831298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":875,"viewportWidth":504,"weight":0.00006625756903457201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3560.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006625660142708906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7065.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006623862257901366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9158.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006622050670358836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4501.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006621558383110744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006620991484459849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006617868259780084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006614863139564072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7581.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006613273923493246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5887.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006611548001529937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000661103054026318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6106.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000660602163700271,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000660477301812832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1039,"weight":0.00006603778612873648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006602709851904338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7113.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006601377356850704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006598867323053064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006597753096465519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1943.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006594742108751804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00006591426785616907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9043.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000658904275303471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8042.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006587000667071921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7934.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006586514139781278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4295.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006585990577902296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9715.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006583225676574106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000658225601461893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00006582158453943448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3982.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006581232282185406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4452.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006580845729181028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9653.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006580206500853805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2406.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006577212424618309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8438.1047 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000657615146875246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3400.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000657465532217622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8201.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006572021749885192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3698.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006570705101141925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006567148813893317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006557751826469543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00006556429157797838,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1289.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006555546609782684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8784.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006554441702738056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006554374322923515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000655298795763697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006552873431099246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006552269600636292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8525.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006543277067694302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006542616625745661,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8826.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006541589324756288,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006540333143635825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5176.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006540284167708067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00006539916290037991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000653781834166968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7682.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006537739525045852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00006537669255703957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8339.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006537150022568239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8122.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006536887040928489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000653687895439605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5518.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006536827101746089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":591,"viewportWidth":1280,"weight":0.00006536240817879613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1356.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006531806746558858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1470,"weight":0.0000653171741938083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006531071573496118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1502,"weight":0.00006530549080337533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8472.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006529733192886544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6528.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006529632153742205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7387.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000652846702123313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.0000652686243198454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2761.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006525883058355745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2734.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006523809929746656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8048.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006521994225892675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5647.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006521688727317521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7912.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006519990737938521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6670.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006518795625303342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9943.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006517855856291203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7352.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006517147016158848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3329.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006516683492832802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6699.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006515063189795356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5691.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006513257844334468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9124.1245 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006512010822390789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1269,"viewportWidth":1032,"weight":0.00006511139766991598,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5886.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006510045935912994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":683,"viewportWidth":390,"weight":0.00006508819378203049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00006508282697393844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8164.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006507489309619714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5689.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000650464484391295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000650429064821636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4325.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006502809894161911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6100.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006501767773536257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006500204571188209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006499051307476955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7062.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006497228662664778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":820,"screenWidth":1370,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":1370,"weight":0.00006496453097959583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8307.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000064943499979326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006493906145017433,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6863.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006493831330977945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006493108877335063,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9096.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006492985555577038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9770.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006491709028147257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00006490557668488854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006490167067297743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6590.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000648884770252349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9316.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006487811454648362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00006486411441463228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006486395465894001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1625.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006485020954249078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4727.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006484098368574757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006483129478005595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4032.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006482653971193357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00006482616237709318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.00006481701047898378,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006480763200659009,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006479479485733989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4659.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006479034493590206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9220.1308 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006477983326191414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":392,"weight":0.00006472972402840245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8874.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006472885998198698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3731.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006472800811190443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3085.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006470202624896465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.00006466693760564547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1059,"viewportWidth":1708,"weight":0.00006466061416672784,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9125.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006464074405268949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2367.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006463280899004462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3496.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006461657502438209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00006461453781021401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6643.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006461244512138142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2302.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006461196529003258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3035.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006460811386823941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006459343674729895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006459104719616049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8105.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006456235484677502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":402,"weight":0.00006455795525762375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4250.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006454975183767254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9571.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006453642362744414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006452522962054679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9914.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006452320217585256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4978.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006451816516397277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00006451581530168008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6982.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006450409361041089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1180.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006449372339570364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3572.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006446368304307952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006445973600295307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006445086815933757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006444476629317695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9113.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006443578063060252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6729.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006442772171052874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6943.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000064413681153644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2183.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006441124830083076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00006440878107345461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5450.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006436971662326714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1955.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006436280404324262,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006433913457257915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8457.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000643364669441898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006431558568577808,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000064279553788568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4388.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006427672617129709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1949.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006425838976003041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9768.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000642574843611297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1758.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006424591900861376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006423511945333147,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1210,"weight":0.00006422764366456932,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000642251066636815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4749.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006420574511721206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00006419653657727257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7056.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000641757950921935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006416082057774481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":830,"screenWidth":1476,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":1181,"weight":0.00006414988483045078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006413657505338529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006408443279332767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4130.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006406056994256614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006405786990921689,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":977,"screenWidth":1838,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":977,"viewportWidth":1838,"weight":0.00006403602629916767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1449.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000640287784311737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4309.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006401555329439689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2250.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006401388376104821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9940.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006400966018113241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.00006400347265767804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3487.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000640017220296325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5916.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000639921746403705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4524.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006399071048177243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006397926368082474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":830,"screenWidth":1449,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":830,"viewportWidth":1449,"weight":0.0000639760838369323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4160.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006395926038508936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006394942138982089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6093.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000639248132663982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006391626550873818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7572.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006389944496424509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3068.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006386885834647017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00006386096715957897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1276.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006385899931449722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00006385555219258215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8115.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006382832448865991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00006381518611560497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006376728632101417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7711.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006376631756441796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6706.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006376460800350896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6936.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000063747048187925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006373744627998554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9691.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006373248161148127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00006372856304290825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.45,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0000637237426071418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1683.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006372308395534565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":307,"viewportWidth":750,"weight":0.0000636975459946869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1980.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006365731572705925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4693.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006362473424396516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3345.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006359857934041791,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00006358738630181652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9733.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006357333275909724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006357118039471939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4071.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006356649731079749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006355408400883221,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7113.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006353995827711458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":1400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006353918080533163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006353036600892046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00006352406899041256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006352062776239806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":971,"screenWidth":1291,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":971,"viewportWidth":1291,"weight":0.00006350621079580533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1643,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1643,"weight":0.00006350237391461676,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.0000634858874786775,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9745.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006346393146440662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4832.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000634464359642184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":975,"screenWidth":1388,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":975,"viewportWidth":1388,"weight":0.00006343918153011039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00006342869734888665,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.9,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":384,"weight":0.00006339557133038308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9603.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006339287679046129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6896.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006337772023598554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8654.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006337012821671414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00006335734794505096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006333934723093526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6595.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006332429636290997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006332362530421172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5797.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006330514311868488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":846,"screenWidth":1833,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1833,"weight":0.00006330340450779132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":867,"screenWidth":1567,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":1567,"weight":0.00006327125233468258,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006326194649383165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006325763693787292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00006325412753652934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006324431682668731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6831.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006321126189113234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1152,"screenWidth":825,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1152,"viewportWidth":825,"weight":0.00006320991691837334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1053.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006320382972646421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7293.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006319139278947414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7120.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006319082131175924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3194.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006316607184358205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006316499802860573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2735.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006316254869435822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3795.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000631508539200949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1904.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006315002765175704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006313128189277216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6636.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006312624701300893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006312412898000026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8866.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006312379647654922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006311849099721562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4468.1881 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006309060065805316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006307968852652578,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00006307038237686074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":402,"weight":0.00006303769653264698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006301633052308325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000629871026863592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00006298692990039746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":716,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":412,"weight":0.00006294333046625871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006293676939649378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006292691513431102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00006292267770750495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9729.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006291276727533044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006290768520288961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000628745922908945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2359.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000628734075828758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1570.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006285052883584664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006284174394380629,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6051.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006283713630341083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8477.1397 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006283525987191898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9515.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006282240520209627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006280363376050606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1707,"weight":0.0000627655177943501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6958.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006274274359189425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7923.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006273730730589257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9894.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006272398290938084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9778.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006272125117087784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5502.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006271383403184831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1440,"viewportWidth":2560,"weight":0.00006269952214391638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8206.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006267543338957658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6319.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000626691195082484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006266788734210197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8346.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006266713016075079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4989.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006265518468899271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9738.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006265479365687863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8985.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006263148479572545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006263125565964859,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5539.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006261989347124942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006261272291243346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2558.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000625905165194655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4384.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006257347830531171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":886,"screenWidth":1838,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":886,"viewportWidth":1838,"weight":0.00006255766229235653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7951.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006253665985968017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":962,"screenWidth":1239,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1239,"weight":0.00006253665461748255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00006252622805713541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000625002117587699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5403.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006249952546337276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006248926165140732,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9935.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006246786570666666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3124.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006246330480565773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9666.1823 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006245392026963202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00006245228467588659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":390,"weight":0.00006238073977685178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006233247137352559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":911,"viewportWidth":1537,"weight":0.0000623311306627884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":963,"screenWidth":1606,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1606,"weight":0.00006232039418702268,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006231810401695695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5994.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006231399338151497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2289.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006231325803268345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6091.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006229651907291081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1049,"screenWidth":1608,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1049,"viewportWidth":1608,"weight":0.00006229592473221933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00006228384497471151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6560.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000622836739997181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4703.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006226899387849187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2130.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006221975212401511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1207.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006221197953761003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":428,"weight":0.00006214479805301054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2594.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006211867097248924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8025.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006211799491094363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4304.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006211791594318184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8158.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006210797831799135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2328.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000620993836975351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1024,"screenWidth":1029,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1029,"weight":0.00006207894271877958,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006207582834852804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006206985640747897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6967.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006206687839504972,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000620595382993066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006203437587766983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7781.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006203161365505608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4517.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006202044596622652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7958.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006201373636349052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006200479386237053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00006199609490127753,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.85,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0000619814571160598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4825.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006195256680880807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3695.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006194546944040206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00006194077388892626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006193275644100668,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7735.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006190850332561432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4293.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000618960360446056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1466.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006189051531503583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3624.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188643442873926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7018.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188578461566113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9551.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188425573665953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":763,"viewportWidth":1440,"weight":0.00006188399099820121,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006187682277756395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000618751754307743,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006186591451948956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006186511142448577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8803.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006185700153885475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006184648648841743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00006183640537648699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006182813714504018,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2841.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006182344396887827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":857,"screenWidth":1823,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1823,"weight":0.00006180722358564993,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00006179275546292351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006178826700015309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7144.1263 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006177900650829879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00006177896213410457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5996.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006176689776503217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.0000617649446562571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1063.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006176267082413323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8003.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006175948526907802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7083.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006175558172340453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2235.1117 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006173317413629151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00006173252964869018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00006171410748979492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00006170955947871875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4946.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000617050793016299,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":711,"viewportWidth":1536,"weight":0.00006170146936851623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2620.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006166051100297507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2278.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006165466929307646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006164421657687667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00006163411915993371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006161778982526822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5718.1352 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006157115938753175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1970.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006156691276471949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.0000615372512120547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8535.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006152745154082247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006152469015979816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00006150024150475954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":320,"weight":0.00006147327901078411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006147233231183157,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2494.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006147169756023262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6639.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006147137044946385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1081.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006146326271923949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0000614234877274723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006141838300965437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7859.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006141152041539438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7442.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006139791436486928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1063,"screenWidth":1186,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1063,"viewportWidth":1186,"weight":0.00006138296293359171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7623.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006137187784563998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006136878098520934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006135092713840956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4685.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006132605834412744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5556.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006132429264490937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3170.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006131541569906311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3908.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006130473368768227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3304.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006128772299328537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000612502094904573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.00006123090853446001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1385.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006122503264826472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4060.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006120791358854862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006119765005190685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000611608879739232,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":945,"screenWidth":1511,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1511,"weight":0.00006115667016022337,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1896.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006111277472434595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006110345131994045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006107711006747553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5618.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006107376211772638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006106251627721941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7621.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006105289456283597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006103093375793637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006095918721052912,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000609432449669342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006093612565046192,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5443.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006092403675109874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9478.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060915426490932254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7463.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006091098129794787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1200,"weight":0.00006090264336288751,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000608948137012856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000608703899200153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":550,"viewportWidth":375,"weight":0.00006085969986622233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.0000608515950102955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3150.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006082996555704006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8960.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060796909682812475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006078588189893578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1107.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060778193923413446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1715.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060769601438515026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006075127459408531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5523.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000607412212445532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3695.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060731291280729556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.000060710664216330856,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1315.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006070825413581181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2283.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006070450795143377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006070326188408074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9442.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006068652731286695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9434.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060680698661719944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006065749352183958,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7151.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060655372773451946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6051.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006063946412985843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3420.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060626412808563515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006062247555370349,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":934,"viewportWidth":805,"weight":0.000060610179119869054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4302.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060563561764678174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8190.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060559622842768837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006055675822236433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006055568120034726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3435.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006055441051017127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9976.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006053990593510275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5053.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006053426604840844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006053069081778978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2251.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006050478122460332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6706.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060502811327572465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7822.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060495587664524515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006049101581722598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000604691840433481,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000060446972348579614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":411,"weight":0.000060444180456946416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4327.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006041891308634737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7177.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006041152154841007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4484.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006039987551501995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7704.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060398753073475615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":1025,"viewportWidth":1158,"weight":0.00006039582608778447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00006038699951438521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1084.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006036758994905465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6231.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006035559663398072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8021.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006032204631227472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4255.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006029893497497244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00006028353175946114,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6307.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006025607050130788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7069.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006024744905928335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.000060244286688522756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1570.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006024390513569254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6118.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006020326650795223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006019571869405397,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3416.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006017949379426905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1569.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006016402614538642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7709.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006015721321787734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1974.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006015421364902579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000060152289637309805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006011244648995047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2917.1516 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060095280978681755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006001571903718234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6834.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060000261896785645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00005997612990732085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.000059972637679314396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005996073890705966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005995751914741676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005995667589196498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3323.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005995605829482712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9508.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059954857930958496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005994669880202671,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8338.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059899664322801986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00005988450853089633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000597953321057176,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005978544636362465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9179.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005978308030317501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1015.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005974971237183511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.000059744780573963724,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00005973827964156373,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005972137185570254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7388.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059715281257158846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4257.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005971394454676002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2326.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005971240359256061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2866.1336 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059709630750281954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7035.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005970901401862057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1040.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005970864532392274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3512.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005970149270612445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000059693262807357764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1132.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005968930283980794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7892.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059687316913725087,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00005967744580426742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1245.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005966760521531043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7303.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005966382493788082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1222,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1222,"weight":0.000059659899349609554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6030.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059657764456177446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8898.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005965745231295999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1688,"weight":0.000059629099729565726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2267.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059614868936206086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7163.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059612772629241135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000059608197924409896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6512.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005957736534543863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1513.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005954397433636722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1709.1762 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005954363981159645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.000059524763294074635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005950588029844321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3849.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059503291348454845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000059476975794735905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":402,"weight":0.00005946774259917923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005944601941599418,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000059413857641904755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3107.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059406951507093955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5838.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005939223703683436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005938900095556012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6196.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000593832723137475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3053.1298 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059372903386958515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1796.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005936466912897641,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1112,"weight":0.00005935723158695495,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2567.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059341712310717836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005933675413381239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000059336653076000406,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8480.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005933249178624572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":747,"viewportWidth":1536,"weight":0.00005932864834826755,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000059269667046443964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00005925166710846431,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000592274357983482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6429.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059216196487911516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5097.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059212709704049626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005921213788598707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000059209616166882086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2953.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005920741786289961,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6851.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005918785028556621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4877.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005917584285190556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005916811198733943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3375.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005916247002539087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2206.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000591602803824028,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000059152280999128404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00005915191266318073,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000059136306681555576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":778,"viewportWidth":459,"weight":0.000059112514205088075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7885.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005911101377709947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9441.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005910998503604008,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000059097063202007884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3171.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059092521913875496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9476.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005908630968128384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005906255654771299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1140.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059017619931143774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6372.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005901265657317505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005900900875541388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6702.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000590051010462221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00005900480696338295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7200.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058993180323008643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6961.1433 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005898617653327916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005895392984649125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9726.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005895245057907273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005894303791894618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005892502906237203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":787,"screenWidth":1760,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1760,"weight":0.00005890596956435665,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9969.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005889411456206826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1516.1685 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005888584148780803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1002.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005888472317836717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5790.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005888086491915461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058862078926670815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1512.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005885842987138125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058856327925283967,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6483.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058856081072774233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":891,"viewportWidth":1920,"weight":0.00005884578947627934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000058828307981509944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5591.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058826923390492116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1025.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005881361444846844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2275.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058808439066742304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005880806102612215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1012.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005878898404324784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000058763587299582,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.000058758221988731144,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005875238611089592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3552.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005875138022785905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005874974401051916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5512.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058749735061461504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5527.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005874471838453768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.000058738239635822774,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00005873338310687652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":999,"viewportWidth":2048,"weight":0.000058724681892435247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005870781437639532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":822,"screenWidth":1674,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":822,"viewportWidth":1674,"weight":0.00005869719796159016,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2376.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005866180515165818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005861819427351149,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8203.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058606485064255676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005858800503838879,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":821,"screenWidth":1285,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":821,"viewportWidth":1285,"weight":0.000058586271889649674,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00005858460251063222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8370.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000585803323050092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005857914605546752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4092.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005855607242711451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4863.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005855333939210625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.000058531396287595864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00005847112206698432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1074,"screenWidth":1537,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1537,"weight":0.000058461315937394534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.000058427243762651125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5620.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005842564737317495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9226.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005838373921930568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005835869561977419,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005835479041927805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6798.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005833976023070797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3091.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005833811198903127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000058333603771881496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005832321547961906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2966.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005831087237879551,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3994.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005830465632820825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":784,"viewportWidth":1507,"weight":0.00005829139670283418,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2759.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005826891362327703,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.000058268181166569416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3320.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000582548108589053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5426.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058240881200564766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3180.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005823942659357541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8978.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005821595611760787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4071.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058209753674540716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000058205738047619306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058184236872023105,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1541,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1541,"weight":0.000058173901064164906,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000058155433799171926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005811619103131852,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":850},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058075904833823673,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00005807362846129212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1879,"weight":0.00005807014258616762,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6352.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058064304266077663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6332.1561 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058060765222057584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005805321199383049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1320.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058038102913448273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6171.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058019265306966034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6476.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005801485833656942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8971.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005797618246960742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7453.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057965365936993426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8027.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057934411467717664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4686.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005793137458762631,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4123.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005792609736899613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3886.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005789838794258467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":567,"viewportWidth":1280,"weight":0.00005786179449479298,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1080,"weight":0.00005783556445872289,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9935.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005782989154914141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8663.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057826649477401776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6697.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057823024405539416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000057803715792651295,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.000057789889714780276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000057767303019612506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8774.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005774336634339275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9179.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057719734489187015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9339.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005770959918077754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005770748567670951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1087.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005769863091231019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.0000576963469200573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3918.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005769482514330725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000057688756817793155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2337.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005767345313442973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9075.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005764365888796996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005762757080038105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5459.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005761291253558363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005761168986441756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005761103533709469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3325.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005755940692890688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4167.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057556459710321116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":700,"viewportWidth":430,"weight":0.000057551521575221515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6698.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005754502090114277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8041.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057515433227739375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1136.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005750560519509639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000057484094057766716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1310,"screenWidth":2328,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1187,"viewportWidth":2328,"weight":0.00005747631921987936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6991.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005746953632509738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":1080,"weight":0.000057457353058349255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005745067114735576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1352,"weight":0.000057438925311881934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5576.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057438063621531825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005741833147782956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2797.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005740619057831735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":1536,"weight":0.00005740259886380282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":639,"viewportWidth":1194,"weight":0.000057397272998038204,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1974.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057395140107297456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2215.1541 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005737567879228562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000057362586345824864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6976.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057350675558819224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000573469861392024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6545.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057345379186687895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2149.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005734518570990108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9425.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005734493107495834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000057334893004240436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5864.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005732048073108271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8733.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005731988814635909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005731921993902329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.000057308663242726765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4208.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057304107701985716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9755.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057286732331173486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3460.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005727946392502408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005727124367121849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00005727046434601309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00005726630391934504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7098.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005724702548630873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005724217318525799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7756.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005720755813152815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1431.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000572045085663307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.65,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000057168870460351936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":991,"screenWidth":1068,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1068,"weight":0.00005712407748584873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5631.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005709304322053133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8851.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005709070855755546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8934.1872 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057090024226001045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":845,"screenWidth":1289,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1289,"weight":0.00005708448904703725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1037,"screenWidth":1220,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1037,"viewportWidth":1220,"weight":0.00005708416332412961,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005708198925700477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3909.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005707949693976837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4305.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000570712742580697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4889.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005705664659027327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8990.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057054474878479075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005704503059399107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9567.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057043885066979195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4165.1632 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057032298868678414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005701794259504351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8792.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057007790614771904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1808.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056999531195976895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000056991160932209925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5622.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005697380293395104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005696985972316949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7483.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005695821920295535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7363.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056948599321240406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3164.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056943234147296055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4963.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005692569759294499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":907,"screenWidth":1230,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1230,"weight":0.00005692498107755322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000056912466450289025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8063.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005691172851261862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2609.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005691157377591326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005688395920871685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005688249050133123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6201.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005688121122519898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000056866690760091854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005685782614706385,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":976,"screenWidth":1458,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":976,"viewportWidth":1458,"weight":0.000056855748715146756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8892.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005684348344548714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3113.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056830062463393876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":392,"weight":0.00005682426577061941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00005682319363680585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000568189291745871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6317.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056784455715810605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6557.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005677723774146751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8939.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056757834212698566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":782,"screenWidth":1753,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1753,"weight":0.000056741245766497896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8527.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005673927843867918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000056700835069038925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000566950102220211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000566786825302279,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.0000566515101712458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5394.1480 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056643971901329544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005663937841777793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2922.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000566317442897112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6394.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005660433515211189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4858.1599 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056603468999444546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000056601957094421114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6792.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005657459040197234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1152,"screenWidth":4096,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1023,"viewportWidth":2048,"weight":0.000056567935838651326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7041.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005654599748037537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005653097749922741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2989.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056508221821194485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5128.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056501091692092334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000056499271658181934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":432,"weight":0.0000564623452677026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3105.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056460450842289565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":336,"screenWidth":756,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":336,"viewportWidth":756,"weight":0.000056458656732138256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5528.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056418524266955695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7774.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056408191096236924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005640471272902496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000056402882877068586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1012,"screenWidth":1871,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":1871,"weight":0.00005638150430176779,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1085.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005635756986352224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.0000563512991222469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2397.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005632868215025305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2899.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005632681768514973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9870.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005632285869929056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00005631789006032746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1277,"viewportWidth":2050,"weight":0.0000563088360084348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005629582958818081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.000056286326128358236,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3562.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056241346831687406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2574.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005622812632401569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5884.1926 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005620155502035301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7805.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000561834481744032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4696.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005616343882314143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005616246814515722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6775.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000561579888862641,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000056146236306155485,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000056142943340865335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7710.1297 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056136435370572926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5285.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005610229071684084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005608093561954766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000560608781833864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000056055143966431615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7727.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000560477504120968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00005604606718070724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.000056040515233108015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4579.1187 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056036734863061004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2693.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005602762156650935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6835.1046 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005602493797227959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4331.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005600818702847886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8674.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056006419002480944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4282.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055965157180504015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2073.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005594909458948155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7579.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055931640777511425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005591323891271296,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005590711205267697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1006,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":411,"weight":0.00005586504474246238,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005585962078671307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005583664084112795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2035.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005581583562242774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9122.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005581311290351783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.00005580444194443725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7108.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005579152867972188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4830.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055766532524930634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7758.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005575159909715442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2591.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005575013731296423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1847,"weight":0.00005571673625183989,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005570503048399834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005569786126710833,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1 Ddg/17.6","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005569327057362071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9180.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000556902530800417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1464.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055661948921344186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4511.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055636675829045044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005560463767590295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6261.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005559998557166966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1002,"screenWidth":1391,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1391,"weight":0.00005559889722911597,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005558839099482792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0000555779899153338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005557037352966015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5935.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005555948162045233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8913.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055555920824753944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000055550075867349134,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005554756900582255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4589.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005552759436365201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0000555243301957613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3923.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055514887255727565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000055503125067869906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005550131632468711,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4564.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005547810834624184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1966.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005547541536179129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.000055473062705768525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4156.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005546643843781243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8263.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055465052414892046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2979.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055460812074552976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7409.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055454029052085486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7707.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055448065793584206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5252.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005544408819508843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1411.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005542257053631716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8323.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005541244982813428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":1685,"weight":0.000055396254903982914,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7089.1575 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055392243352293667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00005538491086110405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005537855507129683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8968.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055372588253622684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3624.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005537089685849615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1007,"screenWidth":1745,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1007,"viewportWidth":1745,"weight":0.000055368270024269264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000553663547726787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9675.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055365970497153855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3232.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000553441726477439,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000055330000782639836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5927.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005532084544251045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2567.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005531358372127656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5100.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005528973594662758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2574.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055281892895576915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005525192710476691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7995.1774 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005524727301266529,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00005523943280125054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5375.1803 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055238485182161234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1299,"viewportWidth":2539,"weight":0.00005522211511492317,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.000055222017909656296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000055184092627139525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4727.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005517805072117709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000055170540438871716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4433.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005516472982926857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3228.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005515213241270872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005514651054570886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9747.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000551361001258435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000055135498684364026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":936,"screenWidth":1187,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1187,"weight":0.000055127918174842705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3832.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055112868156359244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5926.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000551104412601543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00005508463915552541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1110.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000550685585937803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5368.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005504570902915768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9521.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005503198249122948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3879.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005502568943787126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1235,"viewportWidth":1830,"weight":0.0000549865250010329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005493591190547901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":692,"screenWidth":1229,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":484,"viewportWidth":1117,"weight":0.00005493009063933437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6745.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005492932464675694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000054926560598856855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2704.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005489083026533629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1207.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005489046482503959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00005487298176291854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7404.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054860769634191745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3150.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054837931647057546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4291.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005478499778849099,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000054759390793370275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1658.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054742750951033655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3183.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005470741357352228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8990.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005468329738428853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1980.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000546810815121554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9580.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054672999473709966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1358.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005465922179986321,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00005463085287800839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1109.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005462515476832088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5438.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005462326411428769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7731.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005460358200779893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4230.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005459767103838606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5575.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005459475289590842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1131.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005458937725981409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":606,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":360,"weight":0.000054578004296029134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6706.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005456163499460079,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005455818295352042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1034,"weight":0.00005455604355959942,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3702.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005454795942644221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005454667757720624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2150.1869 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054540997302526034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1619.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005453124330884369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8883.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005452947433304856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1866.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005452617311687484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3191.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005452472207230842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005452345989497532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005450022534694371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000054491469360288846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5240.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005443691199666187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9600.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054430271415496976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00005441723383224377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5509.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005441074754171054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00005439514902197833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3695.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005438238222018767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":555,"viewportWidth":375,"weight":0.00005437900870066872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000054374885728933867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00005436551420555398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3161.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005436119015214072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2469.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005435637332375312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8896.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054342998363329395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":719,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":412,"weight":0.00005434049030612388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6408.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054330032464000275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.000054327081072505815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005430457252332782,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3081.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054278258864459265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":402,"weight":0.00005427135006187618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1032,"screenWidth":1035,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1032,"viewportWidth":1035,"weight":0.00005425714170793721,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005424146686931443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5844.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005423389211925177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3154.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005422865725579932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5472.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005422765311071226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9158.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005422688991990349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1337.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054226480206262537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":1080,"weight":0.00005422601832305823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1347.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054225277753287204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7451.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005420091416047317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00005419590335243884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5109.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005419371777837482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000541733624377822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.9,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":360,"weight":0.000054163142023607145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4589.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005415591502557886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000054154636996376596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5308.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005414964106255131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":750},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000054142857041542015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6877.1152 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005414241724540472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":615,"viewportWidth":393,"weight":0.00005413876932525273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6147.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005412934364637664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7881.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005412231107166592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000541205549655144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3928.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005410579245060593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2094.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005409229267745572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005406881026975903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4261.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054067705344718995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":505,"viewportWidth":320,"weight":0.00005406049081255459,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8714.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054020265995427535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8725.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054008006383683345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00005398527441340157,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.000053955501959040205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 EdgA/135.0.0.0","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":360,"weight":0.00005392889956532712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4398.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005387015776100426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1671.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005386313254526212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1687.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005385199468198138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5463.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000538146637650935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6804.1045 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053786115547393346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":544,"viewportWidth":375,"weight":0.000053779984591712334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000053771585770319224,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4139.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005376815110239463,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005373666957698871,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005373200747091738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7094.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005372706066527282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1950.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005369679049306597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":601,"viewportWidth":360,"weight":0.00005367873973941707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6907.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053645829833112245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 OPR/89.0.0.0","vendor":"Google Inc.","viewportHeight":613,"viewportWidth":360,"weight":0.00005364487450246381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5254.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053618595565149105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1914.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005360243786427858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.000053597374126089655,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7066.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053596865997663404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00005357897743506637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.7049.85 ADG/11.1.4828 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1706,"weight":0.00005357886648861895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2091.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005356884492884538,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000053559046732172636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4300.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005355244990592842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000053552312607638944,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2991.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005353935823474892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005347431113307675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005345836623342666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3097.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053428289260983084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005342823459420242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7856.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005342198817250097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.3,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":997,"viewportWidth":360,"weight":0.00005342064725805238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1348.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005340970472545915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2644.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005337310954171483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005335957059775527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2402.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005335935181639401,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005334713791706786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":848,"screenWidth":1837,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":848,"viewportWidth":1837,"weight":0.000053345592236969086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3500.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053345014269120524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053341569869863575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9092.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053340673240596106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00005333793231865283,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00005333010007495144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00005332082531340392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8213.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005330508869785292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053303152694823156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00005327020451437346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1278,"weight":0.0000532654644728267,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000053263165232601644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6971.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053245940848076506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4275.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053234140670173974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000053224043005992516,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.000053216430826889565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9405.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005320454905694148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1800.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000532039361904724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4641.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005320385546143592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5282.1382 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005320115700045711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3455.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005319217614806052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005314908538372729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1012,"screenWidth":1646,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":1646,"weight":0.00005314357300074482,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5186.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005314083043689476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7682.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053130406963598455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2979.1361 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005305733883951559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00005301835874358959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3052.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005301793080415037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005301202265709586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3815.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000530098069630406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.0000529696491520121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":868,"viewportWidth":838,"weight":0.00005296231094554215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2894.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052961890579670756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":853,"screenWidth":1668,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":853,"viewportWidth":1668,"weight":0.00005295209410984421,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":393,"weight":0.00005294476402137298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000052903009617407014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7628.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005288920790663919,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":790,"viewportWidth":1080,"weight":0.00005285544214730843,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":783,"viewportWidth":411,"weight":0.00005281804224219601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005280442949928121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2074.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005279987604250057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.000052796011229451905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005279405034687123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000052782172869162396,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000527676382189915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4070.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005276469589729249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4314.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052749814717682586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1098,"viewportWidth":411,"weight":0.00005274160531707152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005272837555802323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1656.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052718020848108734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005270261390925847,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3377.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005268878920680314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8919.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005265868970733745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1194,"weight":0.000052655588493748344,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5872.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005263912963572866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005263458815376391,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005263301841822883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7911.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052597001614922034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000052595174418915326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1991.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005259173719444026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1571.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052586737506265965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3896.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052572327322748466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005256574517328922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005255358854443062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00005251277536132769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6924.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052493134234759146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5797.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000524802986189924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4281.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005245148323271378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.000052449573524571603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5299.1780 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052432415537740056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8442.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052415495900350635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005241036869901926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00005239264851681771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5204.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005237872504561204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000052374492726243795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":606,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":360,"weight":0.00005235925054120748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8165.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005234820682964985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3162.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052337270965877805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005232123421522913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1352,"viewportWidth":2560,"weight":0.00005232078911647465,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00005231839300610444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1055,"screenWidth":1107,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1055,"viewportWidth":1107,"weight":0.000052286530009288675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000052274276479706596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3408.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005226855728861517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7080.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005223556425333196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005222459930490704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8299.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052221668307190336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00005221639259818229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7628.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005219237383710109,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":430,"weight":0.000052192133029923893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6622.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052162057309352386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005215996330777211,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8175.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052128347895714664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":1354,"weight":0.00005212616803133438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9235.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005210824777055198,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000052087981136170116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":448,"weight":0.00005207581648679049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005206649942007813,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000052062046491751764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9028.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005204779218270689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.0000520407568693197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005202654559749169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00005202301812234619,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5454.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005202058646570249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8251.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005200816204176225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9726.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005196690248050736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4718.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005195673780944444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":411,"weight":0.00005195511703162292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1866,"weight":0.00005194280699094503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005193052049434199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4050.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005187602729139487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8320.1397 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051867560825852836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":871,"viewportWidth":1743,"weight":0.00005185839150982066,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8640.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005182107570270954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7381.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051793705436100116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8723.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005179167321466787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3039.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005177193674235278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1252.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051765255949318214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7466.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005175869524039912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4974.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005175760062427754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005173769836601428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3699.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051721441659036846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8490.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005172062415819745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1898.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005170253799056425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3671.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005169903407866845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6682.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005168740949888007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4822.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005168316603668992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4620.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005166799521797305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7301.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005166164350393609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.00005165915162744958,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00005165856932063467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":810,"weight":0.00005165350080968197,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":432,"weight":0.00005163846192718998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000051635964534372764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00005163142336542123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005162565375408949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2175.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005160353495069205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000051587954953016124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":968,"viewportWidth":1728,"weight":0.0000515849922351379,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4328.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005156995128302875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3329.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051562781709619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005155675458901901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":890,"screenWidth":1861,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":890,"viewportWidth":1861,"weight":0.00005155387609073426,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005154521410944052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2124.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051531282405139745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00005151855794012779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2938.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005151108952591549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000051499615137990664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9308.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005149746375249718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3326.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005145390160242251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005143645555293886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1398.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005143205109764243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2175.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005142873649065009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":384,"weight":0.0000514268942116043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0000514242392986418,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005139495654932515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":832,"screenWidth":1038,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1038,"weight":0.00005133710911002721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7309.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000513330565754826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7376.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005130890475540428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00005130082807591201,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00005129846284058446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":989,"screenWidth":1822,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":989,"viewportWidth":1822,"weight":0.00005129633696153166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":566,"viewportWidth":320,"weight":0.000051287053314421026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":992,"screenWidth":1609,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1609,"weight":0.000051284591326548415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005128265188407071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4449.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005128150403769612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":1435,"weight":0.00005126264354908662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":971,"screenWidth":1052,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":971,"viewportWidth":1052,"weight":0.00005123786507561489,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1189.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051234624750660525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8077.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005123359989427306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3174.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005122157956632795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":823,"viewportWidth":1324,"weight":0.000051218835280655545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1376.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005121604645160559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2911.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000512157260731319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5618.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005119485086588554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1541.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005116544031187506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00005115650186728144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9832.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005115034906542317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005114227159310649,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005113886423743243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000051129466391066275,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7354.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051129270918009046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00005111428892841882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8663.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005110823079322582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5159.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005109272643419685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7767.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051083728984954526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1578.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051068405612526225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2598.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005105941500690883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1588,"weight":0.000051057898964830625,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000051056503876895775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8507.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005105545610493118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5136.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051048793297559644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7967.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005104644688039714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005104387637056032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4876.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051041163960276415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000051034967334503704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":893,"screenWidth":1382,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":893,"viewportWidth":1382,"weight":0.000051032866480525834,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9668.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005100993536094875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":0.384,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00005097169505117484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9676.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005092013954192414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5486.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050917265904121706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005091604808727489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3398.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050898408492344815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9746.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005088612658587778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":393,"weight":0.00005088417863267984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000050878017866027833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8264.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005087371448917874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00005086712682096293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2928.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050861578257058685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4244.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005085951494077573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5939.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050854718104938724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005085383855412727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1666.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050841144043474024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6088.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050836698832161985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2371.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005083600939970354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3536.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005082592739230659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7757.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050818851753725805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4707.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005081343441072356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00005080303397650243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4408.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050761661323889155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7990.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050748392931483245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5979.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005074652154208147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8699.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050725364003773486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1724.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050676014927159546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.00005065812783900063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":942,"viewportWidth":1366,"weight":0.000050653345457716555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8709.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005064160314551629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.95,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1425,"weight":0.00005063228509729908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.00005062692090334486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8066.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050617376160453595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00005058804452088453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8398.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050585722613925536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005058316155495728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9727.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005057374426856569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1630.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050546399867540725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2585.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050545694423942765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9767.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005053615020282867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050535207154283646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1847.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050533537093287114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2712.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005052734312341122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9848.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050516651067509545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":640,"viewportWidth":375,"weight":0.0000505099016904851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000050508029271578784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00005049655193123305,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4289.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050486867542993496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2852.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005048576119502209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000050482743440311166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3797.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005047135500961606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00005046168433799308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000050459894522851576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005044254967341726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3656.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050439486740884824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00005043208579122245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9122.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005042676027691104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000050426489407612264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8312.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005042307230987668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1259.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005039890052616511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":390,"weight":0.000050390931782483206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6771.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005038970099124007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4122.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005037998159582865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2499.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005037328048946446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8327.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050361240246043756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2961.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005036122850297957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9990.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005034736039381975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5959.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050335436108104624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00005033011111258307,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2801.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005031521028311379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2698.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005030943918723194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1624.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050296464390251515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4255.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005027196319570668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005027031640635618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8922.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050255569613616893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6050.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005025260769550388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005024655302586739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5428.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005024474711261133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00005024359013435501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8946.1213 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050236376367459284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005022831045977771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1284.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050221270930379123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005020905945602824,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005020672420812691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5351.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005019197959071055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005019102053384415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2905.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005017917459521254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8486.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050172293850954725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9958.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050166591468067375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8171.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000501648546870352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7136.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005013107356098535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2454.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050125716630403225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4418.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050120478852044525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":822,"screenWidth":1822,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":822,"viewportWidth":1822,"weight":0.00005011367586459894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7119.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005010591293286538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000050088337576124896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":957,"screenWidth":1336,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1336,"weight":0.0000500676039087277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4371.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005005135178366662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1627.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005003173446441825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6948.1559 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005001390316463726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005000433423068826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3517.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004999306365439691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004999114055296302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000049978200668816086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":1305,"weight":0.00004997591863240472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9189.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004997058132350138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":882,"screenWidth":1644,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":882,"viewportWidth":1644,"weight":0.0000499687016649881,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8376.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004992148486844384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4785.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004991631568598442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00004990894263358022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004990674691941744,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00004989775526605099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5785.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049891911411334635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2396.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004988737711752255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000049885502606972223,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00004987814488672382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000049836832207838695,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004983406892433087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7970.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004983064956649848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000049786571832058254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3958.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004977910791014656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5055.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004977900718650137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9193.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004975912574082553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9461.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049738382574831146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000049730302231681034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000049728797398129306,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":1319,"viewportWidth":3440,"weight":0.00004972632150641473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7228.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004969940560796439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000049688902990286713,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00004968880915063588,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9195.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049681332335078206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8108.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049674279694806445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":384,"weight":0.00004965674939361237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.000049637628567655715,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000496213741058313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5601.1780 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004959580440227952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2005.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049593035298636096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6862.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004959200793638447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2102.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049582808524939525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4135.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004957808694764488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9368.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004955222572038992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7037.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049539495802947656,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00004952205658455699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":994,"screenWidth":1702,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":994,"viewportWidth":1702,"weight":0.00004948361042667635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8718.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004947420551722076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":1709,"weight":0.00004946797606702179,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004946056443607857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2708.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004944145100588144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1047,"screenWidth":1633,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":1633,"weight":0.00004943233680753037,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000049417488204166585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5980.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004941142834007146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004940779127793525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000049402273144233244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000049393375568097834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8964.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000493869831176815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004937773718948811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004936971376281602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1161.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004934137588739489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1536,"weight":0.00004933514645972719,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2962.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049313071486205803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3800.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004927948968318163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2660.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004927232981638107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004923470784566407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":595,"viewportWidth":1280,"weight":0.00004922206433572304,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2744.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049218646630808986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":901,"weight":0.000049211532843763694,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1023.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049205139002344554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7373.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004920424373910449,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4863.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049203103395622837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9068.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004919936845460558,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000049190005494209906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.1,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":360,"weight":0.000049186808780113214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5058.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004918071409224222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4681.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004915921766588643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004915051564404087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6847.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004913918904522853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000049136702003283695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":864,"screenWidth":1501,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":1501,"weight":0.00004913605064822857,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000049132185080964785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4582.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049117762988318465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1276.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049113373388464715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1098,"screenWidth":1756,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1756,"weight":0.000049111214711491436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3932.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004910284287088738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1056,"screenWidth":1562,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1056,"viewportWidth":1562,"weight":0.00004910215368621432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7844.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049086739609788437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004908487389373982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000049058428528479374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0000490565130840225,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6745.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049054097377214624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7321.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004904144826028079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2172.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049026733565087405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7443.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004902270705709788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9050.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004895099452733025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3286.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048940711099268704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004893150110073453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3909.1741 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004892617944106874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004890851142449948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3668.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004890098305576356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1898.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004889242956507349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2261.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004888587063405051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00004886073957279514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00004885236334432628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7829.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004884851437584033,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00004884335067570522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2799.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004884112449129431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.000048837653827914214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3674.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004883065943714082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.000048823298951391166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2650.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004882113629528295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1901.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004882104387803468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2328.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004881879466765203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000048788788717293524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":1199,"weight":0.00004878597229157661,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000048783739022918786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8664.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004877864819217531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000048773478188070814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004877051699414355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8340.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004877025949493969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7878.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004876818680067011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8083.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048748987526617325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1109.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048737485436836044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":720,"screenWidth":324,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":590,"viewportWidth":324,"weight":0.00004873328705899469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1057.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048706110909351416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4798.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004864066766596933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6289.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048637047291042165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000048630998676233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8607.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048622775139550585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4477.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004862162155768885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2717.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048619995055787574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.0000486079637558081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1997.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048599864263072824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3840.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004853885908880132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6956.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000485356181864774,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":802,"viewportWidth":1512,"weight":0.00004852546053278872,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5216.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048509434374081333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5650.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048502225866725616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004849229531528304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5674.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048477557386917366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00004846686716012637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3248.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004845092668325008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5575.1952 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048443575319280196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6449.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000484312176557707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9121.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048428729955757695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9319.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004842215855155841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":946,"screenWidth":1657,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1657,"weight":0.00004841278632642319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7031.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004841062387283522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00004838844633446076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1132,"viewportWidth":1865,"weight":0.000048384885028259896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8560.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004836370862508485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4702.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048361495395121524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00004835881541108171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4053.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048358037083807284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3361.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004835490480187315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3481.1310 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048345545080016326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9350.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004833918820657287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8719.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048317925723321585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000483008514632032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8987.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048289296844762195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.0000482887548078327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004827639392720825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":891,"viewportWidth":448,"weight":0.00004827522173317073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3801.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048266152363798277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9652.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048249324027901195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1178.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004824804677162475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00004823666461885064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7398.1142 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004822722234672466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1486.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048210579152704826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8391.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048192238417249256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6936.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004818657633914564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2741.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000481786810712687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000048163495824767636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7503.1361 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004812854259172894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004811752240357869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9858.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004808740147965988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8944.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048083514901761426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.000048079920417835845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3822.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004807059154264648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4184.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048041268290723706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6391.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004803502503466852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8322.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048031944398393236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1412.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004803107337514276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4755.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048030737992855614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1076,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1076,"weight":0.000048025688354238635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5708.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000480069495179857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2445.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004799955339238761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1336.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047991533972157637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6178.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004797576526701228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1808.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000479734826040335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1536,"weight":0.000047969143005442104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6969.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047955227694533866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9419.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004792642401657523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00004792279846079414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8000.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000478998703671547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000478998578246233,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7522.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004785455473993633,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004784744735304202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6828.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047844282564557416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6897.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004781954697027058,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":908,"screenWidth":1327,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":908,"viewportWidth":1327,"weight":0.00004778113111947501,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004777236061617628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8638.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004776368206172379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4766.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004776073784434343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1100.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047757744703959764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004774663583474282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1436.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047745955817714694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7252.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004774436964444828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1199.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004774234666581063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5505.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004773788567271509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4850.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000477346241253545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":944,"screenWidth":1880,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":1880,"weight":0.000047725630072827606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000047722158652820836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5573.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004771508369491946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5413.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004770541404192948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5795.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004770511627865894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5289.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047689433607395923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004768889675051318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004768866654891462,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4278.1373 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004768132048213148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":812,"screenWidth":1596,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1596,"weight":0.00004767354298599358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4569.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047665015001472075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004764895301943379,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00004764145747666871,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000047631580315097535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5905.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004761509146158493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00004760429481068519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1002.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047601525486241665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5399.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004759951346399587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2759.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004758931091041728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004758321234500475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000047541118132285825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5735.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004754052727008634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00004751794411682165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004751456599903033,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":888,"viewportWidth":1379,"weight":0.00004751167544036902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004749188710102007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7862.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004748129326638777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5216.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004747891081261197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4499.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047414602012319515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4313.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004740917754541732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004740002199275071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.00004734162721630406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4054.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000473278022226649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5435.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004731847868701402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8608.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047305517435660835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004727266595130707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.000047266999625677384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9008.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004726673291197951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6701.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004724959635371701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000047245847000822106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2661.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047234440287340395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000047222311407359774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3478.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004721445997692355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4121.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047208493530918694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":869,"viewportWidth":1274,"weight":0.00004720314313939968,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.000047201446061923344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6768.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004718544404215304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6723.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047178626558071595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000047176357738314,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":823,"screenWidth":1463,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":1455,"weight":0.000047158225289521256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00004715145268649734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3133.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004715086434079086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2863.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004714281564748195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1869,"viewportWidth":980,"weight":0.00004713588484063544,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8772.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004712269847110376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3914.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000471212649072231,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000047118720099674915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000047109429709796465,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2892.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004706722505168545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7648.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047021453300153926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9755.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004701127542639136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6901.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004699889420509776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.00004699608457559308,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4951.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000469837273262557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004698116703371509,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1212.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004697476494322027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5679.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004697362769988105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6834.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004696362087234277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.00004696255730413496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004695579574157338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9418.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004691306930466577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3024.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004689468825857484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000046858542703517445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6447.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046844513235593836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000046840357550614325,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000046835973146722935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8231.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046833201765361834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4441.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004682641300585642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000046812813092674866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00004680285554922006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5931.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004680022062655646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000046796107347043835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7506.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046788051661425924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004677301789406641,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8377.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004677082528924074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004676959484678895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7028.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046755436294106626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2119.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046739269250276643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2483.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004673085583725675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":898,"screenWidth":1596,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":1597,"weight":0.000046729094269645996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2261.1304 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000467261846250121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004672461784731516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000046696925488372857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4760.1459 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046690181844157986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00004668758233158563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4777.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004667400820270738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.000046670551017574097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00004665956998937669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2226.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004665785102865397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00004664823348020677,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004664762811316397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1194,"weight":0.00004664762428907928,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":921,"viewportWidth":1691,"weight":0.00004662708276635951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004660729703077512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2170.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004659697095260218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1144,"viewportWidth":800,"weight":0.00004659416435943218,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5590.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004659265437181235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4142.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004654812150900004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6262.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004654453669954814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1703.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004653255511358733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.000046529228255687485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7899.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004650717591638326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9771.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004649169740663523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2805.1859 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046486554170641005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6263.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000464563731695371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1555.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004644980242249931,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":390,"weight":0.00004643757876810579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1564.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004642837964044635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000046426003900642205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1441.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046419547860469966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3968.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046402262739981824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7709.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046388158775733376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000046368325402583765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":847,"screenWidth":1332,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":847,"viewportWidth":1332,"weight":0.00004633396819408257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3869.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000463332453537033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9668.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004633183835290838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004631903243265352,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8568.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046298534739511544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2017.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004629382765248347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00004629349575920305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004627675434804208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000462223087806707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1801.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004622013459971848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1830.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046216669009777155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000462006866930727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1887.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004618034275886324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00004616774565416921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2503.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004615438659758606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5764.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004614567953443017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7805.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046136604256447653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5069.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004611833790125976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":1174,"screenWidth":528,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":527,"weight":0.000046073374426829816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004607116502095617,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000046067034011743655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":513,"viewportWidth":320,"weight":0.00004605626640957687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9838.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004604897575118953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8342.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004603481221534936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004600571131112506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6754.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004600452465081133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6233.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004599841265329603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2154.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045993138354879655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1799.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004597207281681792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5934.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045971772988869484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1748.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004596600730983488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004595966086535966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4179.1561 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004595544120321434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2782.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004595207055566197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00004595131788321549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":1280,"weight":0.00004593658108406271,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5466.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004593555481274575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8505.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000459281640952619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4083.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004592173459455805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5265.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004590477334891984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000045896518172453644,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5333.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045883392383189974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3595.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004586098047243578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4236.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004585896336329622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2937.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004585491126756595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00004585202853808413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004583769304279876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2778.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045828465230045517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4399.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045827443644929706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6955.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045821643648325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1464,"viewportWidth":2844,"weight":0.00004582035147323306,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4850.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004580128385943405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000045793562392717947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045778811928029815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8214.1615 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045769922992288775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00004574888315045984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8239.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045741778774194615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2020.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045739232338242616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1048.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000457203737434287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7347.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004570433322331174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1535,"weight":0.000045702660486806175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1353.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045700999385554346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045699646325356784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5597.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004567923439892949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":920,"screenWidth":414,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":782,"viewportWidth":414,"weight":0.00004567267979203324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1780,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1780,"weight":0.000045666739081297654,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3065.1204 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004565049519804219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5244.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004564303503486594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004564191936901292,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4833.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004563269238686743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004561913023061982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9790.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000456165375875675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8985.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004561521876579235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":1436,"weight":0.00004559253855340377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2777.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004558051598351502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1251,"viewportWidth":2560,"weight":0.000045575894997734056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9773.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004554448179018839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5555.1155 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004554132248113251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000045517764756354575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.0000454952582554733,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9363.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004549057564171352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2205.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045486093408053723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000454594702659143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":932,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":1319,"weight":0.000045455477389604584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00004544006268822567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4212.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045408163027239227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5350.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004540226989988136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":1512,"weight":0.00004539244699289104,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004538172197157456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8935.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004537885331726475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2627.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004537754409635309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4937.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004537254745857958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2311.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045368413238892286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0","vendor":"","viewportHeight":775,"viewportWidth":1600,"weight":0.00004535385742356299,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":948,"screenWidth":1198,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1198,"weight":0.00004535053587955503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00004532570714321836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000045300638722233615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":877,"screenWidth":1356,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1356,"weight":0.00004529549472458475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4894.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004529334012195474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004529176303678238,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045291484384622206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7960.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004526551229591994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004525618862362477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7753.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004523682435744047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3642.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004522981184629122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000045226181354170014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":925,"screenWidth":1629,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1629,"weight":0.00004519676777097703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6246.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000451944875213014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7675.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004518777849056113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2883.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045176437465911826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":393,"weight":0.00004516327708017055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4888.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004515486097885239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6143.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004515476532021446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6127.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004515117864840624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000451496495535431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4501.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045149601120177524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4496.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004512096387043583,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004511875544001054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8591.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045113487303670885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8616.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004511032176741598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3519.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004508251111695077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8199.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004507104105497498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9582.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045066531895798183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4330.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045059109555129424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8207.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004504519579418406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9736.1310 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004504417003126935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4458.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045043328402265684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7907.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045030920792809195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.000045026884167803404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3900.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045024501932820436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8402.1488 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000450143877402971,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":878,"viewportWidth":520,"weight":0.000045000117301954584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.000044990890685311206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1048.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004498824419042175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3631.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044979821255678606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00004497603593670711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1459,"weight":0.000044959239874405496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004493948910203309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004493443956272372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000449266095822252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1770.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004492554676908828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000044902795540767056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1665.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004487352088437428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004486570884025248,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.0000448383045293755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7400.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044830768515681624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5446.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044811739444457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9534.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004480638959907831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1752.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004479979990425357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1518.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044788229334429714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7711.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004478547269553961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000044775784067228695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7286.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044773033015769954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7630.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004473832701613608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1372.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004473811713657347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000044733165967609536,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8801.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004473206414656522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7858.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004471052917622828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8807.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004471033386400589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1120,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":634,"viewportWidth":1120,"weight":0.00004468796703762215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":798,"screenWidth":1100,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1100,"weight":0.00004466966968350309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7767.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004466224754707338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4201.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044656341517796486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00004463133932942505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2743.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004462797567213017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":402,"weight":0.000044606791654236976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4902.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004460189240835499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00004459653128757154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6933.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044594669608691574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6879.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004459398777943358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00004456993029876674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3413.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044561271005402204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9033.1669 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044560426641970756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7212.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004454218176329016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":360,"weight":0.000044523778767383134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2605.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044520547477829436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8921.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044510774322034035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6033.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044498157128406864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1691,"viewportWidth":980,"weight":0.00004448225717959312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00004447847881201896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":360,"weight":0.00004447312559386711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2544.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004446208254211648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7814.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000444455388630931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1705,"weight":0.00004442910932552253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000044428497026527054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1068.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044425512044041874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00004440635594401135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8542.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004440555561319385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004438275242169917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7838.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004437282466796738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00004435970272709775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4353.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044356519825604884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000044352078459844034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":384,"weight":0.000044347514827675934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8078.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044344328860000966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.000044326580346020035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00004432564300277525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000044318610646932235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00004428075430261185,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1315.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004427874189541777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3838.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004427634342476764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004426362100063969,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2424.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000442517064730354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004424399439247736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000044223059615017173,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004422304978245996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1304,"viewportWidth":1004,"weight":0.00004419687471362168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00004419493618331806,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9086.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004417848004575137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3850.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044157568624831016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5562.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044156825877698005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004415360900950915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4335.1034 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004415080981947832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7697.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004413456156789373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9570.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004412863186444876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5547.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004410538300622739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5284.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000441048312347462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8642.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004409662375399714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4767.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044083744777808204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000044081409598844026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9753.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004406938479185028,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004406835644517581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000044066014539941626,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9399.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004405755091335466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9363.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044057422889084944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6317.1697 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004405666331454958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8160.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004405061590597073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3762.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004400796344820995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":794,"screenWidth":358,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":357,"weight":0.000044003194267615326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043998891676461984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00004397775877420633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9515.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004396613191848867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":906,"screenWidth":1151,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":906,"viewportWidth":1151,"weight":0.00004395660657124452,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4545.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043946761752095405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004394468867933012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":820,"screenWidth":1551,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":1551,"weight":0.000043934971756718906,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004391188941333895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/187.0.410885375 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00004390283521480597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5949.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004389765808687019,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000043885099867152346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8456.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004388385604176978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4519.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004385784378014846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":686,"screenWidth":1098,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":526,"viewportWidth":1090,"weight":0.00004385310383185908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004385108664593245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000043825791090222946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043822774732287114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":660,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":660,"viewportWidth":384,"weight":0.00004381487004057977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2187.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043813649692755495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5102.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043809289595209257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8202.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004380776031251894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043805055007950836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004379776820288623,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000043781879271169166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004378004330238508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5886.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043776411996172315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9528.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004376839947645014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":996,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":996,"viewportWidth":1512,"weight":0.00004376815818466706,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000043765887303119277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8001.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043762237405722074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004375740146691302,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00004375235525127,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00004372022006342071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2608.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004370353642086693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4064.1955 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000436970348335078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2164.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043696623796840066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5307.1501 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043696406944305974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004369352742480036,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004367009462882029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7253.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004366056473944722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3584.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043647662822253955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004364661379217076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.000043634185583959065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004360097775141181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7196.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004358796767416778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.000043583625256842645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3997.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004358092569868753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00004356916117917762,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043565669829902143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000043563524071234634,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9932.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043562751708001855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6386.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004356147352593261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3555.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043524666561459266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8029.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043505351645589476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7716.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004350458783385955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":989,"viewportWidth":1706,"weight":0.000043501756746008206,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004349957170187072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8829.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004349392077713495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5210.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043492471237697914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2073.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004348122476093577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1008,"viewportWidth":1376,"weight":0.00004346475537102526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4154.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000434599417679103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004345566215453518,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9003.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043449914913870254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004344100544808722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000043440529860553014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7466.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004344029464053471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9518.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043439578462357606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2146.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004343516042670051,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000043432827294768945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1439.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004341390843366819,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3623.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004340876283168621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2026.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043392158371727185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6353.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004339032586490638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4860.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004338060609117097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8046.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043375433057995135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4741.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043356611795532986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7437.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043338635770607924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004333642442035035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.0000433272072010276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6713.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004332595040671558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6137.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043323693441191484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00004331791706259145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2274.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004330317170257728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4999.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043300987383515894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9876.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004329760852018395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9947.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004329584934918065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4824.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004328767682330936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000043283990300462014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2700.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043269700647514814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1019.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004326595440719791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1998,"weight":0.00004324148767664783,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9347.1105 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043237023777757554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2071.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043235495048394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004321303618085842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8718.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004321235294343896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00004320229598581124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000043200269731263664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7855.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004319703039310595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2677.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004319581434018128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":390,"weight":0.00004315327396568027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":894,"viewportWidth":1803,"weight":0.0000431510365233391,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1850.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004314753570645591,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004313375837905999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00004311385257150372,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004311004364647529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1614.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004310379128907381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6541.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004308355465438617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000043058311690705594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7934.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004303838725514452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":831,"screenWidth":1271,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1271,"weight":0.00004301186765421926,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004300371379661389,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3044.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004300342025165136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8568.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042975392232087556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6020.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004296848808207709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000042959610112939275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004295473119953379,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004294912891588743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00004293148651943261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.000042923942952525404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4561.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004291400570301884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004289963809744811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8269.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004289517522927966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6895.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000428937022010568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2680.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004286677136526631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00004285818799334544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7256.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004285642718418306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":441,"weight":0.00004285342514884579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00004284821546165459,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000042845959362729565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":898,"viewportWidth":1829,"weight":0.00004283252137163545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1472,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1472,"weight":0.00004281339976012078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":952,"screenWidth":1718,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1718,"weight":0.00004280715216001495,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3277.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004280067689022731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004279197316920115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2063.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042779251058332074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3276.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004277438551143347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8506.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004276182220313751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6524.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004276177828275851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":1436,"weight":0.00004275664340953554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9731.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004275241860235304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9138.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004274557318335742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1644,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1644,"weight":0.000042727956638614915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1054,"screenWidth":1619,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1054,"viewportWidth":1619,"weight":0.000042697061497449116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000042677796463858846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00004267266804895048,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004265021266834054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4633.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004263874218638839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1638.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004262817239204324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00004262144340029352,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004262099399328503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004258804391471729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2207.1225 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000425779030927395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4463.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004256736903974087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7255.1231 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004256270117184322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5652.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004254788928694336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9394.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004253462178716832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":814,"screenWidth":1903,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":1903,"weight":0.00004253331231417547,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6635.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004251762531314658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8707.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042507551873808105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1120,"screenWidth":1792,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":872,"viewportWidth":1347,"weight":0.00004249698789599243,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004249187594371029,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004249021316148964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004248277019870421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000042479322349232306,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9447.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004247313139316866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1152.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042462450438032374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8471.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042455518027236734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4141.1754 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004245463516925801,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1251,"viewportWidth":2560,"weight":0.000042450254129911466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9466.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004244453316122658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000042443892289380946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":791,"viewportWidth":1440,"weight":0.00004243902714304862,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000042429203872976074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":569,"viewportWidth":393,"weight":0.00004241931387177578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2412.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042418841262697545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8784.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004240463283220097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2117.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004238592281157342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7675.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042374657638789804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8051.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042372883831682544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004235943534465575,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004235755894695749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2074.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042338498683964234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1875.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042325956331843386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004231582505646185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7867.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004230990250519466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6148.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000423059037385466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004227861330484179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8571.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004227585167722372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000042212332906827026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4547.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004221058721033238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1852.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004218877573292206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00004218634681633831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8200.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004217180203197333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00004216125439698734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7079.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004215951448723303,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000042159248108352806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000042134662901819985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.000042131066231964995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2525.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004211076128123361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8412.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004210266629576473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004209074200268429,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":694,"viewportWidth":402,"weight":0.00004207728690610991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6702.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004206186431610412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8548.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004205930393705299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1310,"screenWidth":2328,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1665,"weight":0.00004205856761460129,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00004205060096321835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4992.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004204994999995385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000420437180459776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1428.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004203669673928334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":1470,"weight":0.00004203321352261887,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000042025310824927196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5356.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004202219643177895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00004201383820946956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3584.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042009647269397725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000041997653632999123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4270.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041993355085284414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6232.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004199187074437448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":546,"viewportWidth":375,"weight":0.00004198865128371515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.000041969577394440844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004196634594165105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00004195700210255281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7022.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041956623156203996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8325.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004195500396383944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004195261051313115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5827.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000419487583106461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9904.1141 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004194763120700779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8166.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004194221008672071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6093.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004193849221034618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8856.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004191241338451493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7007.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004190166136868864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4078.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004189130877207701,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1230.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004187799786184307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8714.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004187773530066485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9592.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000418597390514971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3067.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041853788839872676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4968.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000418514525332247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8618.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004184966994519879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004184888315550122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000041844593354154914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":2048,"weight":0.00004184182545242884,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004183933316187679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6112.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004183820492909181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1751.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004183125866630751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3206.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004182978490329981,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6106.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004181135088364484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5858.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041802622029002454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":402,"weight":0.00004178968482741329,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":402,"weight":0.000041766115571550776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004175612122326138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4168.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041752211998399964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3106.1196 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004173980703873123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1034,"screenWidth":1589,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1034,"viewportWidth":1589,"weight":0.00004173547510525527,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7142.1296 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041729552306242665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3915.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004172944063792248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1973.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041723557836015255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1994.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041719409736767774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2398.1522 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171775921709251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9267.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171736150898779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4597.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171674491292488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6781.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171414466815037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004171002361020338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1636.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004170592761187456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1977.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004170516803577864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.000041683585225708186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4946.1324 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004166247271735872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4385.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041624931008432653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3914.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004161986537475727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3176.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004158115954632333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000041577514249047146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000041543242877397866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1635.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004153161314654427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":1353,"weight":0.00004151336954232147,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4213.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004149899324214265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9617.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004147186185618704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004147119935866157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6401.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041462549763450323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004144995012664483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.00004143693651094923,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00004143085239535229,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6242.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004141249672296708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00004140542812921005,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6921.1741 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004140163911242953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7901.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004136658628911938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004136337760285898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8848.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004134950729171894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004134418082169334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9939.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041331678537856796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1701.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041324177561785004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00004131117951298996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4720.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004130921682597734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004130426462153406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004129886309301468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.000041295808522775366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041285107467092586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1143.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041280632516784606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4211.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004128027555193783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1373,"weight":0.00004127918899216438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4894.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041272718573063825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1423.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041266349434690765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":842,"screenWidth":1511,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1511,"weight":0.000041242266875854995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":820,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":320,"weight":0.0000411959460951126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1642.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004119062536229304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7279.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041186491636399826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004116417436137862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00004113882140140189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3289.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041131490100949424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5004.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041131331978153466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1714.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004112409053706334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8576.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004112170044771491,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004112019907217373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6384.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041117259576299873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4583.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004108258002737071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00004106079884864792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4476.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004105526275226252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7761.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000410424566820289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8752.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004103350878853023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.000041021407490638027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004100600679645436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3427.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004100213258386475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":916,"viewportWidth":1728,"weight":0.00004099873056852004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5602.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004099428160637082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7490.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004099151795365298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9292.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000409793359375093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3484.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040976249585146355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.000040967918413273115,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2589.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040944139522989915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7184.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004092592274213819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000040921723620179514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9720.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004092153239374084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4642.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004091811288630566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00004091156958407894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4460.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004090716236882381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5668.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040896217972214005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":412,"weight":0.00004089076762288227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8726.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004088143130801795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9723.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004087700781162684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5563.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040870338826102524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3601.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004086581156900191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2434.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004086212190458139,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1 Ddg/18.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00004085801646406562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9545.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040846208267329125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":623,"viewportWidth":320,"weight":0.00004084326057945559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":411,"weight":0.000040832408337501586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4630.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004081549295967692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004080682815296565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000407994968928075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004079138973166035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3758.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004077103130945687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040738790227795535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004072843013095139,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004072573347226128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8743.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040717753187655884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00004070086914105816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00004069710038181752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1469,"weight":0.00004065694839156843,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4713.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040647365278453215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3470.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004064689402497194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":727,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":338,"weight":0.00004063683439176662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004057736342039819,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.000040563002917779893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6175.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004056159449883083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00004056005891545171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2149.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004055546989641314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5470.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040539565134627584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 13) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.7049.111 Mobile DuckDuckGo/5 Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":411,"weight":0.0000405392300447852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1440,"weight":0.00004053017268535412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4477.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004052985693635419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6807.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000405248304149124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2599.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004052370141664017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2962.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040516854582947826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004051313596796168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2832.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004051292124061539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7478.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004050734984387468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004049958388163283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2734.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040462793796384655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1040,"screenWidth":1036,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1036,"weight":0.00004045782245587656,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004044738276827188,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004044603183333864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.000040437477576843136,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6609.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004042918757296013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040421453804537044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":250},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004042083907540676,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2428.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004040756476012013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6505.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004039819938566162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5361.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004037655500350647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004037489692116209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4910.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004037321284679086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5683.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004035217077675936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5920.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004034809179411946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000040313127377620196,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2160.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004031247037229541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":985,"screenWidth":1256,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":985,"viewportWidth":1256,"weight":0.00004030689478657433,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1995.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004030096328487404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4514.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040297285754457074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000040284541199450613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6805.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000402677213723926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00004025521725269177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00004024902125416843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1708.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004023204826333163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9723.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004021079496531058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004020328499295263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6795.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000401981208952906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1294.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040190841977186865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004018225201352163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1231.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040175412806482554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7551.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040169896797100035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5127.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040157102780444896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004014520855252545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6938.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004013877765203758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9355.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004013152376174985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2073.1862 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040125200996342345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6354.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040124913266675626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1173.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004010395908274615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6742.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000401015665623012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3545.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040086186406917925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9700.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040085537982501856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004008162987620019,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000040081239785507955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5182.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004005343101209077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":1512,"weight":0.000040047723394446034,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9821.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004003989680393559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6930.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004003325778953082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5879.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000400320430384239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6025.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004002889957880196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2177.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004002269420066208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004002002162285649,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000039980638378291764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003995873331548081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5572.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003994873388001744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1102.1018 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000399458334424976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6066.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003993232277867555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7329.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003992012919015554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00003991834393100646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003990474871455351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6505.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003990413887598315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003989975124355082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3746.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039897032309496544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.95,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000039896272410610046,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1268.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003989592909171354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9661.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039890967595690406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.78 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003988765357889771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5477.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000398867846068018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":927,"screenWidth":1900,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1900,"weight":0.00003988345342252826,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003986893738503813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9694.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003983866053077732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9218.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003983650895040968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.85,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":1592,"weight":0.000039830620101410104,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003983013988705339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7295.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039826154666505705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1049.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003981636762812509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3077.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003980503378622141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3995.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039803074727306914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3028.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039800485633921726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8617.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039789154520918225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1271.1034 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000397808478873832,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003977459275610697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000039773318880414736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2061.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003976550794247459,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003975579040057284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00003974452826247394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2420.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003974261126092608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4637.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003974208312607683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7247.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000397317845273899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8811.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003970578954958685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6644.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039702645960707274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5815.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003969946806876662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7313.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039694779773776714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9330.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003967707768349646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6129.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003967583039959851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0000396659260193374,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4565.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039664341525486384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3186.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000396623839363429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2397.1355 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003965553533068758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6969.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039644614654100155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7828.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039632388207606295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000039624216793092584,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4549.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003961079186894241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":984,"screenWidth":1038,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":984,"viewportWidth":1038,"weight":0.000039596872902227346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000395871053878677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":523,"viewportWidth":1244,"weight":0.000039554069312977275,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8243.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003954012378509107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2892.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039538896487764815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003953735347563645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":549,"viewportWidth":360,"weight":0.00003953567079752633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7391.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000395354755409396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3389.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003953546309256304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3339.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003951788833975783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003951702766353247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":856,"screenWidth":1055,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":856,"viewportWidth":1055,"weight":0.00003949596143175338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":485,"weight":0.00003948993026683602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0000394423984268867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00003943831636244285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1376.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003943611651237632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":440,"weight":0.00003942390034021464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00003941867072878692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003939411717905291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000039385438815915946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":605,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":360,"weight":0.00003937248768748574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003936269293296674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9487.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003933677699269856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003930708965536991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5097.1532 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003930527846233165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":861,"viewportWidth":1565,"weight":0.00003930295229417237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3047.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039301950761766044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000039300953256800156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003928462690453973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2209.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003928427306779139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6463.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039280373368939854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1027.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003927364815555578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8034.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003927033022706201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2633.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039258841230186865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2594.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003924082057664811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8442.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003923828309997443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":1536,"weight":0.000039186990833260614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00003918229807218916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1272.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003917246436306687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7757.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003913951133192752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000039137324467773804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4452.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039136324693675266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4569.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039134200717889915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8129.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003911175418088233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2194.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003909119841436446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3967.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003908308581828167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4719.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003905622573963703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6276.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039049553494508695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4854.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003903933211668405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00003903651610456157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1593.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003903385409242358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003902792564239877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2141.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000390184088871372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000038992413315877965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5666.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003897893094187646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3788.1163 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003897859908385664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5795.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038972868052354544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003897042558895389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003893495494802723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6875.1788 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003893257790987977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1278,"weight":0.000038912729114955785,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":562,"viewportWidth":320,"weight":0.000038909574471261986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8612.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003890283179179214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1080.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003888484072487812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00003888025185355049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003887464095457056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":927,"screenWidth":1759,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1759,"weight":0.000038868739500835866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6970.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000388683217282911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000038858249948348504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5033.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003885295946288928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003884523590276254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000038838779108268816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5207.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000388198680330915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003881642355973179,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00003878739319851375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9408.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003878328415707258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003877940756848596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":948,"screenWidth":1829,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1829,"weight":0.0000387663376439165,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003876033717276605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1042,"screenWidth":1039,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1042,"viewportWidth":1039,"weight":0.000038750990407767354,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3891.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003874429499694539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6143.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003873735017522321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00003873556790038248,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000038735061628899454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7966.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038735006632860135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003872954930014353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7752.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003870974923540448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":545,"viewportWidth":375,"weight":0.00003870376824167043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4002.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003867545774714148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4204.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038667629992634836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6818.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003865587906087605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1781.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038649022708854005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.100 Safari/537.36","vendor":"Google Inc.","viewportHeight":600,"viewportWidth":800,"weight":0.00003864783030989253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1884.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003863754731309131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9807.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003862676998277228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9830.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038589935543926385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00003858342414783965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4803.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038557640009758674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00003855255885403463,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2207.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038552351070637045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5752.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003854815478650949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1402.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003854808762171856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1115.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003853042798177172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000038521497736483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7478.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003851157792502525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6862.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003850703290031933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003850144351948422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000038484072789057916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5104.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003845664297514361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3493.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003843142955225742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000384263925048489,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000384136184197342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7812.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003839799149967875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000038392086464227814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":320,"weight":0.000038390677420556434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5060.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038377252394880666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8474.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038373658302195416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6035.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003835696324456235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1220.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038356500562830033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003834236075122999,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2191.1638 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003834201471100317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5324.1838 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003832669688607656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8326.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038325514140137694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8534.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003831669365465192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.000038313344738335145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00003829989359978569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1912,"weight":0.00003829887076769326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9482.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003829792767721637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3565.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003829305165554266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4885.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003827384151309037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00003826075159121888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000038250672594651,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6590.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003824790921185523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1713,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1713,"weight":0.000038244147360048285,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003823160871537848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00003822162330940348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":884,"viewportWidth":520,"weight":0.00003820848922335128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6098.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003819944191800004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7298.1337 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003819234625614387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000038175514923668056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8115.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003817006514259699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5454.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003816485491302793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003815741356618613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003815606503749589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1487.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003815331143782463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4411.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038141904042436485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003814190348351173,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5646.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003813813044343665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6783.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003811496785152399,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2062.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038113564198541455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1379.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038098529640902154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00003809329342964949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1473.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003807556815809492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3750.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038073916894365553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":428,"weight":0.000038058906140589206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1313.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003805649630359729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6115.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038051845393807325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003804409901126479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3379.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003804267471348267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003804233508089642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000038035746360515123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6067.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003803307938082432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6703.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038006969519565394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.000038004608792318536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000037979691383877677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3110.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037978959532715546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":920,"viewportWidth":1652,"weight":0.00003797607331299377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8150.1921 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003797319057027274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00003796050419275042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00003795355335483312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000037949098052870706,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3302.1631 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003791505692788675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2054.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003791402324164019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9958.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003790806261847231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003788961651369379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8570.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037887349243249085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6850.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037886567877417985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3379.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003788178551924629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5052.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037866026466105776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003786156934782252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7687.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003784902399502453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3983.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003784123457080479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5209.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003784110413448096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2560.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037836074781095224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003783369990247397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000378167030323564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6688.1786 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003779189831277732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1495.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037784065265597305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5682.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003778295718071239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7295.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003777810787178695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4989.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037766986534406627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003776631773785797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3584.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037762564259018716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1087.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037760258727774344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003775109371196622,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000377432761109105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3647.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003773794426083272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0000377235154699318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00003772035502460513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5532.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037713520015689814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5688.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003770251871794954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5287.1884 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003770147496185674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0000376996497814544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4046.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037689673519969164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6459.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037679807026836074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003762721929445178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2190.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037610640070236526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4894.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003759193913844004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6747.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003758936064604406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.00003757950174184201,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000037578831193814655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003757053837963307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0000375698416277345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0000375675514450949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7904.1187 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003756343538016009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5522.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037561223090776614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000375556384472162,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003753202185800224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000037519890856137534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000037505207782593304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1272,"weight":0.000037502946134429505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00003747754980251018,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5108.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037476913451017285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":909,"screenWidth":1386,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":909,"viewportWidth":1386,"weight":0.00003745622437458955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7648.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037453703888544194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1320.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037449888491038446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.5,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":338,"weight":0.00003744373111970734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003743898431314494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9615.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003741209168043463,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003741193246130295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00003740812738948936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1190.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003740622200251829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.000037401707697319885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6448.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037386821040503106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2561.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037372633237384174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00003735430536271762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":1306,"weight":0.00003735138423485312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6919.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003733032089860656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2933.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003732698167963239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000373212693850209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3916.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003732076689778654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003731394020490117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9104.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003730625813307597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4719.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003729919894927463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7943.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003729528298629062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3380.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037281733052529476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8923.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003727828466699334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00003725302076526034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3743.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003724979542422891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003724521976106052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000037238219344962066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1835.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003723808196921392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4038.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003722393140712224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5029.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003717890879498534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000371684746988643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1032,"screenWidth":1842,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1032,"viewportWidth":1842,"weight":0.00003716456465951688,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8943.1297 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037155928814525704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1891.1762 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037151690302228835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":840,"screenWidth":1425,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1425,"weight":0.00003714774853805957,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8928.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037137861449521546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9446.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003712745961615224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00003712288574470821,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0000371223413379398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9527.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003711447998314146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5369.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003710499422019625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6176.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003710012864164529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5047.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003709632107834198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7453.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037084349851254506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3886.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003708013011314278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4019.1863 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037077641147791404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003707134014720509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3317.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000370513931173429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000037048876661836916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2748.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003704400131871101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3963.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000370153621024682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2295.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003700772075274368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9269.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003700485884499843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4974.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003699270750662828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":1355,"weight":0.00003698879308699167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4166.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003698418655295954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000036969338632595724,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00003696832445488486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00003696165590810855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00003694438192417646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4678.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036944348932515617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6105.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000369276782315746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000036925521052597556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3773.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003690557176787817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000036857184732934295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.000036846406469423494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003684018498304028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8704.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003683561495208858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1446.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036830255349587345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1995.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003681639483012474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6582.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003676543713527891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4867.1225 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003675598065073383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003674774532811651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003674566918857102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00003673130333321768,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4268.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003673060964741678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1112,"weight":0.00003671951070460421,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4024.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003671025824024792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3266.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003669718826221093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4024.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036668156324472534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3045.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003665850477565792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":859,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":385,"weight":0.00003664634979645284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":936,"screenWidth":1298,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1298,"weight":0.00003664233224593328,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1033,"screenWidth":1117,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1033,"viewportWidth":1117,"weight":0.00003663327675506474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1271.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003662018668766008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1492.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003661015507039834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1301.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003660509834318584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6901.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003660009338493381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7860.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036593916417622045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":968,"screenWidth":1243,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":968,"viewportWidth":1243,"weight":0.000036590550717969756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8196.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036580295633599915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0000365777551803831,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003657145895424515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7003.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036543652295582646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00003654021385813038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2704.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036529100927956106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3347.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003650966886987945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003650753049242049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.000036501628560396794,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7682.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003650096414180434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000036473406906453235,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9767.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003645883935154235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003644833091705017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7671.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036425933648786624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9423.1369 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003640566414804539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000363972746455213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0000363894800213603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4582.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003638392341884056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/15.5.2","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000036364052671726694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3697.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003636374341649814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8852.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003634211556314714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1962.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003632974446936616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6126.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036318360345795236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8364.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003631086341298013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2096.1233 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036303732552311476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8404.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003629279795226289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6941.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036291046477775007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9146.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003626919029782896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8998.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003624345641557893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2221.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003624001128464259,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000362102510496197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4507.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003620451232337384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7888.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036197378711670604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9878.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000361901513883755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6179.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003618928319687843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3844.1544 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003616774309620742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.00003616607150009356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4641.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036157240115449164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.00003612899317746592,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3308.1356 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003611951541264291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3656.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003610807862212369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7969.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036097645333650873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":432,"weight":0.0000360804913522256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003607979220264334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4324.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003607798936971088,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000036074327033538597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000036065714451579726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5326.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036056506800117655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3661.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003604470162635873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1511.1140 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000360386400931484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3895.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036029190375437206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8566.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036028908161857397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8598.1234 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003602628831981311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5644.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003601195666086113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4299.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003600767088823212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3414,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1197,"viewportWidth":1394,"weight":0.00003598376838305357,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9410.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003597770771045063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1920,"weight":0.00003597590135511714,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8209.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003597478155161494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7993.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035954833383816304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1287.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003594444649072628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000035943649080190805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3707.1100 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003594292234986203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2841.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003593558853017002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00003592944076652585,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":984,"screenWidth":1668,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":984,"viewportWidth":1668,"weight":0.000035929045402302816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":564,"viewportWidth":320,"weight":0.00003592437714554938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00003592314122782524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003591324258523289,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0000359131473188411,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2872.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000359111934941307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003590683181273172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8798.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003589507035176479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1442.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035890244167303784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003588245301780604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3537.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035881111317657794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2350.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003587628538982876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5848.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003584716897337907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9955.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035846162060289405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000035826220483791197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003582360619462351,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003578682486941732,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003577737160736167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.000035760859617402545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2289.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035715563811538776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003571238737678891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9631.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035701236342686716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1941.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003569992923453843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5648.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035685434829835165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":412,"weight":0.00003566434146494257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4713.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035659787238577365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1373.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035653786068066317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000035632179795733986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2434.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003563065934531048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00003562641849065645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00003562483256515999,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000035609809073223285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2732.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035607765651550786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7810.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003560486958051953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000355976738053792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5150.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003558692121102111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8409.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003558083281733417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7857.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003556798614095794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00003556030937935671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003555753259694326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7449.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035547687378619204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7569.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003553914340127974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9802.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003553288176228861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3508.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000355276399285884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003552446974521954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":803,"screenWidth":1239,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":1239,"weight":0.00003551990334207335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7237.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003551869568413095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003550730401006168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003549874101352681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1691.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003549127519715722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3302.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003547584431882519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4398.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000354740686848975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00003547393654645913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000035468162695065075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7159.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003546123591488439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1372.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003545809050080751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7464.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003544909826333333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003544643543344533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00003543597452097171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9848.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003541356505156503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6206.1213 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035413544741304814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9377.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035402296767832535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":697,"viewportWidth":414,"weight":0.0000354006925564327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1433,"weight":0.0000353979513871129,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000035384559990163336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003538325875232824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3965.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035377402198818884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8592.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003537724530673295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00003537358076441587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":922,"viewportWidth":1376,"weight":0.00003536595692109051,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8634.1217 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035346249251499184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003532764637611194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00003532544938759513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003532466811357211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000035319430201130685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4.1 Mobile/15E148 Safari/605.1.15 BingSapphire/31.5.430429001","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.000035318560587010226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003531675748411268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000035308567929280604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7874.1217 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003528638657166223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4435.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000352703751466637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00003524176370095927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1920,"weight":0.00003522476033741472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1113,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1113,"weight":0.00003521326100159804,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5831.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003518937816882556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00003518710082346844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2677.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003516971911392791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003516514533363082,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3051.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003515845273978115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000035156519647884124,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003514640255643483,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003513979725964771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9694.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035134232738469745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00003512563201554375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1280.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035115296977616495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00003509690021894769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2066.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035093120547847276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1378.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035077727217796686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6024.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035062256160330826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003505585031456873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000035048310035453664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000035038363920574854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":800,"screenWidth":1795,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1795,"weight":0.000035037900814306696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5155.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003502579567248894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6371.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003502380753609662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5094.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003500464124427435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.00003499729723374567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1114.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034983747290891453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6682.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003497011169965923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1344,"weight":0.00003493579606198296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7801.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003492506410657816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2979.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034922455051077225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003490820434632371,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4359.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003490637028385415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7155.1033 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003488742678317136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000034860702249725827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1492,"weight":0.00003485900225398197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1437.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034855890537969163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6664.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003485055500666808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00003484343054027691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003483563109868942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000348309187253268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000034814638666655595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003481078732771118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8270.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034808499623947936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034800266135063354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3580.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003480011866709417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2828.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034793551232128753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00003479330784650087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9140.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003478397467573925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9218.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034783596337898206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2605.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003477930586242013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.000034776041187393435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":679,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":384,"weight":0.000034766487333562284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6158.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034764710124360845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1659.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034759035935411524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9233.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003474059434224826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000347332172340738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3450.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034713075957060734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1526.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003471280895296446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000034711486635922335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034700724077444836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034699703663643786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":936,"screenWidth":1309,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1309,"weight":0.000034686954841360906,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4293.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003466973452972384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7298.1854 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003466693078481663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1076,"screenWidth":1398,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1076,"viewportWidth":1398,"weight":0.0000346641396273703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9490.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034655619650071095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1008,"screenWidth":1208,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1008,"viewportWidth":1208,"weight":0.00003462092767282765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.0000346065076222672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00003459955174144455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000034594368593542665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.000034593007579239833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.0000345856099918833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003458253038172916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003456722059338309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2857.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003455206974518408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8385.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003455041850406142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3396.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034549129869537234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9396.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003454277630394123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5888.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034530093794264466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003450056274163066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3911.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003447129201381893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00003445930654829174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6018.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003445652666273372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1517.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000344505255138323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003442032987771512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3876.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003440531701868261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":777,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":1366,"weight":0.0000343938000850378,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2102.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034380124027005794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3952.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003437431124679261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7873.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034366869253120366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000034366753334450453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2283.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003436147736010557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.00003436055713350588,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000034359373570023806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003435590958964793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6275.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003434820417417934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1146.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003433331280069439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2502.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003432744468795208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5846.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003432085402942206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00003431588081129475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8730.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003431043100074447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4376.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003430081826066046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8855.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034297607996047904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7584.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003428329976064052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1539.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034247738993642226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":1280,"weight":0.00003424625696902672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3835.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034238949960509445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8173.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003423724018533525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000034224512690748555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9735.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000342236791493428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6731.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003421487936084217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034184552273361344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2158.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003416716794866614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":600,"viewportWidth":360,"weight":0.000034143245702143115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1002,"screenWidth":1361,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1361,"weight":0.000034143060264750535,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003413045396518413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.00003412693443836459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0000341038472922191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6774.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034079981426070997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":993,"screenWidth":1521,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1521,"weight":0.00003405713009421176,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4757.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003404623890744759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003403690055778191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9849.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034011965570625785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8506.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034005397412323357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.000033997412518777994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6083.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003396054735033119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2676.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033948118340058944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4656.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000339462877801718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000339368359513878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4810.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003392840268880141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000033924727344391295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2638.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003387835155103858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003387561588046807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00003387090657611305,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":852,"screenWidth":1069,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1069,"weight":0.000033857546463732525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033849508711664035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2135.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003383366984665164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9344.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003382545527621486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4948.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003382126426593185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00003381433689545699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5470.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003381412667331963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5680.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003380360628850955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003379791535744633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5226.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033781197975102065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1642.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003377689165060578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7565.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033766388815393065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000033764666075288746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2730.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003375628520904357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003374558072908308,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1512,"weight":0.00003374486036486054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":887,"screenWidth":1495,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":887,"viewportWidth":1495,"weight":0.00003374423405812218,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003373961070059352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000033736031588307847,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1216.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003372893798534821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":643,"viewportWidth":375,"weight":0.00003372823991666101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00003372656802097878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.0000337243208583566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.000033717903817361626,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":656,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":656,"viewportWidth":384,"weight":0.00003371521974559317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003371465965392662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000033714344955394045,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000337062104625925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6143.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033680764157521334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000033671000103913436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003366691643478405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003365425277085,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9078.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033631888582353406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.00003363138905052761,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7868.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003362158324251707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3870.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003361792185990636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3553.1952 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033615962095293545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00003360403069475662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003360217081367457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5116.1365 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033582105325470755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5015.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033564807664840063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003356437754929992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7089.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033558188011962084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00003354925852697041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4028.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033540780390702615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9688.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003352947524730669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3936.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033520212981470883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4404.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003350095656787084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003347852339708762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9347.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003347309045596671,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3040.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003347057863793163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7255.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003346593853763756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4650.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033450436041772344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00003344888636086955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1759.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033445720203126394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003344342853986637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6416.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003344097902112353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4758.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003343999605001868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00003342564577480461,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003341667743341453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5733.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000334148447836799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9782.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003340852112604387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000033403909321132625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1656.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003338746068048766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7081.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003335394547691607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":644,"viewportWidth":390,"weight":0.00003334868829482178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8431.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003333174087238233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003332788682060649,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000033327845740892807,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000033327053249154924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":340,"viewportWidth":750,"weight":0.000033325950488761384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5245.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003331981892819763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":426,"weight":0.000033319345594549225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003331901067412487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1014,"screenWidth":1204,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1014,"viewportWidth":1204,"weight":0.00003326534917109034,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8056.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003325967189322177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1085,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1085,"weight":0.00003325788517336309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8738.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003325376543214882,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033248524050410994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033242123350172705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000332399871467197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1115.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003323510414431283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000033231444015523073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5182.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033228105683415565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9779.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003322613501121428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6934.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003321756925878599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1419.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003321462674185661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5672.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033207992617220694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":801,"screenWidth":1813,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":1813,"weight":0.00003320064031877871,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3486.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003319776882464593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003319042028201067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6759.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003318901213869717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7239.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033188370199633076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9303.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033185840339179164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6905.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003317875417191184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000033171941632430434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00003315982679830453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7297.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003315672895412941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2163.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003315357172051389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6078.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003314189303605972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3134.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003313668183364415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003313559287321149,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003313492384428601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1015,"weight":0.00003313163783630882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033127433839274506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3120.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033122178560498546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2509.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003311329629304805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033103917148762465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8960.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033099756551890406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00003309610734034441,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5886.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003305324919253687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5252.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003305060897228896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":1440,"weight":0.00003304886214240059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7353.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033044406423941286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000033023504776069046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033022297840037853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000033020844489889936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5830.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033015074350985575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9871.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003301157490359606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3396.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003299989792752312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2283.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032994182418731185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00003296418836280088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2299.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032959990743078175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003295806079975236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9026.1296 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032937543900949324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003291542927300965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":513,"viewportWidth":320,"weight":0.00003291465621074464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7558.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003290608239108461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2146.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003290164958372807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000032869442102924744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000032868817715102896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6725.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032834477616540235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.000032826500089912244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8383.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032821356498616824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003281492129478907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5850.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003280876487724235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7658.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032804869612902514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6100.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000328000171776085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1158,"weight":0.00003279988426237218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9991.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032787248582161585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8066.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032757904310611594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003275142060990833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5992.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003274534971533731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000032741137956311634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6371.1365 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032730332956310336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.00003271687869160264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4348.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000327065451104753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003270555263362198,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9397.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032698122438385864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2812.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003269808613283189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.00003267748177865331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003266681007131573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.00003266595559476005,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00003266486252836507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4838.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032651878624936393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2037.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003264797076645308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6238.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032646211482749375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9402.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003262073148373138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6139.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003261616907777521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3588.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032591325218755036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00003258240096925607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6963.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032562345932683104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7931.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003255594340941049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5468.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003254439911837896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1256,"viewportWidth":1024,"weight":0.00003253259143256452,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1277.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032531374648859087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8105.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032516462329856194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":776,"screenWidth":1531,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":1531,"weight":0.0000324920267814405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4199.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003242457669418727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8611.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003241735866084628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000032399906561242483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8744.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003239860913614993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5657.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003236355660622418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5977.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003235956146896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7691.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032310936832084856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2659.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003230814437832379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4012.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003229797670752694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000032296285729316086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2396.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003228836772488891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003228462814489107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7927.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003227268247467896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4403.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003226744875554498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3248.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032260600349262734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6321.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003223296285871162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4710.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032230369573374557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7711.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032221125888501055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00003220228161715734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1732.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003219470782190237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003217984255492153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1019.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032153551424387484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7473.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003215345471523937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6942.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003214441018524031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9567.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000321184289468733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.000032110141008919706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00003209524940950084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003209457725639842,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8321.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032085961096694954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":428,"weight":0.00003208072210012436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003207092397591608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5296.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003206900750178788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000032063984869653836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9201.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003203971181743365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00003203847756217722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8988.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003203502497272486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003200564942175888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.0000320010298251365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003197456596053248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4421.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031961552807251514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003194705646152486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5156.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003192449832635618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003192144282523062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00003191147354570541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1159.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003189674233819078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003188975674050389,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000031876894780070185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1920,"weight":0.000031876820869464115,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3598.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031876091158652225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8366.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000318740911365503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1661.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003187203184584866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4686.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003184646175286858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1513.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003184208989968698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7911.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003184139659288632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5269.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031825019462488805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003180952405757792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4744.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003180483421583757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5121.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003179369901933535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3469.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003178941462470623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5520.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031788131694613535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00003177365031250665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003177362005341295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8466.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000317725743064284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5009.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003177216029979614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000031771775726909565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000031746198597469765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8672.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031744475435672805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8505.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031742755457083306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8143.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031718111293677375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2731.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003170891140514194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9853.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003168803567534448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.95,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":448,"weight":0.00003168476609667802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3919.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000316743209751408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4583.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031670728151515605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2664.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031666480208566716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6953.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000316653534551982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8013.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003166024538688995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1747.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003165846513463179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8834.1831 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031657291868760984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4816.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003164024708107498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2220.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003163402498824391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7622.1231 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031625869931670614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":393,"weight":0.00003162461344047362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003160147785670393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":768,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 OPR/89.0.0.0","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":345,"weight":0.00003158701589862817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003155007729259409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9188.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031548666046682525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.0000315430149513215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1761.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031539239972202676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6717.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031537682669637494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1785.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003152365638787297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6289.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031518867116544704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1656.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031507783646681334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5241.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031500417686243245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4879.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031492404424367086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4197.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031483401484190074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000031472329432444465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00003145706558108804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6318.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003145259296936024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000031452359387006066,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6244.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031446965008710145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8962.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003144560484861516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000314431769731089,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1536.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031431538932953384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4909.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003142793649573796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9243.1585 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003142129342034389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":387,"weight":0.0000314180966607491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.000031410634091953924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8363.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031408741422365724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2412.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003140478381417112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6235.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031390370293285674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.00003138945175929938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9305.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003138031860954157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003137369913419816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003137134004844942,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4858.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003136235018348695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00003135652270732212,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2871.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003133787871724144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00003132402982597827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003132000859984391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":632,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":360,"weight":0.00003131968209361832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3625.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000313173052271169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9482.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003128447435794812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7539.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031277644009843784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":546,"viewportWidth":375,"weight":0.00003124874163358154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000031244477543818224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2724.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000312424140757438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8326.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031238929612521836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003123256874392193,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003122143182270118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 15; H0ih26yXqG; U; en) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":412,"weight":0.000031211218663940744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3124.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000312070541949833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9184.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031202379896358184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9705.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003117710208878737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00003115301712536177,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8311.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003112144706853937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9543.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031116921791853905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4515.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031093881194953766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3288.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003107437803591348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2495.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031068658101179205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000031062009291237994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9352.1348 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003105666852129219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4338.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003105034463517523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3461.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003104581114131311,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000031028634104393154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.000031013104876869704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5679.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003101176328458809,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":587,"screenWidth":1205,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":587,"viewportWidth":1205,"weight":0.00003101138320612513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003099878101350949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9149.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003099368017421911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3303.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003097241422436423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00003097163557663361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003097080495851798,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8026.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003097006667217658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003096465524735224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003096014624961537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3437.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003095558290896653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003095035704317898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.000030949536619236485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00003094834640716234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4058.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003092807355692158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00003092665909761592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00003092135771935392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00003091531804384799,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8231.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030885832474429465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9425.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030874481145661924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6046.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003087089222410642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":995,"screenWidth":1775,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":1775,"weight":0.00003086800667787412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3850.1207 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003085558044007562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.0000308513028246838,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3193.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003083535759584703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3994.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030829456801166526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003081689150964136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000030813070311113605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6265.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003079008864366652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3485.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003078718919225252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7384.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003077780277193493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3325.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030776994607435316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7058.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003076766231487134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8664.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003076263254665749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9313.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003075282258507169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.42 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003074905870983919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1046.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003074779365534839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00003073836034447251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5107.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003073560754031906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6448.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003072964231963875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7309.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030728728171798535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4266.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030714236744794265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7382.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003070492181772788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1502.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003069165676650855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2013.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003068738728376691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003066611123771978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6889.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000306538812931803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003061647758436235,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003059500087744262,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030592696386887156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.000030591740404731265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2020.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003058410297824377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9960.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003057517277889956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030574612016304134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2317.1480 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003057023529463025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":835,"screenWidth":1841,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":1841,"weight":0.00003056677011831243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1907.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003056284102842115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00003055822316876523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00003054312567049037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1603.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003053525401184278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000030532216933725634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000030530589525837334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":844,"screenWidth":1278,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1278,"weight":0.000030524098465070917,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003051791107521067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2310.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030511612888837605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000305071138692448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6938.1166 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030500958175910383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3731.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030489576630628336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3988.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003048766963408016,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000030445526079332584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000030412092032720057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.000030396348745133576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000030387555653705243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003038709839234386,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000030370250793217413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9514.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000303663700082082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4979.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030365567717563222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1723.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030354840538337447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3268.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003033268330002128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00003033240989451652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3831.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030316670797156807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3480.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030312105710904234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00003030223548906968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3042.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030290719912860858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9683.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000302888928335119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000030286188625005153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9964.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003028498430851738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00003028451973361794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5085.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030279859745400648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3346.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030261921589813554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; SM-A155M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":360,"weight":0.00003025820453391943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3715.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030253069993199875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000030251280683260257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00003025085864509636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000030212133694535783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5142.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030205484552260467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3946.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003020071970655704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003019989574754632,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5823.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030180472469204184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000030173616766839733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8157.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030154115677256263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8647.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030151380052013938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9776.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030131643773190288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9017.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030118275118913747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6307.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030113834575259173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1078,"screenWidth":1178,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1078,"viewportWidth":1178,"weight":0.000030107612940995568,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2875.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030103279596189676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000030095706788562002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1393.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000300825627219245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4625.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030079286387144618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000030078663752459295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8965.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030072690499911975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6651.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030068207284747513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7225.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003005873180209479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3917.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030040044249617283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003003074985980342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4729.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030028030739860538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4499.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030023318989566126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8528.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030016058494888426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.000029993015091167234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1983.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002998823572260815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1002,"screenWidth":1092,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1092,"weight":0.000029977918499088437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6100.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002997104134053246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1668.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029969868320732707,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000029968060563254185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1563.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029950795209824675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4807.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002993565477633973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.000029890944582480105,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000298592152735299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1043,"screenWidth":1844,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1043,"viewportWidth":1844,"weight":0.00002985474856644448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6379.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029852800985233166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.000029844134142879375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000029843187272645876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4280.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029838575414120223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000029835109857690224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3491.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029826666373119376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2137.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000298234684506548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1381,"weight":0.00002981619747481825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5310.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029810913320009842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000029785476370725202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000297838432849757,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8835.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002978211527457069,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.000029772037101536838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9909.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029770777814602204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":250},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.000029765877168407825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.25,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000029764514688269616,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000029753479506667074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1272.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029738037558433067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":402,"weight":0.00002973796510967395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":841,"screenWidth":1414,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":841,"viewportWidth":1414,"weight":0.000029707671534250718,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.000029687281621252803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8279.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002968322844721822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1211.1575 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029674058520361707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4106.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029667183895477455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5189.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029663656429864005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9317.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002966313564701827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4977.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029662865303283885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000029661461457736412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":1080,"weight":0.000029657011409595004,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3020.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029631314427651506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7400.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029630690711806855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5057.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002962578385695624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000029619661096715527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7145.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029618205691749484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1858.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029603642498367542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5168.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029602554080998797,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029592170572971794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5289.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029591768523214423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8290.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029591440707634135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9370.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029572596309464468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029566572992924865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6807.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029555222394851613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7892.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002953691217043568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000029535540228049985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9966.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029507566834863353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1612.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029507403504231737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6724.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029496434383557028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5670.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029494658716822027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4432.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029469584363870673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6011.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029460934207758717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9037.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029453642171091938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000029450211478768953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2909.1244 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029449183636942623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6896.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029439226784397543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000029436764971752403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9105.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029424524227382188,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":414,"weight":0.000029414188537211142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1251.1289 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029412761361033747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002940561138801944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":411,"weight":0.000029402867438803903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9383.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029393953139272344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3431.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029390934249089533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4473.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029389645932343443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8742.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029389327450129917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.000029384243635576034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8816.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002937301786795421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4384.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029365700376563343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6901.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000293554990010652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1611.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002935418788869025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7302.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002935023349196123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1280,"weight":0.000029348184539291374,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000029338209957260154,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002933729302706691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002931777567225373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6069.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029315011776639908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":990,"viewportWidth":2048,"weight":0.000029294303470385873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":411,"weight":0.00002929176361073201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8284.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029291382955148937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002928540864481832,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000029281161820540362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1599.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029267488462309405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1219,"viewportWidth":1961,"weight":0.000029242688533225314,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000029210017966157357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0000292083662346651,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000029193407366349346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1006,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":411,"weight":0.00002917511951019812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6506.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002916241679424726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2176.1163 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029149261627333687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6677.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002914552801280958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":550,"viewportWidth":375,"weight":0.000029143870029784906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002913244582096543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000029118054489863896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4989.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029111948996394542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002910724307622205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1013.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029089890692096974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002908907429730372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3694.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002908438893188286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 5.1.1; KFSUWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/108.16.2 like Chrome/108.0.5359.220 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1280,"weight":0.000029074300853654238,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9297.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029066004452112736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2332.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000290572573243312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6339.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029055649841386457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2272.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029054611183716294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6557.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002905335341463912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3257.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029038437465890528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00002902728841440265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00002901871041374044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002900938209873872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000290088390959508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000029005276460071244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002900520989838407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00002899697767214355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9337.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028995816612308413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9895.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002899349331355565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1656.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028989494260592174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1995.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028982757700238182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3661.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002897600092330919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9145.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028962012120720834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4614.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028952754314434692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00002894238938152984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00002892813747196823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5943.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028927922549271418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5880.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002892535891342456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2499.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028924410734150446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.000028912251751894674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5887.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028907793109199107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4568.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028907358442131285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":392,"weight":0.00002890317278889218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1366,"weight":0.000028899348663376002,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7355.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028892398426779894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8793.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028890212502582736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6293.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028887317480432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000028872052176381516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2524.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028869320013151894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4412.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028868637167479035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8921.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000288608697285834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2862.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002885919568013658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00002885885682411626,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1082.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028845140365784773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00002884164664951798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9558.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028840444843196697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7580.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028822037209352627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":802,"viewportWidth":344,"weight":0.00002881489624115765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1140.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002880437818852543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1332.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002878127032848172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000028780714509011008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8539.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028778583007095987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":428,"weight":0.00002877292964442667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002875128045925011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.000028717564374779356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1078.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002871112926043816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5110.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028706603423021273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8093.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028704492795072684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000028677704075898217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3613.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002865954343532411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2441.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028637990122328358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000286228226544212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6048.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028621901283741455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":956,"viewportWidth":440,"weight":0.00002861677126918616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002861340923976764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5486.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028610534971457404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2752,"weight":0.000028593536074698607,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9564.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000285915678942458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8789.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028590049870827675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1098.1360 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028589945313890758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9493.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028583423197037835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002857739008269292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3522.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002856779295623503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8550.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028547065769031276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1528,"weight":0.00002853489969027637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2243.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028525023407047455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6592.1823 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028524650736393952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1163.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028514315933414296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7456.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028513705074975028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":2012,"weight":0.000028499224287073657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8857.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028496423604389606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000028490806439204918,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000028485598333179653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3625.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028485140580684686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1440,"weight":0.000028473549151526068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3752.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002846971710971244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1933.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028451232741257232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00002844219930943428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6318.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028441333874870023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.000028410247302137665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7628.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028404024561863226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3056.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002838470757699874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4703.1845 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028377507984151806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6632.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028363231683956385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000028361345228360258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7563.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002834190120943667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6234.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002834014012160947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002833774384779822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5489.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028331539342484824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2784.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028290407010798113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000028265726077359947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7501.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002824735963087676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4227.1336 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028247177155973125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6844.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028241119363019858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4192.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028240433073410907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5758.1803 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002823176506478465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4447.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028196057321145696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2495.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028194790108272667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6638.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002819169381972388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5205.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028183730427354706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3678.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028182005538480433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4231.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028179626544562745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":390,"weight":0.00002817654107846317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8885.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002816359352072178,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00002813998476518039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.000028124954189003164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3888.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028122611526715675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5955.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028118940938938308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000028108968982484297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1910,"weight":0.000028104080995888115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0000281018933533522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4935.1324 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028094890912710906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8063.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028091093710521204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7669.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002808520398152852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3277.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002808183720477956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9560.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028073762489662935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2388.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002807151557764652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8798.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028045701097973405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2492.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028022544196732975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00002801692262561099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9863.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027994253294350074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4225.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027992872492465753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000027991124330693568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00002796896023074297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.000027966397353844082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":430,"weight":0.00002795210201956759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":360,"weight":0.00002795099998490645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5086.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002794687734129825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8231.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027938089829602957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000027937421133682076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4695.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000279258705538231,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4738.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027917446112681065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":411,"weight":0.000027902063870063835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2980.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027896929578766157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":542,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":542,"viewportWidth":320,"weight":0.000027887647833276003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.4,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.000027859381825410972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5745.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000278337159757488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1918,"weight":0.00002782988482300869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7789.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027822870018172708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00002780918187713205,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":708,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":412,"weight":0.000027789191406072847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027776700575147217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8115.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002774596026591436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6313.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027734542602952626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4290.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002772938169583067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5219.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027715437776268817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9643.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027713140272444678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4337.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027707769907000682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6658.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027705235715488167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000027697748139645347,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9438.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027689078975143193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2649.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027681009585356165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7303.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027668399187495298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027667467626781022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8179.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027657810770027263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":384,"weight":0.000027657637492804872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.0000276421216293746,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000027630938503783674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000276234259491039,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":962,"viewportWidth":1340,"weight":0.00002761996553237514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1492.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027614308105451248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1068.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027613643097566947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000027595153171889573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00002757541554832282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4149.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002757518720052385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2434.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002757210923742167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2302.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027571439519123246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4009.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027570751535472318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":956,"viewportWidth":2048,"weight":0.0000275698475125816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8508.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002756855307298421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027565550726367025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6341.1228 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027555067316487995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6815.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027554234372207064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5860.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002755309569673728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027538380606989318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027519830731231653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5698.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027506703129372208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6723.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027500626293388625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2380.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027497119358450018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":939,"viewportWidth":485,"weight":0.000027493911154924333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2962.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002748116157390684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9219.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002747845091601312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6095.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002747745235436299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7859.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027472110697801657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8847.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027458413375535093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00002745631791205827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000027454548716414877,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1430.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027454277441660732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4211.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027451416620752314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000027447938468624647,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.000027438864427901337,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002743849644786917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6468.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027432360175069986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8857.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002743003646832263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3854.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027414069266723158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00002741087652595935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6580.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027399810917264127,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000027371056751334632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027362167113081467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1700.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027355149600807753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2239.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027349162639653693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3353.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027348119333751044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8257.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002734770025689582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":834,"screenWidth":1275,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1275,"weight":0.000027345105658080975,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9018.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027342626368976723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000027338895504976923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1792.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027333141214661103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00002732270694335266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1186.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002731888208909273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7352.1792 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027308394330064035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1048.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027303541029014588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000027295198030372826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9548.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027292271096708903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3903.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027285083306834444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8354.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027284554609392376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9378.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027279560991934395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4085.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027269851677332926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9053.1118 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027268713292661702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9907.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027267951108572226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000027267440983242213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000027266748955910344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1807.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027225875441862816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000027225225029017922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3800.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002721503421219907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":707,"viewportWidth":1440,"weight":0.000027203646924544916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9618.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027197295113837638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)","vendor":"Apple Computer, Inc.","viewportHeight":940,"viewportWidth":1324,"weight":0.000027188926159134293,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6330.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027179891490160083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000027172606497975966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1387,"weight":0.000027165678405427028,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1726.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027162977598652124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002715417022446448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000027150773333458044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000027149705363601495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002714832638768036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9210.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027147299498092142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4779.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002714492217295151,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027136939959405845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1534.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002712189489066169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2641.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027103655224708364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4616.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027077930091535465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4664.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027069427560806944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.000027061463708506313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":866,"screenWidth":1178,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":1178,"weight":0.000027058910666794965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00002704773310573851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002704746844895615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027047279529745183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.000027046007228570564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2326.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002703541902498169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1006,"screenWidth":1550,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1006,"viewportWidth":1550,"weight":0.000027005634799665602,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000026998992847121362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1320.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026975968829886208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4418.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026963946124932532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4048.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026959664343207766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1122.1488 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026952431494861826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026947663968620805,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026945871621032695,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8102.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026943184903509868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026938081055729286,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7258.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026936621432975006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026925087729896133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026924733588145394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4801.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002692041765599943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000026901361840457166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":526,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.000026883096771865274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4825.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026877041489743153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6445.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026876234929771107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4566.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026856839458070502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2059.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026840081319496473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8455.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002683032741589607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026804640457558304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5001.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026802965643144817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":898,"screenWidth":1447,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1447,"weight":0.00002678928312215936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3454.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002677545243476857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026758118570157802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4384.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002675499984430744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3527.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026748313948454085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.000026747192778026943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5969.1356 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026741408892246217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5158.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026739203068649338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00002673823540957826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5231.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002673167920954971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4574.1139 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026725647206453194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8403.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002671779784462937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7054.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026707686259965955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1887.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026699556768635597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":869,"screenWidth":1721,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":1721,"weight":0.00002669780127147702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5100.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026688147479971705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2987.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002668697796405174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":610,"viewportWidth":375,"weight":0.00002668476706845377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1874.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026679852721082452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5118.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002667881839711296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5623.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002667555329172582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00002667238291170098,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000026670831731874194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026661882833294107,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7296.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026661267082410354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00002664240592308521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2823.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002664221185085269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7485.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026632457260630437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4198.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026625293077455303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7938.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026623130956602607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6806.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002661326978720629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7091.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002660006606188916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026593638092938996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7724.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026590223373715982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000026587653349113653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002658543352354885,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026584436603236002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1512,"weight":0.000026581675976192005,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8944.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026577261497198678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00002657490603296318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000026571726073284616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7772.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002657053537527582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.4,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.000026567949820708364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026557275579923403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8002.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000265561392093617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2131.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026555401843681007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3445.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026555371259798575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00002655314948710109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9820.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026552665339310745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7482.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026552588189705918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5368.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026540383571156144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6629.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026521655555451776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5379.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026518376443003294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9704.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026518309675773396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8245.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026509472175356028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"downlinkMax":100,"effectiveType":"3g","rtt":1300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":384,"weight":0.000026483431147446674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1331.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026472559274127877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9338.1240 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026458045729980004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026452941375761052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00002644189940972834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9677.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026436211427094662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8141.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026436071881001686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3483.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026421459045987494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.000026411405529997368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026406402370794037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026398126812230788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5111.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026385428866689932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4174.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002637660178931575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":895,"viewportWidth":1341,"weight":0.000026373564924053845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002637085321043052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000026369539461309036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7588.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026362906636642036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5739.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026355408054903317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":565,"weight":0.00002635352528585744,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8035.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026349195789714988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7821.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002633655955659823,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7905.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002633441186627786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026332767287296306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1768.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002633226583674449,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6023.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026323172094966677,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7341.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026300922829470726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026292963036875863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2720.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026281832989086692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7064.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026279023880206427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000026273992031884608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026273366267928968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026266124450153754,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":448,"viewportWidth":320,"weight":0.00002626457942559962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000026241216477292203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026238469727012568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4468.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002623432427833494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026232778508864307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8134.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026194380544507473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026190236175497014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":952,"screenWidth":1852,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1852,"weight":0.00002618683775510298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3256.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026183676988022963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4843.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002617631450202077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5218.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026171503547782732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4125.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002616859991017567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002616746908639401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1804.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026166552644076894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7512.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026165370210145147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8097.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026160943376489553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1748.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002615820009651184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":432,"weight":0.000026155511763120026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7449.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002614938837318652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3662.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026146101120882708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5347.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002614308592914225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3439.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002613915537019046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000261349200845267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":1440,"weight":0.00002612001169756546,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9671.1754 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000260872354967877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4530.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026069846991911724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002606386713750802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4480.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026062718219573874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2308.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026023463550250862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026022120435296067,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000026004713621312888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7404.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025987581265404218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3669.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002598217588185996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025975882375908076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5816.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025949694731425754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9293.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025937040247447372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3614.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025935530460084266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6268.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025928441498644518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 9; KFONWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/134.3.25 like Chrome/134.0.6998.207 Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":601,"weight":0.000025925981937028358,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6597.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025925012669487204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5460.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025915997630384222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000025906043209055155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":876,"viewportWidth":1710,"weight":0.000025891842832634512,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7816.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025887360731519577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4947.1117 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025885811431636005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6908.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025882248529051004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2074.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025874258722546937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2931.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002586563685391815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5928.1851 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002584705410436005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8416.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025841896757358355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9234.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025840661442277486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.000025834410365381694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2218.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025829178412114593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4209.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025826852790017378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8464.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025826563440236548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000025816811165142402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00002581246647395853,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7441.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002580452650342558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5037.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025794476585845438,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000025789262327328035,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8403.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025786923562406728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1347.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025784319938309816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3442.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002577102574330839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6962.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025764091479811867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1926.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002575726732493239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7919.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025753034030234403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025751147062901324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4891.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025743207014210804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6530.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025742427075169878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":761,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":761,"viewportWidth":369,"weight":0.000025724324890267585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":627,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":360,"weight":0.000025694341105230448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9233.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002569053980298309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.000025688764407664772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9556.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025681412872373656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8869.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025680307162155836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4639.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002567540209740489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1762.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025669291515571683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000025668982992477322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4293.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025659183272677666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2250.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025645274113553923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7896.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025640250849476203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9210.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025627734711476388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9248.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002561075251781092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1968.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025602952404346123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3929.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002560262382849861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3595.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002559886519312173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":344,"weight":0.000025593040872421564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.000025585169888463635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6991.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025583940030522975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025583414764773025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4121.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025568763636051067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7023.1042 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002556380019925828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025560937517685174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9542.1105 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025554197781350504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00002555294796449994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00002553286541233861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5912.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025530543624877845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002552961270283405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8358.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002552656665773448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00002552127309600741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":917,"screenWidth":1771,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1771,"weight":0.000025512313876538505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6677.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025508164107868584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6743.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025506455311017224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5440.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002549996496547281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8525.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002549555265660383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025485416537851294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4762.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002548510346306119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6558.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025480351613327897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7360.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025476440081411367,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025469379257455488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000025458066876233835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":430,"weight":0.000025455549192766133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4464.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025455344869235084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9841.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025438197043645136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6122.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025421663994530497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000025415511286824388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00002541080901050384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025406720236874922,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025404416556082325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000025391614754686563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4154.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025384550507965622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":812,"screenWidth":1241,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1241,"weight":0.000025358680313828143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0000253579321927242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9698.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002535438056240305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000025345101093776757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8939.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025343303378448703,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000025341728265967276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002534060659699689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025328925044172107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6077.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002532809152515869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1373.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025319396684737578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00002530821116951929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2778.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002530653282625231,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4528.1297 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002529897903035883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025293025564466017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.000025287927156804196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5711.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025283985153289866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1782.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002527818707940037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7212.1823 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000252762211832691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8778.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025252520408293097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002525010664533024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2503.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025234959984472228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5065.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002523361660169389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3976.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002522759162155012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1980.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002522425767895131,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025219105663125277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1114.1154 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025216279344858833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2135.1348 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025193436843871722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002519168428617588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":627,"screenWidth":1116,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":513,"viewportWidth":1116,"weight":0.000025189659713063318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002515276519506879,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":1280,"weight":0.000025144308240172653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9368.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025130811885162837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000025129384687256638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000025122058153774776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2769.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025113704290283772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025100759561594475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025096869063340757,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7077.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025085555526957654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025082658270609752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025044723559611646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.35,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002504375249755405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025018889878190622,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3267.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025017451400654866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9960.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002498607106610795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002497480551074835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2176.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002497331298360507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8627.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024972688952108146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.000024958409964080262,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":998,"viewportWidth":1904,"weight":0.000024951834666089163,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000024947320090154347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7563.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002493742968370713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4385.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002493380829068814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9295.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002493248110666457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00002492905840353753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4834.1159 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024909326331214314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2766.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002490859960857272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7931.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024898303182664854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5484.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024893971836572354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7527.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024891579803382554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.000024883924507357583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":995,"screenWidth":1868,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":1868,"weight":0.000024872326932043004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5574.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024850392216077576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000024848766493525704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000024841616491547717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.000024840021415697333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8042.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024835752532014942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7175.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002481430466256627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3469.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002480869760112579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":655,"viewportWidth":1402,"weight":0.000024806728963214792,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1118.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002478583525922408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000024785049941382133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000024779502738897876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9801.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024775604260990073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000024774724820535836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7193.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024773211386330618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":926,"screenWidth":1138,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1138,"weight":0.00002477208070159858,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4317.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002476677626915055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6223.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024766268508040156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000024760055062333606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1533.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024753876624829064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00002475224010990646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002475122497053808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3003.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024748827173552805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8715.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024730996792508308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3544.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024689116344747174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5962.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024675599881172324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3513.1197 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024650514185032147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3063.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002464063776298267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000024638633251850646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":393,"weight":0.000024627131024492044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8554.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002461793118247925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8760.1825 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024607811535752763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6231.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024607693162469758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000024606897486216646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.1,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.000024603112667245706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00002460174931535573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024588519866425975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2529.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024578208859844727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6004.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024571679195604505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3078.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002457017071907278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000024568966214803217,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024566554767400385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00002456506821856047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1504,"weight":0.000024539754495268915,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000024538963948163855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000024536871507959556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024504345265698455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2971.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024488386161816757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.000024471222348598565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000024470249305921327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4910.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024468370643107352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8725.1225 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002444964719354119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6002.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024403216683164867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3335.1298 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024393261507425715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4789.1204 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002439140082889026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8614.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002438718966649356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1773.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002437818347719028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7069.1303 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024377581955872632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000024372792946061453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024361483552754515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5483.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002434919194600131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5949.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024346892121492643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":781,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":351,"weight":0.000024339024423475786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7213.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024334824841549783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5485.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002432552029393624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9288.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024313266788448913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":1280,"weight":0.000024305668169231615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8044.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024262561739818468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000024258382531329767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3829.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024254472505849126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024253512915969974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000024249842156042572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8240.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024248888239347196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000024247778510499742,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1019,"screenWidth":1130,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1019,"viewportWidth":1130,"weight":0.0000242471540511613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2126.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024241446288257913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024238535786033196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":393,"weight":0.000024224312546739165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000024223959411198404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8139.1632 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002420712103550994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9003.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024201576300646304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000024189338832346087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8535.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024175694618379686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4650.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024167431919505303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7138.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024128738553351156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002411902166699379,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1133,"screenWidth":744,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1026,"viewportWidth":744,"weight":0.000024109847208162544,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6837.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024084902464582273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002407556942040932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8900.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024069988486773798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000024064858642413263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000024064667117859346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4766.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024058726847185334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000024057138086998677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5998.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024055803625118635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000240190273408267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2569.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002401044763163293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8033.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024000906173131338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9277.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002399686023272038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4298.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023996410991269706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002398932065203892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2698.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023979481888190394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":338,"weight":0.00002397003934909116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002393749977793863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000023935303459097318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.000023931435438451787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.00002391451837255207,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2028.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002390736573684138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000023903250604928998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023897350811483438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00002389730231948447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2554.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002389035696240789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002388116604398297,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3194.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023870725276842527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":785,"viewportWidth":1566,"weight":0.000023869398740287616,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1110.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002386703178572859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1184.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023858325651660278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1331.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023854259764462428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":968,"viewportWidth":810,"weight":0.000023852837840227435,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3611.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023829490318536093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9882.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023814894155955034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2106.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002379063130058859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8906.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002378792817093419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000023780470739810965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000023776674767929412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3254.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023774315020618264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6849.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023769877687292953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1536,"weight":0.000023767470474365773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4711.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002376711009740157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5234.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023755869824690115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9414.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023755143343525213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5060.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023753596170548927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000023747402703252375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9960.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023744063381311438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":592,"viewportWidth":360,"weight":0.000023743599064804968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6966.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023741430716075072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9840.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023735727654207866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5477.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023735713201401632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00002372739457432909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4335.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023725310676370213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3511.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023716082644102737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002371133882819913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00002371024572244885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000023706307866980258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1984.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002367743113512213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":683,"viewportWidth":390,"weight":0.000023664886067561394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4217.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023664817580662546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7375.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023641934491638527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000023626492781778433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3872.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023626313129942467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000023621932671840024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.000023620577626943968,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6598.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023612921562066994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000023611475068024858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000023596257317313564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.000023596124763204663,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8508.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000235840339507511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1448.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023581885707397436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":914,"weight":0.000023581665834793727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00002355958401735753,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.000023545888339077255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1100,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1100,"weight":0.000023536788781892704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3602.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023523326125111632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4009.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002351531635194411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4817.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023506105458848897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000235050408723816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002348327895413232,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":723,"viewportWidth":1280,"weight":0.00002347657317380084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5112.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002344437928190664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8838.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002344295030516466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9321.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002340834611318115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1001,"screenWidth":1145,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1001,"viewportWidth":1145,"weight":0.000023404188159470936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3599.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023390288519860016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3873.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023386527907310947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00002338500462210037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000023383354189700602,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002338244274237117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1194,"weight":0.000023380365924040644,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00002337555337130216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000023372524253443916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8828.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002335995510598405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3897.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023357442150724793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7524.1263 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023355989692078208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":970,"screenWidth":1921,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1920,"weight":0.00002335269679044065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3145.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002334102474412956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2978.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023330368508153756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":831,"screenWidth":1235,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1235,"weight":0.000023325903801926943,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002331695299032706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00002331337575184507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000023307147815406825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":563,"viewportWidth":1242,"weight":0.000023303768707725167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7309.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023301980617869715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9260.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002328687339254142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023283805607682886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4818.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002327992389928334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1519.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023279429917526348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":515,"viewportWidth":375,"weight":0.00002327901142660952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8819.1922 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002327888748905655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6979.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023271782804788823,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7233.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002326171878725899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.000023261056934459785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3273.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023250062416481898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1849.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023244040093313638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1083.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002323870739221021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2593.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023213057856994114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000023177717198125018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3827.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002316387367142198,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":692,"viewportWidth":402,"weight":0.000023161921763179935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4594.1516 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023153352073885034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5494.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023149150401697117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002314815037148941,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3593.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023129913481237746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5992.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023110531015433323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2858.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023093224640678845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002308817548289672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2859.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023077618194056664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9801.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023064528715587158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1250.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023058532159960777,"deviceCategory":"mobile"}]')}},i={};function t(o){if(i[o])return i[o].exports;var n=i[o]={id:o,loaded:!1,exports:{}};return e[o](n,n.exports,t),n.loaded=!0,n.exports}return t.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),t(442)})()})); //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/tvapp2/node_modules/user-agents/dist/index.js.map b/tvapp2/node_modules/user-agents/dist/index.js.map index 088db01a..e9f234bb 100755 --- a/tvapp2/node_modules/user-agents/dist/index.js.map +++ b/tvapp2/node_modules/user-agents/dist/index.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack://user-agents/webpack/universalModuleDefinition","webpack://user-agents/./src/index.js","webpack://user-agents/./src/user-agent.js","webpack://user-agents/./node_modules/lodash.clonedeep/index.js","webpack://user-agents/webpack/bootstrap","webpack://user-agents/webpack/startup","webpack://user-agents/webpack/runtime/node module decorator"],"names":["root","factory","exports","module","define","amd","global","UserAgent","makeCumulativeWeightIndexPairs","weightIndexPairs","totalWeight","reduce","sum","weight","map","index","defaultWeightIndexPairs","userAgents","defaultCumulativeWeightIndexPairs","constructFilter","filters","accessor","parentObject","childFilters","RegExp","value","userAgent","test","Array","childFilter","Object","entries","key","valueFilter","every","error","setCumulativeWeightIndexPairs","cumulativeWeightIndexPairs","defineProperty","configurable","enumerable","writable","Symbol","toPrimitive","data","randomize","randomNumber","Math","random","find","cumulativeWeight","rawUserAgent","filter","forEach","push","constructCumulativeWeightIndexPairsFromFilters","length","Error","Proxy","apply","get","target","property","receiver","prototype","hasOwnProperty","call","propertyIsEnumerable","undefined","Reflect","Function","HASH_UNDEFINED","MAX_SAFE_INTEGER","argsTag","boolTag","dateTag","funcTag","genTag","mapTag","numberTag","objectTag","promiseTag","regexpTag","setTag","stringTag","symbolTag","weakMapTag","arrayBufferTag","dataViewTag","float32Tag","float64Tag","int8Tag","int16Tag","int32Tag","uint8Tag","uint8ClampedTag","uint16Tag","uint32Tag","reFlags","reIsHostCtor","reIsUint","cloneableTags","freeGlobal","freeSelf","self","freeExports","nodeType","freeModule","moduleExports","addMapEntry","pair","set","addSetEntry","add","arrayReduce","array","iteratee","accumulator","initAccum","isHostObject","result","toString","e","mapToArray","size","overArg","func","transform","arg","setToArray","uid","arrayProto","funcProto","objectProto","coreJsData","maskSrcKey","exec","keys","IE_PROTO","funcToString","objectToString","reIsNative","replace","Buffer","Uint8Array","getPrototype","getPrototypeOf","objectCreate","create","splice","nativeGetSymbols","getOwnPropertySymbols","nativeIsBuffer","isBuffer","nativeKeys","DataView","getNative","Map","Promise","Set","WeakMap","nativeCreate","dataViewCtorString","toSource","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","symbolProto","symbolValueOf","valueOf","Hash","this","clear","entry","ListCache","MapCache","Stack","__data__","arrayLikeKeys","inherited","isArray","isObjectLike","isArrayLike","isArrayLikeObject","isArguments","n","baseTimes","String","skipIndexes","isIndex","assignValue","object","objValue","eq","assocIndexOf","baseClone","isDeep","isFull","customizer","stack","isObject","isArr","constructor","input","initCloneArray","source","copyArray","tag","getTag","isFunc","buffer","slice","copy","cloneBuffer","isPrototype","proto","initCloneObject","copyObject","getSymbols","copySymbols","baseAssign","cloneFunc","Ctor","cloneArrayBuffer","dataView","byteOffset","byteLength","cloneDataView","typedArray","cloneTypedArray","cloneMap","regexp","lastIndex","cloneRegExp","cloneSet","symbol","initCloneByTag","stacked","props","keysFunc","symbolsFunc","values","offset","arrayPush","baseGetAllKeys","getAllKeys","arrayEach","subValue","baseIsNative","isFunction","arrayBuffer","newValue","getMapData","type","getValue","has","pop","cache","pairs","LARGE_ARRAY_SIZE","other","ArrayBuffer","resolve","ctorString","isLength","baseKeys","__webpack_module_cache__","__webpack_require__","moduleId","id","loaded","__webpack_modules__","nmd","paths","children"],"mappings":"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","file":"index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"user-agents\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"user-agents\"] = factory();\n\telse\n\t\troot[\"user-agents\"] = factory();\n})(global, function() {\nreturn ","import UserAgent from './user-agent';\n\n\nexport default UserAgent;\n","import cloneDeep from 'lodash.clonedeep';\n\nimport userAgents from './user-agents.json';\n\n\n// Normalizes the total weight to 1 and constructs a cumulative distribution.\nconst makeCumulativeWeightIndexPairs = (weightIndexPairs) => {\n const totalWeight = weightIndexPairs.reduce((sum, [weight]) => sum + weight, 0);\n let sum = 0;\n return weightIndexPairs.map(([weight, index]) => {\n sum += weight / totalWeight;\n return [sum, index];\n });\n};\n\n// Precompute these so that we can quickly generate unfiltered user agents.\nconst defaultWeightIndexPairs = userAgents.map(({ weight }, index) => [weight, index]);\nconst defaultCumulativeWeightIndexPairs = makeCumulativeWeightIndexPairs(defaultWeightIndexPairs);\n\n\n// Turn the various filter formats into a single filter function that acts on raw user agents.\nconst constructFilter = (filters, accessor = parentObject => parentObject) => {\n let childFilters;\n if (typeof filters === 'function') {\n childFilters = [filters];\n } else if (filters instanceof RegExp) {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters.test(value.userAgent)\n : filters.test(value)\n ),\n ];\n } else if (filters instanceof Array) {\n childFilters = filters.map(childFilter => constructFilter(childFilter));\n } else if (typeof filters === 'object') {\n childFilters = Object.entries(filters).map(([key, valueFilter]) => (\n constructFilter(valueFilter, parentObject => parentObject[key])\n ));\n } else {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters === value.userAgent\n : filters === value\n ),\n ];\n }\n\n return (parentObject) => {\n try {\n const value = accessor(parentObject);\n return childFilters.every(childFilter => childFilter(value));\n } catch (error) {\n // This happens when a user-agent lacks a nested property.\n return false;\n }\n };\n};\n\n\n// Construct normalized cumulative weight index pairs given the filters.\nconst constructCumulativeWeightIndexPairsFromFilters = (filters) => {\n if (!filters) {\n return defaultCumulativeWeightIndexPairs;\n }\n\n const filter = constructFilter(filters);\n\n const weightIndexPairs = [];\n userAgents.forEach((rawUserAgent, index) => {\n if (filter(rawUserAgent)) {\n weightIndexPairs.push([rawUserAgent.weight, index]);\n }\n });\n return makeCumulativeWeightIndexPairs(weightIndexPairs);\n};\n\n\nconst setCumulativeWeightIndexPairs = (userAgent, cumulativeWeightIndexPairs) => {\n Object.defineProperty(userAgent, 'cumulativeWeightIndexPairs', {\n configurable: true,\n enumerable: false,\n writable: false,\n value: cumulativeWeightIndexPairs,\n });\n};\n\n\nexport default class UserAgent extends Function {\n constructor(filters) {\n super();\n setCumulativeWeightIndexPairs(this, constructCumulativeWeightIndexPairsFromFilters(filters));\n if (this.cumulativeWeightIndexPairs.length === 0) {\n throw new Error('No user agents matched your filters.');\n }\n\n this.randomize();\n\n return new Proxy(this, {\n apply: () => this.random(),\n get: (target, property, receiver) => {\n const dataCandidate = target.data && typeof property === 'string'\n && Object.prototype.hasOwnProperty.call(target.data, property)\n && Object.prototype.propertyIsEnumerable.call(target.data, property);\n if (dataCandidate) {\n const value = target.data[property];\n if (value !== undefined) {\n return value;\n }\n }\n\n return Reflect.get(target, property, receiver);\n },\n });\n }\n\n static random = (filters) => {\n try {\n return new UserAgent(filters);\n } catch (error) {\n return null;\n }\n };\n\n //\n // Standard Object Methods\n //\n\n [Symbol.toPrimitive] = () => (\n this.data.userAgent\n );\n\n toString = () => (\n this.data.userAgent\n );\n\n random = () => {\n const userAgent = new UserAgent();\n setCumulativeWeightIndexPairs(userAgent, this.cumulativeWeightIndexPairs);\n userAgent.randomize();\n return userAgent;\n };\n\n randomize = () => {\n // Find a random raw random user agent.\n const randomNumber = Math.random();\n const [, index] = this.cumulativeWeightIndexPairs\n .find(([cumulativeWeight]) => cumulativeWeight > randomNumber);\n const rawUserAgent = userAgents[index];\n\n this.data = cloneDeep(rawUserAgent);\n }\n}\n","/**\n * lodash (Custom Build) \n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors \n * Released under MIT license \n * Based on Underscore.js 1.8.3 \n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/**\n * Adds the key-value `pair` to `map`.\n *\n * @private\n * @param {Object} map The map to modify.\n * @param {Array} pair The key-value pair to add.\n * @returns {Object} Returns `map`.\n */\nfunction addMapEntry(map, pair) {\n // Don't return `map.set` because it's not chainable in IE 11.\n map.set(pair[0], pair[1]);\n return map;\n}\n\n/**\n * Adds `value` to `set`.\n *\n * @private\n * @param {Object} set The set to modify.\n * @param {*} value The value to add.\n * @returns {Object} Returns `set`.\n */\nfunction addSetEntry(set, value) {\n // Don't return `set.add` because it's not chainable in IE 11.\n set.add(value);\n return set;\n}\n\n/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array ? array.length : 0;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\n/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\n/**\n * A specialized version of `_.reduce` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {*} [accumulator] The initial value.\n * @param {boolean} [initAccum] Specify using the first element of `array` as\n * the initial value.\n * @returns {*} Returns the accumulated value.\n */\nfunction arrayReduce(array, iteratee, accumulator, initAccum) {\n var index = -1,\n length = array ? array.length : 0;\n\n if (initAccum && length) {\n accumulator = array[++index];\n }\n while (++index < length) {\n accumulator = iteratee(accumulator, array[index], index, array);\n }\n return accumulator;\n}\n\n/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\n/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\n/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n\n set.forEach(function(value) {\n result[++index] = value;\n });\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n Symbol = root.Symbol,\n Uint8Array = root.Uint8Array,\n getPrototype = overArg(Object.getPrototypeOf, Object),\n objectCreate = Object.create,\n propertyIsEnumerable = objectProto.propertyIsEnumerable,\n splice = arrayProto.splice;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols,\n nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,\n nativeKeys = overArg(Object.keys, Object);\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView'),\n Map = getNative(root, 'Map'),\n Promise = getNative(root, 'Promise'),\n Set = getNative(root, 'Set'),\n WeakMap = getNative(root, 'WeakMap'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n this.__data__ = new ListCache(entries);\n}\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n}\n\n/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n return this.__data__['delete'](key);\n}\n\n/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\n/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var cache = this.__data__;\n if (cache instanceof ListCache) {\n var pairs = cache.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n return this;\n }\n cache = this.__data__ = new MapCache(pairs);\n }\n cache.set(key, value);\n return this;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n // Safari 9 makes `arguments.length` enumerable in strict mode.\n var result = (isArray(value) || isArguments(value))\n ? baseTimes(value.length, String)\n : [];\n\n var length = result.length,\n skipIndexes = !!length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (key == 'length' || isIndex(key, length)))) {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n object[key] = value;\n }\n}\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @param {boolean} [isFull] Specify a clone including symbols.\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, isDeep, isFull, customizer, key, object, stack) {\n var result;\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n if (isHostObject(value)) {\n return object ? value : {};\n }\n result = initCloneObject(isFunc ? {} : value);\n if (!isDeep) {\n return copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, baseClone, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (!isArr) {\n var props = isFull ? getAllKeys(value) : keys(value);\n }\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, isDeep, isFull, customizer, key, value, stack));\n });\n return result;\n}\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} prototype The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nfunction baseCreate(proto) {\n return isObject(proto) ? objectCreate(proto) : {};\n}\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\n/**\n * The base implementation of `getTag`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n return objectToString.call(value);\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var result = new buffer.constructor(buffer.length);\n buffer.copy(result);\n return result;\n}\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\n/**\n * Creates a clone of `map`.\n *\n * @private\n * @param {Object} map The map to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned map.\n */\nfunction cloneMap(map, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(mapToArray(map), true) : mapToArray(map);\n return arrayReduce(array, addMapEntry, new map.constructor);\n}\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\n/**\n * Creates a clone of `set`.\n *\n * @private\n * @param {Object} set The set to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned set.\n */\nfunction cloneSet(set, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(setToArray(set), true) : setToArray(set);\n return arrayReduce(array, addSetEntry, new set.constructor);\n}\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\n/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n assignValue(object, key, newValue === undefined ? source[key] : newValue);\n }\n return object;\n}\n\n/**\n * Copies own symbol properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Creates an array of the own enumerable symbol properties of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = nativeGetSymbols ? overArg(nativeGetSymbols, Object) : stubArray;\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11,\n// for data views in Edge < 14, and promises in Node.js.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = objectToString.call(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : undefined;\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, cloneFunc, isDeep) {\n var Ctor = object.constructor;\n switch (tag) {\n case arrayBufferTag:\n return cloneArrayBuffer(object);\n\n case boolTag:\n case dateTag:\n return new Ctor(+object);\n\n case dataViewTag:\n return cloneDataView(object, isDeep);\n\n case float32Tag: case float64Tag:\n case int8Tag: case int16Tag: case int32Tag:\n case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n return cloneTypedArray(object, isDeep);\n\n case mapTag:\n return cloneMap(object, isDeep, cloneFunc);\n\n case numberTag:\n case stringTag:\n return new Ctor(object);\n\n case regexpTag:\n return cloneRegExp(object);\n\n case setTag:\n return cloneSet(object, isDeep, cloneFunc);\n\n case symbolTag:\n return cloneSymbol(object);\n }\n}\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n length = length == null ? MAX_SAFE_INTEGER : length;\n return !!length &&\n (typeof value == 'number' || reIsUint.test(value)) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * This method is like `_.clone` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 1.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @returns {*} Returns the deep cloned value.\n * @see _.clone\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var deep = _.cloneDeep(objects);\n * console.log(deep[0] === objects[0]);\n * // => false\n */\nfunction cloneDeep(value) {\n return baseClone(value, true, true);\n}\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nfunction isArguments(value) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&\n (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n * else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n return isObjectLike(value) && isArrayLike(value);\n}\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\n/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\n/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = cloneDeep;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// module exports must be returned from runtime so entry inlining is disabled\n// startup\n// Load entry module and return exports\nreturn __webpack_require__(442);\n","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack://user-agents/webpack/universalModuleDefinition","webpack://user-agents/./src/index.js","webpack://user-agents/./src/user-agent.js","webpack://user-agents/./node_modules/lodash.clonedeep/index.js","webpack://user-agents/webpack/bootstrap","webpack://user-agents/webpack/startup","webpack://user-agents/webpack/runtime/node module decorator"],"names":["root","factory","exports","module","define","amd","global","UserAgent","makeCumulativeWeightIndexPairs","weightIndexPairs","totalWeight","reduce","sum","weight","map","index","defaultWeightIndexPairs","userAgents","defaultCumulativeWeightIndexPairs","constructFilter","filters","accessor","parentObject","childFilters","RegExp","value","userAgent","test","Array","childFilter","Object","entries","key","valueFilter","every","error","setCumulativeWeightIndexPairs","cumulativeWeightIndexPairs","defineProperty","configurable","enumerable","writable","Symbol","toPrimitive","data","randomize","randomNumber","Math","random","find","cumulativeWeight","rawUserAgent","filter","forEach","push","constructCumulativeWeightIndexPairsFromFilters","length","Error","Proxy","apply","get","target","property","receiver","prototype","hasOwnProperty","call","propertyIsEnumerable","undefined","Reflect","Function","HASH_UNDEFINED","MAX_SAFE_INTEGER","argsTag","boolTag","dateTag","funcTag","genTag","mapTag","numberTag","objectTag","promiseTag","regexpTag","setTag","stringTag","symbolTag","weakMapTag","arrayBufferTag","dataViewTag","float32Tag","float64Tag","int8Tag","int16Tag","int32Tag","uint8Tag","uint8ClampedTag","uint16Tag","uint32Tag","reFlags","reIsHostCtor","reIsUint","cloneableTags","freeGlobal","freeSelf","self","freeExports","nodeType","freeModule","moduleExports","addMapEntry","pair","set","addSetEntry","add","arrayReduce","array","iteratee","accumulator","initAccum","isHostObject","result","toString","e","mapToArray","size","overArg","func","transform","arg","setToArray","uid","arrayProto","funcProto","objectProto","coreJsData","maskSrcKey","exec","keys","IE_PROTO","funcToString","objectToString","reIsNative","replace","Buffer","Uint8Array","getPrototype","getPrototypeOf","objectCreate","create","splice","nativeGetSymbols","getOwnPropertySymbols","nativeIsBuffer","isBuffer","nativeKeys","DataView","getNative","Map","Promise","Set","WeakMap","nativeCreate","dataViewCtorString","toSource","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","symbolProto","symbolValueOf","valueOf","Hash","this","clear","entry","ListCache","MapCache","Stack","__data__","arrayLikeKeys","inherited","isArray","isObjectLike","isArrayLike","isArrayLikeObject","isArguments","n","baseTimes","String","skipIndexes","isIndex","assignValue","object","objValue","eq","assocIndexOf","baseClone","isDeep","isFull","customizer","stack","isObject","isArr","constructor","input","initCloneArray","source","copyArray","tag","getTag","isFunc","buffer","slice","copy","cloneBuffer","isPrototype","proto","initCloneObject","copyObject","getSymbols","copySymbols","baseAssign","cloneFunc","Ctor","cloneArrayBuffer","dataView","byteOffset","byteLength","cloneDataView","typedArray","cloneTypedArray","cloneMap","regexp","lastIndex","cloneRegExp","cloneSet","symbol","initCloneByTag","stacked","props","keysFunc","symbolsFunc","values","offset","arrayPush","baseGetAllKeys","getAllKeys","arrayEach","subValue","baseIsNative","isFunction","arrayBuffer","newValue","getMapData","type","getValue","has","pop","cache","pairs","LARGE_ARRAY_SIZE","other","ArrayBuffer","resolve","ctorString","isLength","baseKeys","__webpack_module_cache__","__webpack_require__","moduleId","id","loaded","__webpack_modules__","nmd","paths","children"],"mappings":"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","file":"index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"user-agents\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"user-agents\"] = factory();\n\telse\n\t\troot[\"user-agents\"] = factory();\n})(global, function() {\nreturn ","import UserAgent from './user-agent';\n\n\nexport default UserAgent;\n","import cloneDeep from 'lodash.clonedeep';\n\nimport userAgents from './user-agents.json';\n\n\n// Normalizes the total weight to 1 and constructs a cumulative distribution.\nconst makeCumulativeWeightIndexPairs = (weightIndexPairs) => {\n const totalWeight = weightIndexPairs.reduce((sum, [weight]) => sum + weight, 0);\n let sum = 0;\n return weightIndexPairs.map(([weight, index]) => {\n sum += weight / totalWeight;\n return [sum, index];\n });\n};\n\n// Precompute these so that we can quickly generate unfiltered user agents.\nconst defaultWeightIndexPairs = userAgents.map(({ weight }, index) => [weight, index]);\nconst defaultCumulativeWeightIndexPairs = makeCumulativeWeightIndexPairs(defaultWeightIndexPairs);\n\n\n// Turn the various filter formats into a single filter function that acts on raw user agents.\nconst constructFilter = (filters, accessor = parentObject => parentObject) => {\n let childFilters;\n if (typeof filters === 'function') {\n childFilters = [filters];\n } else if (filters instanceof RegExp) {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters.test(value.userAgent)\n : filters.test(value)\n ),\n ];\n } else if (filters instanceof Array) {\n childFilters = filters.map(childFilter => constructFilter(childFilter));\n } else if (typeof filters === 'object') {\n childFilters = Object.entries(filters).map(([key, valueFilter]) => (\n constructFilter(valueFilter, parentObject => parentObject[key])\n ));\n } else {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters === value.userAgent\n : filters === value\n ),\n ];\n }\n\n return (parentObject) => {\n try {\n const value = accessor(parentObject);\n return childFilters.every(childFilter => childFilter(value));\n } catch (error) {\n // This happens when a user-agent lacks a nested property.\n return false;\n }\n };\n};\n\n\n// Construct normalized cumulative weight index pairs given the filters.\nconst constructCumulativeWeightIndexPairsFromFilters = (filters) => {\n if (!filters) {\n return defaultCumulativeWeightIndexPairs;\n }\n\n const filter = constructFilter(filters);\n\n const weightIndexPairs = [];\n userAgents.forEach((rawUserAgent, index) => {\n if (filter(rawUserAgent)) {\n weightIndexPairs.push([rawUserAgent.weight, index]);\n }\n });\n return makeCumulativeWeightIndexPairs(weightIndexPairs);\n};\n\n\nconst setCumulativeWeightIndexPairs = (userAgent, cumulativeWeightIndexPairs) => {\n Object.defineProperty(userAgent, 'cumulativeWeightIndexPairs', {\n configurable: true,\n enumerable: false,\n writable: false,\n value: cumulativeWeightIndexPairs,\n });\n};\n\n\nexport default class UserAgent extends Function {\n constructor(filters) {\n super();\n setCumulativeWeightIndexPairs(this, constructCumulativeWeightIndexPairsFromFilters(filters));\n if (this.cumulativeWeightIndexPairs.length === 0) {\n throw new Error('No user agents matched your filters.');\n }\n\n this.randomize();\n\n return new Proxy(this, {\n apply: () => this.random(),\n get: (target, property, receiver) => {\n const dataCandidate = target.data && typeof property === 'string'\n && Object.prototype.hasOwnProperty.call(target.data, property)\n && Object.prototype.propertyIsEnumerable.call(target.data, property);\n if (dataCandidate) {\n const value = target.data[property];\n if (value !== undefined) {\n return value;\n }\n }\n\n return Reflect.get(target, property, receiver);\n },\n });\n }\n\n static random = (filters) => {\n try {\n return new UserAgent(filters);\n } catch (error) {\n return null;\n }\n };\n\n //\n // Standard Object Methods\n //\n\n [Symbol.toPrimitive] = () => (\n this.data.userAgent\n );\n\n toString = () => (\n this.data.userAgent\n );\n\n random = () => {\n const userAgent = new UserAgent();\n setCumulativeWeightIndexPairs(userAgent, this.cumulativeWeightIndexPairs);\n userAgent.randomize();\n return userAgent;\n };\n\n randomize = () => {\n // Find a random raw random user agent.\n const randomNumber = Math.random();\n const [, index] = this.cumulativeWeightIndexPairs\n .find(([cumulativeWeight]) => cumulativeWeight > randomNumber);\n const rawUserAgent = userAgents[index];\n\n this.data = cloneDeep(rawUserAgent);\n }\n}\n","/**\n * lodash (Custom Build) \n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors \n * Released under MIT license \n * Based on Underscore.js 1.8.3 \n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/**\n * Adds the key-value `pair` to `map`.\n *\n * @private\n * @param {Object} map The map to modify.\n * @param {Array} pair The key-value pair to add.\n * @returns {Object} Returns `map`.\n */\nfunction addMapEntry(map, pair) {\n // Don't return `map.set` because it's not chainable in IE 11.\n map.set(pair[0], pair[1]);\n return map;\n}\n\n/**\n * Adds `value` to `set`.\n *\n * @private\n * @param {Object} set The set to modify.\n * @param {*} value The value to add.\n * @returns {Object} Returns `set`.\n */\nfunction addSetEntry(set, value) {\n // Don't return `set.add` because it's not chainable in IE 11.\n set.add(value);\n return set;\n}\n\n/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array ? array.length : 0;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\n/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\n/**\n * A specialized version of `_.reduce` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {*} [accumulator] The initial value.\n * @param {boolean} [initAccum] Specify using the first element of `array` as\n * the initial value.\n * @returns {*} Returns the accumulated value.\n */\nfunction arrayReduce(array, iteratee, accumulator, initAccum) {\n var index = -1,\n length = array ? array.length : 0;\n\n if (initAccum && length) {\n accumulator = array[++index];\n }\n while (++index < length) {\n accumulator = iteratee(accumulator, array[index], index, array);\n }\n return accumulator;\n}\n\n/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\n/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\n/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n\n set.forEach(function(value) {\n result[++index] = value;\n });\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n Symbol = root.Symbol,\n Uint8Array = root.Uint8Array,\n getPrototype = overArg(Object.getPrototypeOf, Object),\n objectCreate = Object.create,\n propertyIsEnumerable = objectProto.propertyIsEnumerable,\n splice = arrayProto.splice;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols,\n nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,\n nativeKeys = overArg(Object.keys, Object);\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView'),\n Map = getNative(root, 'Map'),\n Promise = getNative(root, 'Promise'),\n Set = getNative(root, 'Set'),\n WeakMap = getNative(root, 'WeakMap'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n this.__data__ = new ListCache(entries);\n}\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n}\n\n/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n return this.__data__['delete'](key);\n}\n\n/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\n/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var cache = this.__data__;\n if (cache instanceof ListCache) {\n var pairs = cache.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n return this;\n }\n cache = this.__data__ = new MapCache(pairs);\n }\n cache.set(key, value);\n return this;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n // Safari 9 makes `arguments.length` enumerable in strict mode.\n var result = (isArray(value) || isArguments(value))\n ? baseTimes(value.length, String)\n : [];\n\n var length = result.length,\n skipIndexes = !!length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (key == 'length' || isIndex(key, length)))) {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n object[key] = value;\n }\n}\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @param {boolean} [isFull] Specify a clone including symbols.\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, isDeep, isFull, customizer, key, object, stack) {\n var result;\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n if (isHostObject(value)) {\n return object ? value : {};\n }\n result = initCloneObject(isFunc ? {} : value);\n if (!isDeep) {\n return copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, baseClone, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (!isArr) {\n var props = isFull ? getAllKeys(value) : keys(value);\n }\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, isDeep, isFull, customizer, key, value, stack));\n });\n return result;\n}\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} prototype The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nfunction baseCreate(proto) {\n return isObject(proto) ? objectCreate(proto) : {};\n}\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\n/**\n * The base implementation of `getTag`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n return objectToString.call(value);\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var result = new buffer.constructor(buffer.length);\n buffer.copy(result);\n return result;\n}\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\n/**\n * Creates a clone of `map`.\n *\n * @private\n * @param {Object} map The map to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned map.\n */\nfunction cloneMap(map, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(mapToArray(map), true) : mapToArray(map);\n return arrayReduce(array, addMapEntry, new map.constructor);\n}\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\n/**\n * Creates a clone of `set`.\n *\n * @private\n * @param {Object} set The set to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned set.\n */\nfunction cloneSet(set, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(setToArray(set), true) : setToArray(set);\n return arrayReduce(array, addSetEntry, new set.constructor);\n}\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\n/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n assignValue(object, key, newValue === undefined ? source[key] : newValue);\n }\n return object;\n}\n\n/**\n * Copies own symbol properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Creates an array of the own enumerable symbol properties of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = nativeGetSymbols ? overArg(nativeGetSymbols, Object) : stubArray;\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11,\n// for data views in Edge < 14, and promises in Node.js.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = objectToString.call(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : undefined;\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, cloneFunc, isDeep) {\n var Ctor = object.constructor;\n switch (tag) {\n case arrayBufferTag:\n return cloneArrayBuffer(object);\n\n case boolTag:\n case dateTag:\n return new Ctor(+object);\n\n case dataViewTag:\n return cloneDataView(object, isDeep);\n\n case float32Tag: case float64Tag:\n case int8Tag: case int16Tag: case int32Tag:\n case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n return cloneTypedArray(object, isDeep);\n\n case mapTag:\n return cloneMap(object, isDeep, cloneFunc);\n\n case numberTag:\n case stringTag:\n return new Ctor(object);\n\n case regexpTag:\n return cloneRegExp(object);\n\n case setTag:\n return cloneSet(object, isDeep, cloneFunc);\n\n case symbolTag:\n return cloneSymbol(object);\n }\n}\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n length = length == null ? MAX_SAFE_INTEGER : length;\n return !!length &&\n (typeof value == 'number' || reIsUint.test(value)) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * This method is like `_.clone` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 1.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @returns {*} Returns the deep cloned value.\n * @see _.clone\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var deep = _.cloneDeep(objects);\n * console.log(deep[0] === objects[0]);\n * // => false\n */\nfunction cloneDeep(value) {\n return baseClone(value, true, true);\n}\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nfunction isArguments(value) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&\n (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n * else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n return isObjectLike(value) && isArrayLike(value);\n}\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\n/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\n/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = cloneDeep;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// module exports must be returned from runtime so entry inlining is disabled\n// startup\n// Load entry module and return exports\nreturn __webpack_require__(442);\n","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};"],"sourceRoot":""} \ No newline at end of file diff --git a/tvapp2/node_modules/user-agents/package.json b/tvapp2/node_modules/user-agents/package.json index 26666de9..4fb7aadc 100755 --- a/tvapp2/node_modules/user-agents/package.json +++ b/tvapp2/node_modules/user-agents/package.json @@ -1,6 +1,6 @@ { "name": "user-agents", - "version": "1.1.497", + "version": "1.1.529", "description": "A JavaScript library for generating random user agents. ", "main": "dist/index.js", "repository": "git@github.com:intoli/user-agents.git", diff --git a/tvapp2/node_modules/user-agents/src/user-agents.json.gz b/tvapp2/node_modules/user-agents/src/user-agents.json.gz index 40302f5f57f6309037d12043f8734b0b92fc4252..a3397c2f92e529520873481e907847ace2f6f76c 100755 GIT binary patch literal 272533 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

IV2OhVQ`DCO7mL1oSS)dilE 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 x$Cy-}v9v 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 (%yM`19IKRJwkJy6(zFq*?GNHDkBbxQy+|7U z0^??^7*eRVJ8J{?GC{F(HyL&VJ?xw;%MHP6tfFmbK!+tj_joK9!uLhf4YTU#o$}1yINc~sa20R`QMGneRivk&$e3Am^m*5;j7o;J5z8=IUG=!#FMGwK z-(y&N%wK)~^SdA3;KzH6KYjJPNWEGNaRV=t5>R*62ulD_2r1ZJjk#5ME-IIsEILvr}$UFmkC91?Esq(GG9F0Q1una7x8^j^JuT<f%w*)tlx3mnEp$S_A6wDPH56oJ!&6-tZT*y=|~O@wz`)@+O)3HOcJR^MCQFP929D zSTaID{Aa>*7MPUqO-201IXA;sFUbG&)z@#MK)U9FTs-9>=6rI-8t%-f3{664O^3Mk z)#|KBa+M$Tj3hlruFqS`3$7N!X^NDl>#9}|jM`z(Jzu*tzE^#qcfKUZp)(Y1vimM3sg`%!{a?gWq{Lzgs*+coVsi z*7y^6M?A!+UG@eB_UZQXc*c2ZMr_g_N?4=Y9#>rS4sWT@JD#*26{}C0BTTQU$i)=| z)DbEyg-n}lXKP{^%Gz1j?&-Ot%)0Thvet(jEJ}GGM1u)(X}m>a4l4@cP?hVB+`Gh#AQVL_Dgp4_n-ThKh+tVWUaodVjZIH$ zjl@_cHpF+)Mqc+Azxc;@KmPrjcmMs<`**(pqvOY(OnF}zyBv-C;n!X8nWp7w<)}?d z6h5fhbDML2241c5NpBkKvw=^{NKIE#4H3MKb<_B$W}Gwdp(gL#0JaS-y)Fw{H*DXk zH1eLT6E-~U6;GdkI_)K_=-$vARbXPsu&f~Q9dKnz8)ba??&qI=e8V5PGXMDX7i?c% zOpzJs{i%YLC!o?*IerF3CKXn1!nNT+FtMQDv%}EY0X<4_R91t=3Nw-!mk`R_gc)au zWujxl-l0%q;2o;ue$-*3a5ikrJ7e@F!R4f09Q;O$`Ezb9?iNhnb8V1n_e`Lmqh}VA z0tV4|P3+k3V{IUP=FN*TPb=hj)@*5j76v3Ei*J=x@2Pg$;r_J4R5A~E@wr}c0l?BI zC%jD1PTU>y^nLQjKsM!`;E!pleZt}dX5?eZa6N2Mrdf+LQCn+dWCSpGhsTNK<2>ZW z4jes&w1Y!-nGnq~Q^oLxViQyG8@%d_#O;`s?-~f5(o*LrI@GAo3=c%A4jrX3?+?`e z`=3A9vhgxyM(nb2)Kugl2edZ=)u_^H{PBv_q3qb7g+jmOJ|G<)i-Q6csw*i;k+RLJ zgca9RT5q(bTA8Tr_&HD8@3dkQH!A>cqGQQ-?QpM4rlH~`TIg~Rl^Y93^0>Q+w8+Z) zCo$FNpc#w+#wAt0-v;XDlaPZ*fi`k&E(6cPb_ZC>0oY2@U@Q^Psp~X!ABC+cI)Yp& zqIo4RM7D!IMlhpi$4L{Qj~0=Y$)Y~)Xv8xBfxjrHzZQ?_Bpy>|vXyZnGWKNKDp^g& z=>;KjK`?=+tt;REYGQObwxg=^1+lm)yE;Z79_fmE*ukYd(SUxIPOU%D1%n&KS3|uNp_Qp|pZr*P|MQOHC2#gjn(hC7_rniA{qWuUWfmQY|17RZ zv*bNa&FZ~eeWo4ZL8;+9D63v^^%|nil%`8Tg>(+CVQg(WD4x^5NR~#xL4-Y0uj6qO zF+}$^90cV|rsOxjYdoj%W3H_VW>7gb-dj{>;9IrCoB=enkaG}BW1Gr7f>?}-Xvv}F_kv^ELPDMcg9-Qc2*rhpN29aJ?baRA-t>9Y8JSh1 z$Vl9w7-Iaxv}m26d0rsQmlrFM8vs;?Q3LFYPtEJIj0UM4e5nywgFcNF*B=#VE^@hO zTv0(bRIgI~R%)=TL!OQUq9KQwbGxjRDc zLypMruLnuJ)s&+VV)T7`j+xPbCf=S9suV?~zA~RBb~kDL>TB7FDIz zsM5s1S*Pl-n`H2-$X++IrvR*(-LRybC#9k_sX20Im;7LBkr5VOv}451Lrt#9lF_%k zWSkmeWlP4=dR~OWjm2oJA=Wa>i7r8S3Z{SUY67ySoKtxhVux?lnM%5U`jG`7MK#)tob?QVe-PO)lQ9F;HBq&ftnPh?_Vc>zt-I63U=RmUfHMqcy zNfIJKlajR?Yp-k48kHA1hc{RnS4#Fxt!TN+f;-(B7iqb|ph*i4JUQLLVHdlDrvkR% zDGzY;=YUGJDX|oJoNJnga0tmV#H2$2SnCa{Rxe|91*72we-UqJl-^pZKhctW@%c?n z)|po~6Hw(MWUwxcq5bQp|MxsDm9^I+_o!{Gn!8S-Z5*zn#?e$%Z&v_ANt=&$$Fr)2 zOAb~^cO+p;P?Q3NtbtWVvgJPLNo<+4`qdQ=Hy)x^Cem~NkS>!;lZP+ZW|n9(NYbh| zW+TJmPN);}_FG&$FQMf#KJ;t`(_wYC!()!H-Oh6c3d#!+R?au#x*}<5P@b}7{Q0FI z7VyFy$M4riO-`cbm4mNezj^cetY=dQ)5ib zFVa{j+2lLE@*MxD)e$0Lk0k~@TAe!Zy?K~W8mdzP*^95*s_tW`Lsdf^s~S#0y%SXp zxe$f#NQH^r#F|LXp*jAHUUi)H<`hc^*`?Hw`J94;q{LT)BLhFoS?oY@qh~iXFK%F| zT52N@vXN!vcMn*qAEtQvrb4X_oKVlZML#^6)W^WmSz)`V5229`k^96;zQLGsw9V6M zW`vZfB40X{sN!pbniL{hQ?X@ds^}e$HOCZChB0aU`_axtz;4n@6WYQHWMqA+ooe~l zL>$g3=4as-uOhWL02qJ!J|f76-}?>?-F8IG3n0fka4QEd{OIMi(aahaVZvtxQ_RE?!Jo)q+!kcQ<-2llV%XrzLV56W8MDm^K zge}RULQ+O5BaO?3n|iJbAgL*UBprQP)#AoYmGd#l-@p5>AKv|a znsT+B0GBRFXEMpdHI zosgEhv(4q5LP=oG>H!cMB~_`;bwV4PzL1dVL#$}64J?pn+E1S!d#vmPiDlrQ~EschM z#fQ#Mw7~?Si6FqX#Wzw$qD*|FDvIKP$VAZVxT<&iq;;vY%`iV|lm|@!@kn1j#++uf zN$a|#RH>N9#JCkmDv65%N>BRn5!-$H7O!achbI_Q04m7Z?lF)3%%(!~Y;m<`5Z))z z`JB=DTHx$7&SPGlb?7-squvf=M`fvJ(pwSy9VLwu7QO=f0Qw{?jC?=N1iV} z-7C%@MnyHgUAkWC?bq6CLRYk)6mzN#`0z;4eobYdm0xr|lgZ_Ps(3ZUrpQ*N9ASar z?oWP+D-1WZOJW90kA2RZ*|Efr0|CGB%uc*i7O}z*e~-Hi8qPaD8QVx}+`oMH^G`p% z;g1vDKYslM+m{y$%d~*ebZNpn7;o(zW+tu(?OGRxIxE_Xf%A)jsOX%)(3C4pfM@o> z{P=@;QI5*KDyylj$`lSyzl?xh3)#yb(5IE%w$)WL7hucAa-xW?;egSg6LoanAI2*cFYYD;m$vy+tA72LVMrP)54;-Y-)w$pS(IQL(p+ z2AmLlyOYWM7R)#Y4cpj|s5qClG3Al&#C9`YWX4FtBuM`&fC7d|VrqH&@Pa1XWG~Lzw})NebVE9Etsf3h1fkW{tn1d*_caXbhi|M0ndM>;5zy(@ z)39n{Cd^u+_F72VXZDi&d2{>8Ggj!n_c-_Pp&Uc{ho5j|RCh}W6^@_s)M^zeTu9mt zu;(?_emORHkwsxjCJ<|Q=W(yN@9_BZ_Cz|;1nz4wbXLfx7WeXoYmXOP2YbKZYFelq zY`9RbJ2!h?1>l{^o?)jCnrcl~C)ZSK-+OA4JQ3Cu36Mi`1%M#>R8xuPG!`_s|2A(E z*PEQrZ__R{T$KnFYb`!;ySI;w#;#^sm)S5{ML{Om(0B6O70Gimykt(ED{?{D+vui~xm628MpFaDVL#G#J#IZ^$_FCBE3&!y$xDh$QwlFdG8N@Sku{?;g zBe$NM4P0)N{qJDy(+>mP?kEx2o&dDoc*rsFK=-5fePRH)pwrv|7yJK5#Y?~eHjcwbU zd~4>PgPG$xsj9Vht=iAN?&~%l=w)|B9!k_D=ie%=F7%cpK!r@ZB#g^FU2t!lt<)5) z8>_{*I+wIEAqv}I;XY4^3f-vWj_EdWue7;&XqKXGt)E(#?c*IV*iZfCwA3gKEvGoW zBT^h0*(!KJ%iqR%TETG|d6_UwRuox7SJpu6xU;#hyS`t{y4m?Jk$P`AFdqKVq;%~F zT-z!8Ismu2FnI-J)au03nR9pd+o3lwN4xzzD?h0bkb#ovMfN@Xn`!`|5ij^|$`$56 zqcTo3`jIbM3Ne~8<+3X#l88ZVYs>23&9p8`CAPLe=LSa|baGs>q8XHJTSYo;ZNaG@(zULaQ57_zuh{^S7N&0xvB-t7R^D#XJ(2G1n& zA{;MSH73kR@)sV`rrSp!sY~Szz@%j&BZp2+RT$IIa!9ZHvU3RCPsc1@<%q%*3lKEK z{j-eL;cDUfmHvsudT)&wd46ORPoG}J4Ey5WPbSg;7kF`%iT1;Hn>#S_wY+Qw=htj=pv;Y44T~JON4VM6odZ8xRz`4O>=HF0rDxFC?*1np+;k0nCy$ z$u2QVKn{~}gd8k93}83rc&NpheEXBfU(~mId~H*1hOpK_Xh4QVLaZ0bt@yKt-@nwW`g045fSrZ0sx(+2@#sH^_nD%o_zH^`mC-y-vWoWr&sS z?)Ur50?Bm#8usB3GS5RR0phX0-LcSuh@uE$Cc@Sqn@0Woj9w>TszU>xCTxldmvm`$ zLj(nl72-Ft>uKm%r=eQ4|3GMo_$Od8wF7C-@Vl1o? zl`si4-rvbk82RP?^n=ROGK%&XaR);g=@Y9X;9r z*x*4Dn-!u-lC9I0nS7;Wv1B!KVzB;5$s)yKFU?b<<`%uWzN4-E5TEK)(FOA;-)EX7 zvw^=Cd-^_~=oQS`pyqCgfd&cQ*~?ubgWAB zwb{>#o09g=n%vJX^KIJWCcc%`UO0c>mUdHv5U0=2h8=H={(>8#7E*NcpYF36c0v_? zNKwkmC`D}1)r&bs^uJsueCYJ#a-}f^_voOgEtvk|61C=K%qE56<_DB_>`)FdiqExm z(9jCqu3hS&##!YX4fnz*&w7-K`(PDuEz9h7@wPE?-^=1$_HUN7VK6RWRn^dELi6a^ z`_=VkWD zH)9Cxd&0^fg(x9X4aZj_G{Uw+S)%LgCNEYbs_qhS9Y?;|tbIdDr^XN@qd_++shww9 zea2}p%#Ho15{av3)&$1;{i580^KufW&CNvB!v&zyQ67AvjpNet%f~gB%rs~TB(w_Fz|)Nl6703G!*G$9a5({V{jxTCy$yBYWz}@3hp^2+ZmveJxjPW z^mZ0$aIs5k(8vq+x&bp9{s9VdcO?gd{!jBlh^-Xm}|v~a@Pl8 zEJ=>rqVx;jMo&_*mvO=No4cOTs$0k@0DoFis%q!QYV#QlJS1296B&8miF+zgaW1R! zR{<+9t51{dv{FfW7=0=O%RZ()wxFdt0q=b?s>PPg)Y;+ILZh+Wm`2aLn&8p_S=zzSVbCdyu>Yv$91NQ=AQz^Q2)J9t~+Q7Ui$BDi7kbsn!d}25u-Dr z!uAKqpf-#YJe_@^HN{~8VoO6J&*3c8)@6OxoAw<%-I-mnY)?3HREo6wwM(@*m_se9 zP^IK?o1(_*&rV-3D?AOoHgZ#{4|`rN{r%og{J&l^pZwo?z9+Lo*ZF&8NpH#@N7yHx zA=4_YiyUQj_{Hzpz@yj7X`KA>>>}g6V?qwydov4l87v~>^A7JkjiRDd=dzW9A8M{j zk#^Aq1wFt=?_d4$hyQq=xuI+wHWPOT=>$(X5uhCxNtt#yI3=Otq;GO;g`6YZD{(A0 zXterrss_r)-Vkvd3&3T<9x({=ghHONPbA5j#KIA!awnxVQ_LxowMVfnikb*&Sa~q< zEfYUl6K7%NPFx5@jKq~H!(Sk3_vO+$ta9tLbRXHLG|bVKvIV0mR$H;b~i)Z#ifChH!d5p$*Mrn83Q z3_Li>U@b{o;Hbpy7){UM>lSuR*~}pxbAs7BnuW16Tzp+w4jB%(3Se=uXrW*i0ybg4 zpi>r+?m?OgSY_gWZTt@FfMlHll!LCWf>tDj;^F>_M)sbXq9L*Knu_D z!<&=WGWoDG7iapV;WIlEEahag{BY6^Vh z%t*(_#>qccQ>I-9=d&H*4#BNW{-Hvb;W3nEylmt$Hp-7lJCUzs!GV15hX?NLuL!+6 zy>#4GauFN#d~o&ZeuzOCGbv@y9K8Kcup?x}D6Ocv3mY>8`?$I>+6 zGz*;eB9Pq(z=VQP-9E!TJ~1oS92)>|XKSx@3Ax{O&Pk(>R-0Veqxg$hd4H#HM8}G+ zK8CDzyOJEx^2Ne427!1rNnpTWY`%&c2X=f~ai0hpNSWkEtk+Z5>fK?sRsugUiSX#v z2IVvSF&mO@XnU(BL-qZqTZvhMNya%8azY4n-8y z49Uu87MhntSr({db&ibcE7%o7M!ZAi4Ow!DreaUIhBcvhz9n8G{306%GnHT;;)173_>J(R|0<5OVP^=MDS4$KjJs37}n1pqJm{} zYnCt~GjeLc>$vmqTBYT=pDSL*u>=K2TWXVk=gb|f_X$Fr9v7?Cy``$RAAY_B)8i8r zsZqx`dG=W_SemjkCl6U%WYc#GE#K(vA=o%xU`#D_-g-iP`0VQ6dVZ~9=&JsX`jvi7 zo^l+E5g4m@U{~1BVRb()@4sEk3>oe=J~Br}aCvX8x{?grY2@{V&a5jMj@#FVr9?qs z*>QXJUyX9bvslj9*NZ{Xe@ZB{|5pixb+VN09P$v64I7TDz^(wTds4BTmWJbsS$ZlPgp`4`A=ostm(qxipm<{aQ*qLXUhiMK9kQ2l?d92- zbV)o-4impl=o~|}SDFh3Yx=SvLww3dL^J30_L1VnSR*AJGH-0|oev;!w?EbZvUc+e z!-X}be)J$ZN6ec3Fc13llW!I|;g~U3mwlJp#RU7@tAm*b*xnh7<~iG8Q*)N$!p!bi zp^hPH1wU$)GLJ<+>mq-Ops#jjt7YD59Z`C+A40Mwhov}YF&R=WrCxg)KKaBE^pa)# zW+rIS$Pu%Jy$AuX2f)?))nhtz&b-GB-sspS%BYUW2&OPd2j{RvbDCBU-83RyEiFY@ z#CBG`FJveLQVNEF>PgMeXDWFtzC^Q_w8&bTXMGPn@iPcDGPST~8MJjA%t4xW9%g4a zM#75bwJe__jEJM3Tp54ou?ySg4}GzJ`Z6?DJq)KRDHvfz7c<%l3$n#MHP_jTsQU^I zKft0fL!=Il*T$SV7^@{|cw?n{hOd7oWA5YuHZFTefDzP>#EsA1r}h>z%N;UTbY_Gh%0Nuz4?Sy|wGV;dCL%*-@3;bb+N_ z^YrI_6Sw`)#909}-Q-i_*{l=9jMErY+gU6-6rS8qmcZxVDal##R8$m z$U?Zp6Ev(gRk_pl#&NTdI-w{d`1>jbKB~OceHvy}Y-1Fz9HE;oAnv}N8S*%UhD;P- z2uWvJmOKHj{!;GarFEdqW*sVAj4GLw-&;Q}vo8@AF_}K1tzsq%DaCB{7@KAF^npQT z^L*%D)gDRY{1DZd#!DQHD_>{mM|v(T?|H!bJY`zb3LP&1gPo_$_9dtk(33?NTltEF$RHC0twh?Slb3clU8be)1&z)Q`RxKcx2f~OPT zUCVLbvL?@|3x~r7F=0?7!heDYjOF`~LViDKQ(n&jckmN;e%B~P3Md0&MkshvkIsQP z`k+70awl}cdO9RWCeOCO@U84UJO7ZEe=FVfXfpE$;P}r1*mNEXDpup8A*lLH$I-3j zxLf8Tn%ET&(fB+wwFWX03i)5?qXaYa{w&*^qsU_Ka9gcdiAI;92m)T)qpp1+S2rN7 zCdHksEKwz61{IN$AVyyTT%Q8yJ$gIAg5cUX?&~>SPKAAYf07ZnyL{P@@3V>uFY*mS z&}zc@-IVgZtQybn(UHTAq5olcnhmx!UE(T)7h#Jaj25!A4XP@{JCalM&)lo2^`mD8 z3qXx^mG9c})2+9LstaPM%4gvCt20d)#TYSkgHdNR4^P9Nf}3iP63E|*tf9uVYh=5? zMAjTeO*>Uh*5~f_Hxm9CF#~tDV0;#>&2iEg-n$+_xnoiGqSERVfC$XbdcAma$V2XN zzgN)7{IqQAWFCs0r;)BBO{zlVLaSgfp2TAXXFp8JL$FC%A7&oXLj zbi2e`LTXaDp<2IY?GF56u*=nzq?dd^&4-d+a^@@3| zONAIVm`~ys`m~A+-g->`Ogv(EB1K^0P50>jlBK&trnDh%x4q}R#Jvx;^|N#PEQ109 zyA@ot zr+c`=MOAy(daJ1wmqHEv7Fy%EcbZ79)P5Du3h3_p|16Yi9RDVBk{f)tMvl{r7VylU5$xH9Y_g>HV*H zofX@T3Aa)GwR6j%L1l?_MhNmst72vrHpolvRS1%oh--x<*6AD zX>@y(Z$%fFP}Lz$(~iQgJOWKu(0bYl7(Koq@2Ye6xXRT(xZK6GsX0x&Z+PJnhhfl|Ho{Yjt_xeDCZA`*;WT8`wT6fA0}(35E|ct=lk0^?oGG+gkVIJ zXS=|R;*(&CRprY68~$^P6QprBCIpFesL~_msi;<0EqsC*IA7K40(jp2C;Y+peEUBB zFX7}Uv5cER(z^(lj`K$t8fjO!65x@3%$m~wQI*|gg-#R@<_T190xe{iQLRVKDM@uQ zLLHByGYsSrO7s(myd3D+#SQR@7}JT6a;!i=b~a*FuNUdfl(sGjzEvpGMW)ns@3 z2&{Z=J(?=_P~n%1d#!4uYXt*@NU-dYLOx(g{yD6jhLNU+1|x|a<@x(Fmt6V`I!#Nj zyEz^ZV;V=w*bL1bk4wbCKIIkD6zPSoE|z0ue;H&T|BcWDq4O?R)`1NRP@|dnSWjy1 ziHVlN_qK27O?UQA<9{!Jc6Qf4*hH6u=mjGWPJ)o%_TK{zjJo+-4RCAcivMI_onQh+ zh@bbsD^ee8=J--Dk8Xv8XYI|W`uTSM_C`I z(Ga()$HKPkMyJO?j$k+Qh;nAF(O4V%?6(xJJY$iG{4#l#I9V|@3UNaC4gxY0M7VgB zjUWyrXw!7=yzp?)!YyEky^6S12#h15`koA z(7Hy-5G|;o9c~xNG&IstAt%=u7X+mV$-|Fe&)}giw3(_|+=L@RP7PREQceul*?bhP z4&v9gY-TzK@NG6e#>V`V=(sgJ{cbw5h|*)xP@`DRxuz|o(78bUhbpgOE2o8@KD=GL z^gATZ_~HR&n*)yFgkh_P9A zHO6yT$fR37PXYp;_dWg}lWz_K|A(xc2%r7{A0ND>dmwibu?5$*$FLX>Pnntzj7Bs? znX2@BG#_8>fF+?T2`8T21Lcul{yH>B^;Pq)6PU;Vvf{yHDm3Du`#iZHAxliWQ|$@! z8*eut`h!Td#U*gN!?;=P4OsAYY+h!QZ^4J7#@Cp=K-KFFE)f?%-oZfmM1bKg*Pl-a(^ z1bg_WnOlikD^Pzb4%tV09tun9g-jG3VIC`tKI`5-tFEb!tR}GoPZtnw53~FBLSSO` zZ_8;Vm`M#dkx+qu()W-H5gk}CLY-?+rfX2FF~F(qv^uZ<*jRlj=;xReTxjcYuorLr zm5nMflcrjfVQIh{G*@%BIZunrvuEM`NGXC#c@bGWh6(R9gfi+ta z-|{){8QjQO#}>UU@=D_VTS^PS!#4)SkLundIXK~)uD}H;qSatqQN^cBC4`FgP8D8g zqdoqE;))5yVp(?XHt18xf7*WVVeN8oRC#6out8e`-iF_>>>2Z9za{bf{GVRX!+qw* zcFBPIBgTmDyGm(}av=_91b;%wvC(C)xFfuv+)yQ9=ID;07*BY-2D3IhD6it}Csp5b zDFJph((uz@S2F^*48^4rjzJ7oW1}<@+Hgcv<*)LuW+v@)=Xh03oi#p4PQz>bjS)T9 z*aj~UK`&s}eYAFUH)x*3N*Y)|+?ZWWtBi8bfKuH9O8NNvN5|Le&c@bKa#g!sMf)gX zl}k^a>u5BTcshcZ24d|-UjvEE58HK#q2`1DzP%v8!)cSyH5sV9tT43Q>JeC;T2hg= z_E+}&Wmid(d{Z3`wKzEA@mZw2-EF|gUnY^qmv)DRF~2H8b}|_^|28Iv|Me0(ph!nPJ$N<5#7&aMkfUZ3(r*AC3x!Hbux_%*0*JFBcHl}d zkxerhLp(DHs1yh{QZigOLk}$d%nuu4EV9x=*S7fXNWq9P$Bun}1>f!UPE?Hc<7KYT4ki-)iWU>q6tMKa#9e+{v`wExIk!5rTE9EKXA;K^j%PD|z)n_EBUF z%3W!so`=9mCK(v5Q&^&8|HQ#JO*isG({}e`dWJubIuo}QGJxhYOS@&neGSiXdeI`3 z5<>{$vuvc5Nv1NzZE!jxJU0oOQS2Q>luZr$;B?Vhi+jP%(wxU*<9VnrK8+#+0PB{; zF2tXDd(h*Q-#{(=#GmfvY~v0!TUvmp`UAdxT*1oeql4?jxqxiksp^Pb=kpW44-ume z>=GVvI26#}_i^|k;D@>K`z#CT&=a4C@Bep5<9I$K`R(98Q+|x4;`L#}2s$UNcOj&N z_1NbytB51t{T8!Rg5MjSf+p>jsQlgu>{2 zuLaf?nr*tv4{Ho=~Q1a55P!$ohm4a7l7|Eei$tMov&eg2h zRo3S2&C$w*oQdjG8X=wAPx&_M(<$Bg;10@;fJx{*$w)PdISEK2E2ht~G{xeD$QP4v zh-}P%T}W=AZ>?t+xZvI3s|tc`i-Df+HDxEvH-GyMz4>TzlpE3FP2B$~CN%Y)k4+TQ zrF`9u5v6+c59rLQ@#+|94TgL-B(z*4?DI@PevNJWb@T#`M6*1a_!SE%aOjjEXuKhR zVnNu>whzud8j-)=9@%GQ?5HGeB>(7!}{86>r z4X|rLqW34**$1r8l6pSmgua)p(2-)$YpKV)>`X7I96y+ad1|A-8h;;JhD(cL;YJHS z`n^ck*Jdf}i+=slsbw}OOU{=om&h#bH0R_xSP*Zq)x*+hnl|JF!H#pVLwqf0LBd%Z zNz8J7L~j$_tto*lh~6}nXu4WoeWLV&x+d!6TJjiKWV;RhE8ev?D>+t|9V_0803Zoh zQu(btxMvgJ2@&AVZ$Cr!Y=;Zq4G%SCbMaTs!XP4f#|*DWgVO>2pT6&7#g;dXzK;U! z`#`F{`1AZvt6DtUBXHuoVUd`U9`xTCQmrsVkV`q{czFgPZIR29#xYL`jz{OoB!ot) zsy{2kB{~U-^*ER7R1o}$|5WXQ7_a>6d(c3yCiFqUE8^PkXNDI~1?#a!{! ze;)kfX+J2-){aqMz>BeS>A>xNOajdbBjJi(?^xH%>4Anw5Qa~Vdn%&5O*L4EnCPvc zKji&4vD4;l{eBuQv3NLl=rtTy2ZWLNy|tt8TNddaC_bPaGjmeu&N}FFR@PKg-c(V} zNdVqAr!08M0lL0s%;^bwZU%=fU6-jqW}*UN-EfhgMmmi)K_Gq2$Llw&@`sXffUd!6 zp0Id#?{THeUBwcO$XMdxkm&1n>2B$e&x)F8CrVyjEuJ}yL$d&GHeo1}^4xRUnf&3! ztDwBd0YHUEXm?Ya-Sw<+#D0r9GlOW*2CZo^XnxGfH@FW81Ho)P0JjgK|n+VCU9LIjZ z>!B9=08v{68hVvwc@MB+^JOQeg`)0hS<)mD-eZKgWnu3KX0`vlTi3(o=1r@z5VBi( zSgeK-7jD>K_T!}pkh|HV$RTBwRs~Pvs_%%f)Jb!6usq>zXeB*FAV<~1bS(-zbx?FQ zX;m^Lrdc4T>n8BN8OR9&M3utu=m zH`^B+B9$yzxS(=FSq;RtP$`_-YE&#{#o9YcS(3&P9l21cDb1nAOqhTZkGkYdVpt@g z+B>@mE)F8W$F?WsBy;5q!>wT^!_x{5EEvbQSbBxyJW_p|o(%T^wY+SHI3dK!t((U`Ywh)>^jkxlbZ&;+1-`jF{C5Ymj}b=x znC1K-JZISLrW28j;Ie#yfJA#Ad;(4I$i|*#DV<4ox9x_b@&}l%NjDqly@Uj9-C8 zdOy3K@6Z*M7+;_Kj4SykPv+SiY3Fl73X`x9*hLpNndbUPDEv~%(}Ac#M;BBP*A&vZ z7M%sPuQCEc7S36HZiSlST2Rk3(MtLu80j%}4Ba0cQd{mVUL4JX=I{XnSb_jr*^(e( z`6FBBkZbw0#Da0J=ehih=gsz(!5mGNYLw6^#!K;q)!hn)a;w z&a1cU%@@pCOR#C)sko+MPh|||=}Lzvd+lU(Ov1(wH>s5H%pFV;z$Z;opDPaLmyb8c zzSZu+s7=82|E43AF4Q{;wZa>X9soX^jZNGDMcECkZ`M zqNq3$aqQ=2@|h)Mf4mc2zhRPDf8wEg=r7A#lPH5`%^7a|*x;PCv~LVKZjTG{yJ$9m zd*e?0%j+5(DLx!6Y`UQwFmi8r7N;|Xdz`An@2U%ynnU;dqt(-I7wjnRK^mKBNhu!l zpF@Xr{Kx%2v*|nEnvv0N5Of^f$x%YTV6!=h4e8>l%X0rq4uvtguEVYFkIy%v?ytiQ zX2Uj&DU&66jRH=~Rt`>syee|y%R4lGZ;(If5|h@u1$w7y;Gc+aNWT2Gf*+EvodZE+ z*(bcO8sBYbqI7AAwbkRpAjqvW_yb%~-7zaTct_u6C3tq;b)(Ke)(C!OR@_dT;*Z+N z(w4nA{x9^7@=VQNn8Twcd>41!GIT8B#Clr~I61Ci>1x2aHYPl>e7Irh<7c`79s#aWRtX@nL>jk2dL8I7q+#~;~gKgPEsg*6s|i7?v=X65n1VxRWyOj z94l_D9IgB@shO~Yt$orl(-Tfv;dj)Y5}+JKbM~&@mLg4f(f}@)bHAm`@n;T}N%}A| zAa(Rd><%AH?d;C;S^tPm$R0!%Txt@WG2M?d39U3LLvltal}tEevSidRt|~3qa>+J2 zUP#(GP?gSbBw{)WQI=EL7`;4#eLQ$azYBHH?91<9S`2>VNO2Pefhjj^ zt~JEFREw-pdH1ynBo(4KVLf*Fq54NbVB(bB(s#tKoD{DGCj8rGV^N9N!mod&?71S` zaoHs{5489#VJK;Id4K^&+3IO;GO#fe4u2{&xngJCXdyQ^+~m+klrJ!?U~D>4#yowJ z6KQ6l40%IITOuRYp@+J;Npk7c$3-_v6~v6<+;IgSV-j9dRu|0=V&^O4Z`6>rWj`9fK@{@%r-09k`5yt@Gu#D_Fc}5HRn(Q?aX&@CO~fEPt>ehf zE@<5uBVvNc`D#IEQlKiJlAH8XGgQOBH7RJz)K)dT`Y*_d>CKBV-$OvZoEZLQuv7E_ zSYb#mW-9&!HY@h>onxDY)EqCffk6yZFlzZfju=R9eXzn8y#2-NIc;HTAnu;xnWw*i zuo2R=t$IxD3Ex=Xd}9U5f8w7RBPNwvD}^BLVrS{8-dRYL zCDIW-_Vw7;RcSWg-ezP{skU=ktf&88=Da?j=QVB+(f4G)jgD&awim zK$%&#;w`aM23cMm_!saciaKSQK;Ou0G$z#8Zmvqi3gJ>htIzn{>h&8lONwSJ`UDti zLoYSEE6)w@Yh9&>4dQ&!OHS_mZ}T%|wUUm>#!MZJ>K3&|_E9N~{pSs%KcByC4yQwV z5P0QERu(>A0!+JL>p(BXj+7_F3mE92?{l!T8X2i`vzoDOI;2!YNj#Le6M?~$^x*}~ zqzuyGz9g-pqNqaI!w>v03-r)m;remLcgmi2Muq``-{0vUSicPAkYs9TdA}eve_0m=(8}5-wkV-__6wX z-8~C2K4-nW)*-?J0IHC*O-I1pWgw7CITNzNR;GhdUdTqq4(+BZQn;_Gy=Do~aXVf5 z@t}k&D=EM`XV(DEe!P@Rv?+l|w0&C(`Ls?~DULbNXdL1alTs8NiF)vPH$2)#F_nE% z?k6vrYKO5>mapjgbp63QbQ^6aNoJxpr3Zmp*V(vlpnuo1^MR?jPtwQ-%HDg zW&={c<70}Jmu>oTG=+A#KfB0y`~g&Ug?5WmT-u9I z3C;2nb3K$N6@j>-Cl{z=EuQat#QxBIq!T_v>|GV9E)g=3H>%jxy*wnojWEtfyoPh; z3sCCnlwD$^zU?`ZxuV413TtZ8PV=Lug1aQ>o?($#!*k&Q4K#8r<(RAMKdXzQ+r@=m z>v>)#WJWITkgi2E!Oqh6wncdor&KDG}RqHh75nEq|rYAE{WuoO3OwPCkxGGz#G22Mn zEFGb>!)aV8iEr4cTf{uFHrHwx6X$vGwVkBAL#ihDcg;{1|1VBa(+H7nS@7SAm9E4vf?z4bl9=`qq zjMJ>C5Q?G5N1B~t9iX%j|ECw$qOASgPQIY$T)qG0qgJiJ}7SlBIXnjLg! z0e<;OeDcW1(wm`etG0m_AcosovSyPF4P`yuvB_2px2k->P3GhQo-X?HBpnLLDsQqp zaBi&()+)~d#=#zkk2MQL!bew^=`Yjlx6=IW%0GY>`M|%sWm5Ym%2p(pz2DPDhyB+_ zkDrhC>!~uCOwp|hIZ5fi8Wm8{1X9wYbL0_`b#R8odDykWxQ7MMRmXDCNZJ_Mw_)kq zY?l>hGaD7DPQ%KkWr()bm|FhxzQ~LzDW}CSEwRZ0aRy=Yv^NrIKl4eT{MMj#Mnzd> zK;~}DnvtZ=d|*mGOo zsz@&5Xjv!1wBBHJMg3W}{dmrDeNhZO20i&Uxk_wa=ULu)JS~qr#DP&$M6XovoqHEP z&uWG0S_RlFm58BzCkYveBGyjf*7t@pHBB%sY&5x03#td7ueNVx!7Dnubl-nY3cjm7 zShR)!(LMHLi{LGui-?jn@Tvy zBLr1`#b=jcSMaJbe6vlj0aE*^e0Z~{anVLU<%bZ#aklk{0!@!e?51VTyupl00X05s zmwU@U4>eg;`6^WAd2+?~UQm!FjMlE-?E=3QNoh8S7Cl~oI+FeV;srSR5UpZ-gaY(5 zg`RvC@UwUwjTTk99p!b{ssdEQM*-BTiS6#Ws5tHn*24 z&X!FO%QVmE*fP)v2CYHNrN%VEY?+hcos2)0pHSb=mikyVa!fN|tSr?Xo;*<(`w_NM z^*?6H?JKBtZiy-LFv(!cCg9*3gL4Q;&$C~R-3Qhec$l;{jNd^r13%<4=n0gw1%Rxv zBC=CTsXT@moMQVXkjM5rOFYR8X`A1qOvw@vKUM4n5Ri@D|ydPfeVNj(ZPpbGUCx$!A+hvOaEgH}^n zg+JpL*Ncr8h58&{Abum_;gSYs%Hmebi}^^-S00-le6<8=DiN*2_IWaFHQEDfu^l}_ zm!APq01w5*vh>AlLt8kh%3!wR@*k5H-9_0 zJ_x;j8Sf>1u~iPg@x(7}VM>+At>F1TIP>+>9s*H?4Y9|JfUY=A7yl@-zQ*{9lg-xV zkxRK7Mr6o{F5{r&cP%b54Nx0xVC; zl%6cl#wLlgBAWe9VB`2V(AC44)T(GPu6eM4@60(JM!e9o$jiU!eVG)FG$#P~pa7pL zeG$(t0@L4oawTWw^7$S~M}Uxm4g#xDubv-F|HlGyW?PId zw%x)+K7!3DV`aBM6(u>@bT^-%>tMOdl-bNGT3j~WVfT1P@Ve4s_?%BJop~<1FcU;_ z8vPX*>W2?nj4mHoLnVQN4N|P_L0P#&BX&A0cv4Ue15r%G`1T$>QG~t76cFuy6vn#Q>-COJs z5k?J(h>a%_Bl6r4Hrt)zVhp_!VL;NqtJ<0tD^}vnCZNtHF#8G<#r?~P;FOtgXcBWs z7F{7Cd^HIJVrd_?NrLL5W*62s*2iBlM?sn+0H_!HI6#W;j7cF4&fN}DmLV<+RQ5j- z+oDMvbCY+R^=Lr2)JDI@s6?DwhVlBI+MpRDv+O`j-@PQmofF2p zgb_8)x4Ue?ORH-Jvor@ZIoi4EY7?00B);=mafg=lgUE<+{8iERzqk2|a_z8jbG&jl zd-q)n77ebTShbBtvC22NHyftQ>c#3{F5VKfkQRnrK*&c)p)M=MR7@~MNnt2XtB9`| zp-|1QqSU32V3MKI;A{8ILptv5)c_r+O%^SlNYA8HHDAda3Q-+I7|1d4rL%1zrdR(= z8RDJQ4a$8D+B~nh?+9P{UvLV_%#0P=2`shhiv=_WWQCBI7>baI0xmwRnOna^GT}Qo{tUt&yzU)51!9Q{Y|HYFy+?; z==tYdzdJ^IvQZi-(@6jKd;QJsub4j+R_}M_xqi<_&)>J||F&@=a0l$^j9Xp){H$oX zIQp0`wg2it7Pvs}@qN4S_xqT>p!&RtYWeZKPiM3rulYJj-15Qt+Wfj(&C*dm`sYo< zu=%>{@wp>rZFSq1WHx$>rk{gKewC@oEQVsqqr8XKWK=9=KwUAl&`dZygk34-_7Bj;8*us6v!Bvgq~Zfo+ntfkTEd8N5tx=&k^OKr zj6X+^Hz-Z5NM1;2B!w?Vsw&8*h?4BH+#Tq$UlFdjlpGsvZ}3<(9U-^pjZFL#?1D@0 zR&#vvpWgcZS!SURm|m9?d&IjAZi<)Ro{XF&V=!KFrFd>ymYT$`z_dTU!o!D@p?1I0 zv!_5Y7Tr!&@%M{i>EcX=O*xc)F_D?qu>%WXSd}m%7bOaB(q~Y3^!B!EnCHx0s7%&P zF29+l4ZwiR`ow-sov4;e4USq?nm*#X#Z)r9^eHv5?@L=;)s+Jlqo>ksj=(y)JPdNL zlGVMo4PRys8AA-C7k&FKVqqSiXVrJOL8#8=_t#P z;6aaPT`k+2Os_c)S#jM&^0MK0mg*>4AxR_iJ^pt!TmElP_#R=t{U?7gw|rJraCeVv zKr+jB>9a3vW~vLj{ag` zgQ;s!2skxxtVB{5(=wDO8Z7C^l}pI*Dp9ep@ln9P)!YXZ61Spt7vkxb8Bf=lEyL{4 zh0SVH*bBAv7<70}rfUt0A;fu~J}aF)LB|WnmzTOs&bAEp-##;_+&~W9AK|xIz22pw# zX=ufVhJn7ndM~gq>Xis2Sz7G6E3GHNukkL#M=lr zocR`f!^%jMEPEoDVHW$#s$f#;u9w`Uk0Vb=f9bMnuF1A0Nc>oeAZs#CYcdkb1;fk)VT->+4eK+`5SU4u@zU!L0+$vu?t$Z4+KKhZgmh?DtobH z#Wn)TOo9dZ682+N$dS#5U8j5Qj3a5Z#Z64BFhfRozW6Ug8EcY&WB^ih7?BOQpfB2e zhDyYZu77>WroC}K4#kUDNh?KAZ zqg(d>J}aFc1G4430S6UjqUMr@m8(?5nzWJ~e*Rne>X=8xiWg7sC{ht0 z_D{GAs1S!K(-5Nw>Q#74qDaZ~R^ZGK@z38qRF$lp0oZUL*Xvc~az&EgxpZv19Tho0 zJuh{C8jZZgOy?I#6$iYWvq#5Lz`X_mN7`rkYj=M0%GK@A-r$Q=Ca`s`N}4B)EL>)E zSJGf5_d{V3e6?CRw{&a|ANAkDdgCp6B0ewB7Y}iR+vh%mOLTDE9_!^AT{8&*GP3TVkQ2EK7>u|swr#i%I@M4=HRfKWZpgk|qcMUd7gFw}Tk5w?lV#I>u;T_9$X1^ui~ z%`&OG*{9g;e9*{+4@%rViS?fpNx!{Tw&B7TakBKK8)$R;sLOKzHbR5 zQD64*djkH!gi0V(umUMC9wU!*ut#U4i%Yj0sRLqz|1=_a@qW_psv*_(nEL&%@7xsIZJh^(NN%xW3Dp zcOt`7xi!S~HX_%f@66fSnw*sUkEm&{yTYy zUq5SY2X zp3r78x-wVwimcTQNJ8cszLcix6^xj%YL6Gp9p=A`@Xat#v2bn~8r>s->-b|GuhF%K z-i_Z&vs0*7Fc#B|x}+0>FXh`ds?q+LC4Dw?<*Qqu&cOdKsR4Y=Fg2uM%=goJ)R^LZ3 z_j7k#faK%!jO7JA&)U!%h-nkk1^r4%RZ*s62{U5YFJ0qH+ON-yJN#pdGBCBXBYj>9 zErxM=OmYJS;%Sd(**b?SX-dK+!9_{uIdWb@A@*d7;5_xoJl2V)zFGWmQdbN|qO$#o z75$%15Ccv3N);7WoF~~undyw718`a=*T7d|r1e>KEW7u2P3N4A;v6AtC6+H%halj? z)U#0yKhEXE3`wWR`29SNzNFJcQPvJruHy1CNM2PHrZqs{oyA>(%pK+tb(Bf^iW(<% z<6>4*#5CMZ-di~cVKE-Bq3$@^o-M+K2Tt8WSjRX1#6hj-i~F9U;$%7PyJ&3J%Dq-a zl@gUquZiCE9XF@1xM4~)6AVj9BWx91gCNOU)OQc5$@!XnBHC4-xV>`CT&BX8tWUYX zITqQg((|<|2=-WZqCaXdyeWLpK%qVa$=vd->EX9G?W*T=T51CbwNV-D*f{WWP3lUh ztkHAOuZog^tMZOxAH=tl_uGY#!E(kWMu0+=k{w~4cMBtf{HzxhVTgjVEyYoY1lqso zKl6CH?2!j$Oig4s^@!6t0^DCWgR?MP9j9qY8zYaZ%L ztwhVSI@NUUcup4e-iz3Xm*P6dVVujYa(XVZt#S)d%1pc^%(33Lo(=Dr$ImBnVh0~h z>FZe!Mqs#ezIsWt@qTN){K|?sf#_*d$-`N+I8n!TsuaXBWR<5O&FvbgbDXwS6$nw> zxj3Ibs#G}jM_z%3Vr-$m{zmzCCTra#1Q{&-(9rMR&WkeJx4U7sJ-@AcfcNI%n{{## ztcH!}6PW84l0p+RZ#W!-XX=j`PvVjAoEef5EYae+{j^&yLzSndo=*Dt9>LIRRt|E3 zJKFn7Jqu=s_qxs>uVXnk_K zVY)h;6XA3mi-!vo8JZ3V#t#R-4_nnpXW9cMY9ix*>?GoU+ge3Y9BDbVB+`lKNL7bV zOpfeDtcM{AsYpo|f2DzynbtVFySQ zH|3`##=t*Ez^CHYW&^PT=M~xc4O68&5v6;KosrHd-1HZh}kDiGD=3TK?$1(iI1;u(^103M!ZKvXcvio zSL{U7m<)#b3HJU942b^&8uG1Gg($X`A(UN%qrD#p+6E1gFh5l@7qggqRq$cFj*GKHH~1@t0UPKK4^1*ATUfO*fyoI#IMpe>J2*XL(#)Q zs1(7h6k$PPhf{Xivpp-9f1n#gU^C!l;(( zgsMOb3E&cj-RHW|MepJ_lyV95^bsXiU*H$ikqik}WfV+Ga$vfSeyy3CJCPH+W0zs5 zUo8LvYy1b4EvaoFlItK^9J6yWfLw)51B!)(@WCVuo25xPc0gLYb0B=xa?m48ZI&!! zFNWmi-}t`LN^Hl`V#3zqG3?4NkeDK57L9!8E?Kc@_7D+`yvV^mz2%|h$p7!r;@oPv z-YOXKzuoUmepiqrT%sn)kn~b=mZS!!#OYQ4y5Thx%2Q@$$9OYm%igK` z%c_nWnR!v&Y&XQ=^cUNbMZBkO9o)Ft-m4X0NM^tz4L_7+DW7rh`JJ=|!=hO8{8?j4{#G8Nhm<~PcS~QTO=lyE4<@-xt zpqtP4v5ao++S?_DN|&-^e&=P1WC0lsI$xfUT~8wuSF~oHx{b;QTXhb$7*z=Ys?j2_ z2$ktrk9Xxhk!J_SF0~jIWBU?(D`xSbAetOjk&e1=UbxytcQjg45_`Gh^%rIct2St|3L^pfl_ z(wq>R#+eQ&hc04g?w;7^W%sQj?#MV7InuN#Gc^i3Z-_y&6I$GWK7k}jBBjGaR-~?T zM@;$g@>O1uDf{r)8R3_TSqrqZNW2{ba5%mGGXC$psG%jD(I!4WHr4dJEUge%TK|28 zU1XIg6^Q6waF6gL*GhHkO6R$!8veQwt{Y@)=$Im!03RX^xB^okM36)_8SY$R{>xan zf}SHNHXv{@?>ivKMkX3jF{S8?9>S+hG&ue&EQ-D7%Gd0MqwCpWuQL$T^a3CZYIF52 zCgCq3NViudZJMq~u6VKYWfd2@rho64NIfjyu__}Wx#J(nH4x>sk zW7j#cT0erD1`FX}&gW{WhS9#nK9{@Ek6kc=(R(rHyrwQ3j2Adz6OpE6(Wfc9-svw- z(jW8KTG-4wr|v4;(QG!cKg57^u~DQ8@8i-!F1#o9^6L|D!JUJ z-SIlQZ#pgv9h>E+lDyN4M}iY#x+OvP$Su7BXs7mmZ5#NyEdO{NYx%6n9ni;|C&5_V z5QX~A0!aR4UA5{cOmZTDjNpufGL^e(LYCYhqe3BzbpN7nA94I8Ao;uxD_1iYK!u|# zUU4y{MGHIJJ=wcYS?I^rG4Tcn7nX+0+_H)H@Z(;X*`Fcr)X7BLC(A%X>g%h3=ktLk zZw!`G*`sERM(hDno7AY8*`_UAubny@{W0^?Dca#dn1~V1S5LT8=p@D;)SSv+M(F%7i0V zx68$e*f_82-FWh33)#}RE4%>}Ip4eBvkB}1k{&jd8|9OA2l8YYvFyI={?aU=Lj*~C zPtUFn>6hEWAqXdsvm>c>p&sIbw+?tbAmS1PQX_?fBUP}D&DSldxsU7c7?01221_@d zU@orln;P2J+T>ylGkFij@-L}C0GU?EZMS)hzBiNX_Qc&3dG`I^nJ46XH8r=^*YD9q zT!GP`S@H=)`}nn-dQ7PyBvO`A8m-5#(_Jq>aLwm9#4c>6u{#hOs=B)T zrc>rs9l~!Z-mR;7N!5{7Ut5Bz=15C7`Uf>+Z?ZclR6drHRIV&7mo~jAosS%f%Nm-V zQ=5zgrS8Tomn&3(%c`FnTRLTjWucmrB}pWj~kb>=GbCB8c#r)*3z)7 z4hh2m4vsw-<&7wrBSM6L{)Ey(=`g}QMT?+0laXl_R!u%JjPJPU9YkZ_&^CLpW;C6p zg0c`yb*$P7CvsQ}D}p9b9(A2s$-j6qW{#6*p)3SOEc~Kqh6{(nJU=}ZDmk;DeGIQdvlvm z<1va9S`?O|RUxk^hU+dPG7k%c5hbu7mhM>yvjD2>D+j>QwVUSX+Qk+@&{WGx8B0UT4)w-pMr`)L! zEnw{tE~Uz78|9SY?LLvQG1~E_nIrNJ%WFtsh$m^v8B-R)hE8?pF}3u9%t$So3_DQ= z#3$vK&vp1lv4E`;ZzLpo*ar0G98MSxxf)Y*dxEJ`>ya}CMS}3ubk(iEu2_BsX6M|- z%L4Iaj#Y|d7rr#evOY-&HGtAJqV%gK##c==m*1I!0VRs^Z#naTW4CNxqh zVoVGHvY5^zq_dRG0Rj(&Nvr?edD7h<0mCWmppp;=p#C}m6BE+ORIFUi3HK~Le9loF zDt!$W&3yxc*G?1=A0LogLTn(3a}k)A@3a|IPf?qOCqH5^gif* zC1F6t60D6Eej)|x?yC1Q!PR!8QR*ojinYW0_m6?!**D;OKlR(WrN6@zoQYG4+beQdm1kuO*28D ziEOEbIh9bS;Gk0CP#Q@jiUSC$YrCJ4SpJP$wwuXOB|1Hxpv#O8M!li49+YPxUt+C( z(Y~BfDXJj3DnT5}PV_S#vR?cnJUFG#Mdzl&$lavc^LHF&jncCjo`$F4XWcB$93ga@YbmLk!F|uy*xs*OW5cx4dv*lS ze!2KWE#z)`mE;3(2R-Y4V^&+9KUHMFI4u?`!ubw}!P=WlxS)CFa{8FS3zO7qitf$N zp_fH!zTtDsvzT)UDeBG9Qn8lkRGkCf@}9|hc?=fR#9oCe`4kq zg$Eu6fEs2J12ohK;U;)jCzoNfPOXNzRvEPeA<7f6jY?hJCo`Pwp^*kAp8rObj!-C&D< zt&ARCHRKNu53i^6J-sNE6BZqK9)?RZ8rLi*I`(L;hc}x*&u*KPK*}f%qV@+f-Qqh8 z_uq0kDOZg4c-EpUca#iQ>gs6OM*KfM+daL5ay>k`yB*cv!`7>x`oVi69F6Vsh&`dY zU$t6#5RyXJIqKKT`EPtU{qJM_U(a8ySt{71ErCW*Iu$GjvIyC*tpi*?4V43ScFc9) z&XMSWR7*Oe}G-PeiwP%8&HhSceyzIYT z26MOfg84C)YtHv+t%oVzIAi>93!-WM*pL7}HMvpP$JIPGtsC+x0nncz0>GF16Oc=b zHsB1U!~WowA&U`Sa0+x0%I2y(I(jvoo~q%4)X!H8bx7=xqX{|yq^A5jk6Q1(My*$L z`)%c!1My-*#PQyu{7%`d4@B6c-^|7>o`vktYVYJnN#r%trnVXCZ3 z$ZR;C9PEz79L`!G$3(jfLu6ioF&iuU$eb_>yy>YHQpaQ#iZZ+w5Gto!yd7Pr9n3sN zF^bajv=JK7{G&AMiidM}4BRT!@ttRb5k|KdV4SYb! zS|G;(@k`YdoC!Gt2P_H}2D8{jnwoXTs0AHNhq|NCAd zXnNv`n#@643yI41Kj&V~gvMuX( zY#1NZt7xzgA?&lUn3P0t!64o2APA<>HB7b+>4Rhb7FS2PnoxM67Qjr-u?cEqBfiD`r!8f;S^Yu+S{|4 z)ULPN3fpEw5$??{@DSp6@z0g5YQkG^1~H+pt$V{np9`_0nDQJ3*{)O0%-WTVjq#aHVvF4~-S=4}&6%1>horNzk zv*RP^{|an%Susr}E}ojlZ!GW*;mBp;p1!{X0Mr9o|@k{jOr z%AgL~Bd8ITjfKPuV7@XDCB4*IqkF^R!z>AOscEe)`TcXdsQGg5CDOLkGPCB)+G?wRhPg6VpBNll5$ygFn5-gGl?3*+@=7W_#x)BY!yHO$uipjon?6ab59+I*(ngcE96LsEt*MdgZtWao57u$mOqLY`gKZ;( zgJHh+N`ODEMkcnAoB+Zj60A>^jW!pTkS%md3ycIGo^85g9qk-e>y(iMC@?L|aN2lG z`>e&a()T~Ao+lVB(7=T9fDu?3@V!Rl~o6d zk-5RgMWx_C#~KHOVD+0Uz1PIL(K@}?B`S6JciS)yv)#mgH)5TxhhSY+|=4XyOrPerR4f_WUj z@9X3zIGXPIj&{>4pqjPjeU=vpX?nU` zjxl_dLl{>8^Bkm#h{%tzKo`WhCb2w`K^4;X7`7%}_ zCgqNYf4G3RyN5Z#2FZpFk4WB>`2ih6G$vX$Hkxe~DVD?<}0cV=wOG1akQTQf2A!1DGl= zOsYeel8*zVh63!wUi?%9B0whN#!C+sJ;efE+A*}686AT$HanC+e-zF~(BW%X2NGVw z9Z8`Dy-b*MNodT%2azWD)X8r-3N=U@010*}q`hh({CqEllSET;L-74qja6s*!lq{e z<(&_zCF$(qXBO~+rx9^gCAnxTI(3xi+z{)3SFXI56KU7ZY_&9~maH~Ai|=VccJo<` z^#7PQ=XKQ5I#k<24A-2!1KR@MjE$WYBapMkHW?v|ixD=Id9y zA2&{S7-SAyzm>ghMnmrMWZ63V|+A-G^cAy77!kEHz_fJfL(g9JC|&826b??$cTwg1Z-(npqC=dy^hpzvLCS=d`=)7;Wy<6Vt+QL{yd@dS269Qw^xTVP|>&4)>Mf$tU zN!LATDVcw@f#~BWl`;U_$SEFU@6UMPF}=@*pm)KcX$f|DrnsC;cni^UL>3#femUG` zd0SiI1mZ6UCVPx&}jP^N!?FWC4F2=AdDlMvZ9wK>T3p@TS z$W3HP!_H)kR*vjX*|8>^h2pHxumjMb>&afbVjrK67-+D_J0s8qG-SCkY(xQQ&#%U;*U9|?^V+a_G6Z97==n3JvX;~ZJ)v--2M>G zt$4EljjNw&T4l`9BtuG;LiU|g>)!+uh_rr*v|?#Qg&Z}pw=4d7%z00#gXwV80cr!l z6cUa~VIan42rg_`7#+8ZnLbB!+iWN6au1|i%+}VYC|AVYiz4`wCqv~L0v(++P*d9XoPxX^!p-1J>}NO{UoN? zp#A-8b29H(q^KhOLhUW(*GKMRH%cLzUlrFLSYsU9e@k(5LCpf&e zv*pG#8x|#6fhd_;4olC~d7Fpr9+=YV&@43Z2ny&6qTKQ`Zf{Q9v) zyZkm#)(Mid?IIkL3l~#sB2s<=zhU6q@s+}`mU@pWU(CHN)QPnKI zZ!1L(p_Mvy9gAGp^oF>By_i<&-4_l^J8JcYiP z2m43zdCktU{nxXTQxpJg@C+HeXH~IdVL$D~ zX~HU6zcuNPa#?VA6c72#erzf`hn09y90r-7imRnBzd9>y;!Y>DV~*^cTYnmmW)1Y*-V;V7!;L+2th-p+Vu){=o4swz3=d!Kh(0w z{@`&jSB`}*Y_m?K>SbldhN9;=6gGfg=dX+vYSTz)4V{?^>-$vff4bFuhOeE7ygro( zojc+r(}3Ltm}s#r(&D;EjO<>l8g}YKk(tiK1d@?{^aqwVu<_9@C}^h z?Piv9=ie2~QLI+o40M>$8cH!j0H9KGGfPw5kg|?dWqt~%hI3CQjI+ZwEdR*itcRyc zVv9$S(kQ#+R>BScb59MnFAN)0%}jvW)no?mufpNyHT*9#{i(nI^Rq{m{T_+m3)+^j zC!_bHceBez8Us!STA-K^xQFokGdc5l45q8<{S}2=ttuFew(;Ih5$c|}RPB2%b&*1S zgrEry3ka?iGLw!Do@X=;gHqn08vUH}fH!dFZqmg1T|ks$fT#5=R9iTxX=!P5cmYjBme(clbAIs~rfMD|9 zJAv)YeYznI;xB@&kE;&%?XP$L&zGl%#S-RBC6SP5A{s*DC#!OnTL4s#A>oF zhm6~%$g+<|7||!We|UnU?qIFi;#!VWBy?OXS2r?@;2l@^tYo5Dg1D?^D8j-O zMNhb(QBW;gBF}_bVs}0npjWt6-K8K(!^k&__bD2uOFg{si=&REdTj8a8G7LgQA)j; z%0>s%dvG*eR`6YS(zy0&ZszCQ(70u+m{lEbU?d;J{DRu(^ZOTt&Bf4xjJyN-#9qt9 z#?dO*t_;dVG+~Wq^QbpLNTc8iEk`YS2$%mNoWno}yR}v2BCuyd{4S#f8O#16S!TW` zErgt*>a+b@Ybfw#0-OP&+DBEL(SOfZSk<9u&;N*K=bhh8+pIudJi64G)ojzpe>5lw zg_HKLX5CaP7S$JJ6aV(Dw@>{;zN-t80hMo;0FDmX1|yaS%eR&v7!TItK)&7>Q5rn1 zcnPESuHLJ`82@EU=`Y0e2g);!?#f;~)2iCLo#?kjN-Vn&k)QU2%2^*_CxBV$k7l z_rVx~ycRYosemp@#DYZGI2HzAy&u9TKi!_k<>aH>((7wAZOwh=S2YFzrQ^Q5+Zjmz z7uHf@5G5uSO$|-u6@s6xrNhEs8C@h`G0PQA(8=srl@z9kzz1?mBW0Z;W>r(_Xr6sL z?k?7x>sPYiqzTZOy8yj(${ePq^OPyU-vlxm zSqM}c>t|t(bVbWEw#E@uXHIsd<&p+1QVL9LQ5xTxsEW zuW{mpCw1V81)qwBpoBqLo*aaCsn)4o;sq=p7*ON@QjszW4Q`~_mEELfLxOvOI`sN) zW0r9G6m>GAonb(!h7~eFK=LyFSFv-fPaNEj;1bC#GRQVq3DBJEGWP70md2s!$T6M{ zs1T$h)e~fte$UCfuanRxpLTb2P={UJK9J!Z-sdHM6%}-9UjNkYAx^;aw)TxPyh?%XZ^C!cH z!Ek8Se&i^w9IgK)TjoPhuWO(C79=fJcb)*Q1S_Kz%15_&;{aq-(K?g9;SNaE#&~qb zXmCCMZ=*_o{FvRaNx)lOf5##xpE10iYM#ZqVtq>R*HzK(DH!B~*!J7u1L_Yd@%v*l z_v`ihtt7I)S7Y1v`@1_d0^vh(+kbbT5`3LV>0kqbcFQy;fnk^t92w0tzd&^*kir7@ z>ua*d@B4E5??W+KO$=FPfA+J|xenfPjK*-99$v1%qDo8t7*eS8I2B4q>+<497st-8 zO^lsollWNA{m-7evo`HNDqat-xocHcDv5#RCd{Z{FEQRtSfSnQCpE~T>4Gr-e(8Jp zCUtekij6XiIj~-Tek}buPf1YUw8+4cfmHgbZ+LrhJ*{{9UH{vcAKAyo^Qq;!*`-!I zj{NtL7SO14bPGS~&Y@1(-Ow%4%bmkbqlAL;f{8gqh zFt;c%YJm)0#$C@Q7<3|z;rdQBla$La12jIK_%x4sa0_duJ;f#?B&o?vXw(`>$#KSJ zlK}$L^_gFtof@~_?-CHd&4_`lDi&r2y_oX06dM9^Exea;+aBpx`F;aOY*S@`tlXlJ7r2i21Rrk!h{MH?WlxaqPWWBGy6Jkr9Xzmus2&*I>lmTxEz%|MQHYUEi+k>3EbqcPAXLsqa2I=m@)gCu^JCBAeZ={PV%Zi zKH_H|T}TfzwR#)KUK1~K4U8xj5y4A*kg1A2nQ+5?cgcMPl+^MFKI8Arp|(XR2${$_(X5~o+heDabiMW=Nj z*0=!y`C%7Er6KWdJC2y85IlLR*29=2gvnvo9zLUhims9Hy{xC)UCL08So8UwZI`z|_Wtr;VV-p_^ zP!=-`LUK9J+tAK@VgsQ8{5t$t@-Nq*u^_EPGV5)k0L+f#*O~&{0McQnnC$T-^mg=H znsG@<=}%M&e5v?vYCP?Ar;~Xj1A62gYD~jpT6mLEOL&{M9aUYE)V}bPvz@acxnX^q zrj!vKyIxn1wWleV%=Rsl(Ao>fa_1|iBy(fSa@#)usoya*?Ei|c-&n=wndH1Oko`b0 z7ki;ZA>4zPxwwNQ;1xv|N$zGRRkE%?Tser|60nuBN77d#mokEB;8!;SO`S8bNJ2ZH zoo#t#Nz!lateIqQPdw?0Z`nAI9m@HrfW$lR>uTx{HW_1FuWV-#8%k9xW-+51BXz*4 z*}3Dtv%GatDi3Zkt;JeGA>E%CquLwGPpiJIQ&^Ccx$~2PPSC7utwM|)Q#Ol2hNAcq z9Usu<(!`>t@g5=n-TT3$a{(ujWkCN!?gFojeB2~qYXlXz*7nY!I>h~cm8E)93iEN&j@b>+Yib^j)$ zUpc_CArg;lV?zD#6w&g1<+`HyQ@jE3L+MkgScE2zeuQ0wC_>g1nH8We#u&CWYTd7`U~@126zWSL z%^)61oMa20FWkOar5T>FmJzA&L+t+by&Y4!FWR6Zpk%gOpcv4JNLVupkqs{)ZXV2^ zi?%)G@xaT`YQ(E0157!AM47D-YQ?X3MKs>9iz|UC;0c7xBU&UGviBPBp{}0QaWZ!- zI}(@#r={gD8q-X3bD{G(a6$DmuJb)n$$jMoGG2ZF&#n&i6B(4Gvi_yfss08{@AGUG zwxpD=pw^pRat$3;Cc+{0C?6%Hq|W9uf2kbG9JvYIY*SwvxhXovJsG*FFndwXw6H@h zmETI#^149!AyFpqnQ>?3tXX`$_~p2io05i# zfQy)SHF54|k3322Cl(RFoHeg{#wnV^VQCb`4>Dk?l)*7kxf%Lce2-Y_wCQy3IrU%Gt6^ow3sVuZ2*vb z%hJkRO2WPfj#I^JY#1+WpUYHj1XN@5t$4UOpQ>iJhEa2)c{U?)2Aiy6BQGor8&3m5 zTY?`1Oc$@)#v~aA>g2`KNie@Lr)B>jwO;W+Sgc|@dFW^sC3L}%p^RDid2^Y{p3At( z7Qq_8oFY#;XlX|?uR95Ka)Z&QTG`*Qqyc;TP1c~u8P!d;hRS(!=R_K(G6hG5OLit> zOB`{jrc41&RGWzQ?pdQCnZmwzrEVbjDqh;rN<2y4`#gMV5_~Y9RfhIDzfKT> z7siBq^XmWkA|BLp0PgW0X(_HZevR);NwEee7M5tnvqY?m6BNV<&mtQy%CLecz5~*N z6kUkmJZldF$i)I0cE!66y4>X&Hk5=gRWh_@lIG=QY^ez@Ni&MhGkluXquUxOq$VKd zu28C*upFGOw56L0o3af43Wjcw-|WD6fCzwuTt^~LCzz;Q9)8Z3CV6Ph{cbjWkWvCr zW*V=v0K4cg=>FC161Um=t$B`e{ae;nn8o4&JbSA&r$6P+p_sHInl!thBN#c`5bLzq zJ#h1m{!dBVYS2dy|o(0r|@5^-%^O4i~yytKmB;4Ezkr+>lVP4J1f(9!E|KwiI#_SRUo1 zUXx^7%9u<;sbP|)MbHLA_X0vgo;bc+-#d}osK(3DGgEeWnGVFZ%z5ne1cV?`vbn~;qmQlZ4c1W`RHy>&GuWuQl-E%9Uo&^(2o&ES zD?&tgn^~jFt4s!b?d-tDij2}#nH}$5;sz+8{n7!r8l}|>IyE$0XgP0+lm=~L+w1x6-6~|@p{Pnx5tTuy5qJpO446^+ zO^ZI82D}|wG7q~9?H;GG6{4r%6|&PM6e(F`2|?&2Li(N&ZMTmP20-gMYI!DyWQhUY@bc7;2@9 z@9YN1Sf<*eEn+vgom+vcl_I}a3~PALo|jxIR+z9{$x}j42#c$fvfV*gC=u6h6E$B8 zbGWLo|Jt_~_&C=0zo$1E`JeolG3U;e>HDj*p1knzd+NuI{324{XZh&sZ7?vdUUNWGgRlVNr!b0yX)Jl>LW$?EL3Yf z$@Sb~v!vuPmU+1FOzdpu^t;dA%i&Q#4n*e1RMz9vZXKGH*%e-OF59kV!`AHG+sHv` z&=y++GqEdIFP(XpTRrq4kCQIKik|)XG~c3n=qGX^o8Thu$%m)jTU11asS9LaDb5=~ z_iK%S|8qazBK-Z4;H}qX@5kYq%Yyt(rPGH~fTDU9WiR;%cE*OPtcHGGTN>hPv78a>{a4dr!ag(>Te+4w9(f0f10YD2vI;) z?QKwC7S3uA{qTodWMSs?9h;f$ZFMy)8x>Nv8U)n5fh3yRPtHp|XBOw^3|`T&a4^|( zHE#uN11_nf={(Ujq89f)i!gfTu%9P$%0FMcdo3_7x^Zl!;O3QUDm^Z+yIIroeY5#f zH?aR+a_wuG=*6jgHA?Y^1UD>yH@cp8&r8VyEbn)-$@tyi zL207tRfPs(WJ=o%qn>|Bj6T09zU#v2VF+v|ZQP1tJ*?ZXt&)U-qNdGr4RcR+~0 zitIDg3OHLG19d^k*gO&#Wd(@xE_l0U0F+soS%~vNHdqo-biwqY99j>5wiZQGyk|I? zlvgVy94%X%aAOO#xPP*+J(Om1_Eszb0r^{|nUrayVe(Qn?sDuC&thriP-rbJH~j+Onaq><)M|lnusNX5E*EOHcug z)a_p5^%oly$WQX{h%8IWB^`v=^9iv_PMwkvo1%-5ibEePE!nROg=Q-7rEftqO&`;> zujO+Gfs>tV(mx_y2+t1j^b=-QyK^M3$TPPFs2h;!ZIq5GAn@{th(%!Ly6SVrvTrS6 z5abR$w|WM_&|UJK;xkbCL3ldn@y{SU?L?G}nKAlVuN)BC!iEyH9Sa-jC5bE5PP^T<6%X@t?2(c<-{Qc_xS>P-Y~3<+Tb(=KeZ<;bjl=mdU+OdFE<#OPz-+4rKd@Aq>NX;$)cF_myelu&jCCs!DX z)n~X7$F{_`HN?1{bAWXQg9ew|vb6V@%Y^^il9_N%JbWSrUPzf3;qBg_6Js!!7qXqNLmVq;eKCgG`7*JmCG;gMqopQFzykMg|_7H5G zX*SUoY}Qi{z-As|Y9{PU3Y*^NIgVGQe0*6Dchtb4<=G!aIh<+K0mMxONrqz09&R`@ z^c_dT{+EOFyPTm0rAG~Tc@2o+fx?~SrukUsIBPW4Z3!c`HJj?{zOinqJFFl>>XWKS zY%BA2%S!CLdHt*q6WUf`en}+0Mp=lRKh{eJV0SU(kBYhrR$?Q@;$5gU&Wgl{8H+)q zK`e;_Ttbc-_4VQv@q*p|l^XDu(xB+sVjq9P8;u4HOHH5lNv-FF*}BpMcos_HHW7Vq zeh2et$8byFK?3X3IH>R-=@HnRn=~hz&|JJlI6i2~E~hC&mq7C9YRJ0e=6US8>LK2> zR-lr}cP-MO88=Ya_Tn*4S7G%R_XsIGLU(-h>b0bamPfDXDBchtD}wXNaKLOo;R17O zK=^cj@R=7FEM5a{?F&-I1C446n!bR>VQ3i`9zxz`{5(Hrl8KtXbTLptGg@#UJ$Rm9 zOOfu@%yKi>EIKHqUuS@+!^DyL8e#o}QhUKG@UyK@{km)Ah3l_#o)SAFG6~XHF#cnT zcKH-dAd|90bbuM%gr}g||1NJtT?W6etK#>y!j?=JkwcC1XEshd4z(ga==v|G>rXQR zIz6?^8QwQ6tlBAVnpCrlcs;3-Zo8Y>Dyddr4`lUhM%+5g5XU-s9SykskMj-bC+r#d zP9$S7RirU{qZ=ami(Hb7VC+W8C&bBi+b3z=Ce@U0$RJ<_St;iqn@&LWWD^nn8oH8u zoQcnzf7ol#bH^5sXAmo`YU@S56M`EpzRa>*LHXD$}; zp+=PlTJM_1h^VXfs&g!Q*E|&E=E1rAs^tOm>as!b}dB-zOL7J^DK&pSQ0iDCu1=Q}+qg&N8`J%ljDuC8aDxPRE1 zVR3lknU(4@$f{hxov;rW6Hs})jUpwE39|9S9!n5#;&SI`2DWSlN|vL#8R&OcT|O_e zCXij~=WUq~4l0$O+@_g8XN@LmObc#h-o9LuV!3v~jlr&8zkM>+OI5qtj1V0L|FzT&uMjD%O5IQm@^>8p^!f+@;VrWUkY@#8E77;ioZ!BRWOS7Y?nf!ag=e_s zg9k40=MY3j8V>n`CdiZS<*sB8LYC?!ETX(C$>KX3G0KJ>G{$028f_&$vXn}8Q9>PX zma%jwRoUS%O55^MmdyM$PzhZ6wVqLbk~R|F>_C2A+zvzL#V$%GmalSKa?yhZVd4Eq ztw=ku9|3P!7exzYInPsusE>xb$JtaY#Y(2o`X~qbRXv7NualNk`@Y~HgX`yfom|Qe zdZ3Mo=FG~6U5`3Ik(IqKKNWb>qf4!cDo37m-skeG8j;t_FA&e#&KdiqrYv|3GWzoC zPH+3H)G4k3iy&Rhjk{WTa9a{NGh%hWqfTvNbXgbq9HyS10ZFG&5G#l!PL&0ZESLCn zu7KQ5kfqv<Mj;={w0ZFtHbL}{s z8;jr)^j7QaI;KLOlrVz=`B1IX8q!?6L}KKzh|Dq5HUuAB&=YU;L5}T#oj3Wh_cZAVRdJ%bi>AOvaVbGEkWy5rbiu714NJ^>!CAR&k5@C4v*!LsNP z_?YP7(d+bC$l*q6oJAf5NDMWFd{h7IV}rJBGsXAH(D;1|R*~rrILfXR&2F@4EL;Vq2i6xX8m&({o25e;*^L*CEsU9fL^J6wc`iG4KYpK#cjrCmi;~Nv z!j-27fHdnedk8+%-Q94w^39qlESXTs$yy7IrVb*m@&I>tZ#xcnLVauJ`b1@0F=dy; z(skw4FYZj$p0*WhNhKZy^mRMna&K7ffSZ$a)kJlZ32x|HoT0yo^LOe5BklC_cOU-# zGax;+fBI;p_t>%sg$D0_{r!jU{`i+4-#>ltON-QxXbz)T%W{Z7DU0Tbo5uqdJ$C!j zOoKy-vwPvA3mwCZ*ONJ=8BL@q=VKgdUjM*WobwnZ>&xCS5&;i2*&7Yj^snFk=?rV4 zE>scn+_o#?)w15GYLyb>lrPgYD^f#K+EffSPI$}#mS(;$Ng^OxS*~g}8=WO0D_XQA zNz{km#m{2wjY2d2B4&ao%HCgo$e{A^Yrg{)?)U2LwnCv;fzBt037T*Q4v8@LSk!Tj z0n(PxtkyXbL!r+^_|D;VJF(&n;>0EZ)S4)U@>nRz(Ms)2SwghT$rJT9XQ`dxRmq#f zjn2Rh&Y#n2^R6jmitRH%; zf}Pln1u&!h1oP<{&9`3j%9qAL4x=Nw9t={YT*;GExY&kj%=xO-Fm5J>vd6H$8VyJ% z2e35e39`?y4xd~1?xhoXLS?1O#}&a?wF6TB`MZb+ zq=}rEB(@uOIA!qs$cuhZog2ui6K&R<@TYT$taI!C7irN#}G+zcE`_f41XEz7co z!YsC=s>hqHn4#tMK7Ri4sX3Y% zKlW|CI5&m{9!=Ifx36xWCTwZakenq53Acn_*~u2F+F#kGt*bTf^s1NbdJ)Uz_@-LK zdMI<}ct^7kx(QW(Rar|hOTR#5asNE;R^BL=mlJ7A%)G4m^s)!jk!EqjO;oqlSH<$4 zwHm8-TY?%uqd;5oU5?#O4>XNi4N)5{+7@ zt+gInmpJsaKSrNe17zXc?jMJ~h&Gb6(IQ!X=Qm4yveR zU1O5H6UL788XuK*N2Qcrt}7_)_u9^?&U7#_j9|q%F%?lfng%e(P#jn*tN`v*Vls`G z<&7%(6Q1ta;|%Z?XPU85zgi@3VJnRXC&xehx)qI!@z0s-e}ChjTD}kTlkr}d2!xRX zoUyr&bxO8I+8bW2?bDL)ij)T^*+q7;d|p&a^VpQ$;2g9BomdBK0J{OR+xHy?AD-yx&N^hoWg#1JleTfAz}I zkI}Y_<|jU0@)$3f#65pM3=Ag-fbZwNfBdIxP#=U9eEi;N-cTD_7TJDG=?Adlynu|z zDB;}yZ74I2b|^6Py+@j{rx+DBndo%aplJ1L+N9A}LSl6(8d1*%`}h;yS|(XF zzsgTpo#1#s!XZO8YM@JE(C(8A(TgPn`In3EVNbVOIr#LdzV5G`xl3%Y4<#&lY>BSe z5_u*#2em*Ao}f)QBnh|6yjF^rSNenQ8X#S$x1VRI^>B3V6=}Z8(z69`m|IOs-pV>#k z$*rX$5%Eh|G5F?n!jYx#w);Vw3I9st{qziKVsExChoF_Dq;X&Djv)BXK zRIcp0B5z8qZ0-=Qy8OI^Rb^}@`T7taYRZ&;fbUuGvx3M(y}!cj%}y2L>7igVzJg79 z4j4%`3fVE@S`GgWUiqc911>yj_Yx{P_1r0|y(Uc9r>9FoOLp4d(IO;sAfcd{RrAxNPoGEraXIh+uE9XRMi_%yS zKoo4)$^OQDy>CnNm6TR7Pw)#gPW}M!^LNj`_SMFR1w%J$b&q1@Jxbc1d!xXijuYf! z_iupJgxIb{tcBt19E?F<`8>9t8 zF~k`j2WNMmGgvG`dp(1-a0O`@;3ezopH4pqSX{N0DY{|wMi?Vmmx=zUiCE&qgfzyAKicYplLkMEzp_oXo=%92WUX{s!7 zkbrQJE@^zLLEnCkG4B!%=GA_$hJ#s`Ob2z!e^R@NEb69OFw@rn<7ls)xxlWdg|Zkj zueE#(U0QTqta!qvQOqRbMsY|be1?=Ydid9>OauJbF1+(eh% z^%Sj1fYa1n-N1MFGl!42~hdV59vK0zjikJ!hM?7u4nqzKtr_m$Mlfv36n|&8L{=e4uUY@W?t8^~2lxtn$63o+#LzQLAqdRq(+FDO?!WAE5saHBNEd$Ed zs6DaPoyRm=p&V0B+C}Fz*uX&Fq@R?Ew62*5Zo3Hz*e5d0F|s<>d{Nz z#;8h*Dx__8L$&Yld-K~E?fPo0jKLf-6j&>;Xo4=No9g)c)?sC*Eb_ClicFKDelGiA2ol6Z1?UFcI?m1Em9_a{YIPR}acaK`G8ES}#W-ih#_pe?e`+E%0L#1mkz4R#d6 zc)_xB&Jwp-&pC}6bSZOg7QC$!+!{Zy<@oKAfIyqz2POhS_UL3!Y!*!x)vmnwy%u6I zQDHOp9kge#N2)SuUrUfTj-lpa!`;7aN&{#mQ%HRTrt8-i&RT$#@%Xo}&2|J2q55x8p;Y z@lipW1{L^>Ow_F;qSoY$CU#83f+P+O2-`%d>%#Rb-$_f&N`K2cJM z83#8@uK`{yh=23#Qllz|FZWCR>wSFsd)rP$Wx;2^A1_U)ksXYBYh5;~G~o~5{MVnq z`{BTCZc-Ir&kE5eA{{Z(SR39%AYogvi$&-JR<&WdDW0$)6ZSPD_S3|XR4!JjrFb`r zC0O0EOchkr`RavP=}bnoF^(Eux8{~N!IwQnIqBk;ELK_#YMHMN2qlAN($cGzq`w>! zcekH)0hPUJ4ZcewhIazAY>Ae<`X6(|(Do8ft(B{vi8(_HqAXT1JJekgILz7mxDL&+ zGk11h2Ilj}dd2<>0pi)oux+aXc#@kg{|u{qjlS#k-wgDPJ965X}6JHO4aOV zAL|tt$PQ6Ni5vS!0QIw$!RN&_e|Z8ns*TPW_p0KW#4&>g8nKL3T(1F8=Ot1xk0s8c z6d2J*lMQ8C^vvm|+;xvPnyO=MrrON6Vjx*xZwgH>Ayii)(>DjEA1JDyTnFIkoX}ks z)poi+rt$3v7YxmSBz7}1N9P>#^EGY|c z)MN8sW2r-3*JI7Bud6gu4Q$JwbtQR{+%0+1qHHWu3I$BCv9zqoEQ>4aJX-a}^3cW` zyt!&hz~CSq(;{afLC$f8%@0x5uP`yQWz_8LBx6ws zNc38eyDlpD#Dl)KYVbbW^EnLH;)23v`4@{XDdM(WG58$wa_|7n@SHga7I7jciOzc9 zYmM6H(pJA|wY3}JPC%>&a!_3ZiD&Kait55Q>;7(2!};q^7X-eHZXLUZn_#{;f4CQ( zV4C$?^Q`Fe#T;VjL(KH%RB_fN?U5oF+LHIW_jjwg9U)_R+f|-viUtxQ>eJozNSM&! zXzMpK;Sg9{_&-?)lfg?Sx&+pg~%W*xAz!`;EQ^ zO^^uQ<2+{CU#hdxPru8bWu5cy@fRHCmmf0EeEiz)fQ37gN4u#sm6Sna(sNj>Vb&bX zZP9DAqYaqf29yYmx(#5&mR3aQTrxvZ7(T8Uucy}+a)k~;?mP1>v5#`%9oBvU@~Us~ z1*5r9Yd`byqVUtI=B3*h3X*5XV8%mT6h5v-N;w25xl4r_TLyr1Yk&!ghvP7G?8z!x zDd6@+=Bbd5D z8<|pQVSm8FAF%P4NySDT*W{C~BEqxJ_0k2H*_x7NCc-7>HHVDOp0ddd5)u|tYSz!> zA{Hzrk7RNSVOy^pU~1Sa%?ZTN2a~mZ+^%rWsF!;~(XyLR^t)O0t(yX(fCTKhp@=2g})jSq=n?`ermWGUc&dy6RpxmDs zx81$WASGfl!HnsKDiA|)OFe3VWi%tQl6DvsYnE6BBW1}49=l(EkH|!1S?aXVY?ltc z-a#7PMW&}xfgB)82FHBxWFf7oFnay0Z$3R;*dYuHf7tVVs+1VniTl*7m??ljdk4KF zee)66=a*SC0y}0p2xO7K*c9v5PIf?Cwmc)6c*-aSB%q3LGwQF^FU<=-xGnD+ENFYy z%Jx><9*mo+8MKV#x1!-cSh<&G|YT(3+vR z4b^gwHU-QgHTU9woc_> z(%M1j^d%U=r=8LrA<@dReFBNr(9PI_vxSG%R@dKrdu`MPqE`)Me94;Zn{Pk9{2e`c zs+OG3ek)#DFSEJlm)DLzs@v}$zWJ{|fA_=fk~&Nb-wt8Zmy6OF!lvm8#6;LAg0znR z2c&RI2HyGrxC+RWk(jKrbAc||eP3`hdeeEjVfCQ#l2PhC4b-!#XOPUv6umAV>M1`g z%OX`zxn^0Ue8X91dSFwf1yK*jKy>~<^m;xg@?hm?lBsn;b-OPHWIfRy8>?#Ca)E;F zsEw6c=`~t=jhkq88X z$RtbNaE}TL`}w;MfBzYfc3H3|`@F}NtvEDz_v`OJeD}w{{P_Oqdtch3275&X;++6{ zQ3rmqVAuQA39|X4pxu%-yrw8D3)-|}*ZIpgk{K?{(JuXuh_CP5MU>b#3gIYv3LCAKrdHZ^8ce}du7Q#@wSCg zx(q9Z(vqv(3#Nz9SpDBdJ-PKovRP3A?73s*68Kejti~$&f*3Qww~M%a{)Hm$a9e$-fW+Q7E^9;(!2diLR7ctTcP0@52PWFD)DT7Gk7 zU$?JmiJeDV^+j`u#;7+}1f2;=uw}!{Bjs0(*KzK2L4ULBz${SBwy5rb(9?dB?~#!v zRPFC#1Gx_~p4BR^*g>L2SY-3U;Y$kRjL3btk4191e4H>MTVOvMQrC&pxO|ZmC%dLf zdK>Kr74Q8G+4r-hk@UI5?|<{p{}!!%_3mH(_Whr~egE&j`vby%URy75FP5^E^ix(& zvfw)D{AsU9x!C{6O4`k#jk}y);Wp{nQ2sNO1i4_RICdEg*vdNkoRVKS19%2|M)BYb z{VUbcGtFh~^;^(q!{^1UbxqFx6yQJplsB&($^*kzBln;YN~8ycO$GUT(Ig#RTU<+y zrkV+a^5wM_9rl^=c#jL=8_{!>1s%Vkp!;bQjeTLD1b7m>%3Ur>*IXVe)ibZA#9*$7 znZ0i0CHvB>^-re+cO+#{BTh;w0}RhZk*-6+vLtZmi>@Q5s8DCu-blUXJ*yo_l`>kF zgr#L&XWf$U{CQq+8eod_8EqtWyty@X!2@-Vkq+VHS$ewgjk`z8J^`|5A%kc-(!h3w zO`0wJhF>jp^mzrtyk-^hK z9>cmu6CTQU11#j{DBqz4F_MNoopz68#?j*I$oKhZ!e;1d+D$ra;XK@=|LsB?7)vTj z*9_k^$wn7cQW17{oxrT#%cgEO=K!h|W6DH4&R-QFq(%EYZYZ4FXtvxgt=99e+KiUZ zkyTtrlhSxtxMHa#J5l4Rp;#aaI6l%f000!o7`xz-YXuzBs~324cjP6Jm9UncKVlZ<3+P;Q1_*#Ow1jLjm^0XqbK}Kd%g)NbZaq{izWD&w~`PqR0`t9Ow4gkTLlL8ho%?;tgQ5y64!CKy|`Q~B|)@e_Eg zO~gzOD9>`AeXJKQAQ4TQ_Is15gOgPlm8kZCmwfDax7&w}=-93Hf$XZWNjkxVK*~*! z%Ue?3Tw1>4(zsZ8bk$oQM~!^(1TgSv$wtWr}5b@Kcw$`{NibuERy@1 zz3r+os?+ZYniXVah-O(J3QpXnjl6B%K{VO=_`5_Xs+H3lMip*^1VIzH`H?+g--J60 zI)K!%U}B`s&AlmSi(pfP;rHeN(6pNSd^#f9I}|DEb141P>%HO-*_&!7W1~g=VMJ8w zJ_fpT_+60lSxdik(PtyhA?EUryIz@rTA)q{q1@Enw}ls<_?q5)ajmps*bAiF&S!4k znveAf%~d8?kS-6zbv+U88a%!!y7EgH&52PRq+UvGju?LpILj>aBR zHt8AtrDL8(Vv>2>4f_mHk__I)q1<^eQAdK2u0RO17c*W@34|Eb6iCEJDymlrsC%%X zmZS5DfQk-AEn3#qJaKKad{ND(xTb76K%{GcND+Drrha?tzT~adG2z&B!U5sZ_mvW1 zvRXp@=G*HLWv}N`r%TGBZ@&F#!;ds9_O&d*s|W2C?1;~PCte!Q8Y?Rab`g)#cvn*+ z9GP@BS!t=xHjzm|L(Lkv6D^7U9esH)3UFk_<$+dcGKl(FH&2Jq496Lqai4e0$7cCO zgom0|oN8B4k$!TAom%f$B#jW_t)>;P%d948%J7VA4R9r4@EyFl+p$_k%_uQ}4r|O$ z2>wjVi#9p;2@b24k|6M9G{BPBum#UQCJOWOr+Vo(q+$vgyhUm}_{a(T9xJ+;HC%lF zRHFkSq8W8uDP{WJrwH4fNW&}|3`$q1rD3v&=PqD?2#qJu2dgZfubPxjF`Umj53$!J zOZwb+fN-z~QB}=SRC1hml&A(ZWIH1k?zg5NpDO$Mv1vwr(QM4JiKhw4+%*72P3k9o zAd2RN^;U&-@d{H00a@gEgDe9dE4|w#t9E}1}}Gu?$RIQTz6NwbH0rPy4pxejjWIhg;*lWY&i{$_XO{rQtzvA==N z@q zhOq@%gzo#;a09+;m6Bq&ygBU9JOh2YIOCBH6&|>?s})Ad)=s6Pu$Vc!^l@|f0dZde z;ttA4(t))>f=kkR9AxKPlAZSfy|JLFH;pY1RgQvu-RX?A@>$m^LFo<|&6^36(Zta8 zUe>R>c-C|J>};{4F$aU4Q~MUr+D;QI*!58rkMOXm#7a**?9QM5Bx#}fw#UL%EMIfm zGE$JXCg<{;3vb{~q1D+I2+tzscb~0CU#4scon&b)h#f?0gNe9}HV7GBpd@Rp&<=DX zVjGIE;c@36C40(LR8BjR_Gig7L7+5nRQ?j&314@Udxkq%eUVn4#6Ty#6-99ch_TwI zHKOw(?-|G9!-M>;W&!4{@dR1@!J@Nmg0-?-nuyHgLI|Y9P1{PBg~v4Gx;p9l15rSi z^s=rVMGbGH$aq{D?(WhM5CNgDjkC;-wNxjLSiVgxM*t5;?#0yvk^KDyfmyf_D@G=y z`^AlDEmNkY+kjP29}VSTlr3X;Jd=;x7eBcd1t$5Ioom$mZ>{Vd zz4V=CO}h6m`=+jA&*%mAQ#Jzd>$C)CUhu8_W{HGhRiAPGI4>PW^UoH-*=I~_%D3l@ z9Ij^^nG79T>kNVJeG0f9ck39VKl_@O!8`D1K&BS?+l4^s0;Wsi{;x{?cc3yYy^jC= zZ~pn;qP4Gnl9~SZ-~9pMKd+6@VtqtpnjXcvWO|>YF5SY=Ekm|8W!Z8n6eruYe-xnv zzMd4Tzra1Z_;`mEpR)VDy?aPV2ft}2V!!h&u%iKR+G9p4kjC6vcPsV#)92~aV8Cqa7PKV&B&F;t?LwAU8p1a&Di6rVv;^rY)*o!pkWZ=8>fP-b~ zMPl%B&s)Q;(iO1d@2q2X4!M;PTJ~AJUT1t_22l=yEo*sxP8|3@hjq}ddhD-p0~~YS zYlA?PSn6`lo6gf|MF`E!biqT$BL-|7129}W`J2InYR_Fj;&qubC0+GQX@a`1ev4>k zP4gl4Yo!eX`K_TkvrrmuqKzFCucuU!1D!wBOTWpEPXXBw$(C&D#)QwmC5Zpq?|<>0 zv>V#Ug3)BfAfRQ7UgPMSXD3!X-AM2$9h=5X8 z>1q?z{Jns0hX>xwkRon|k#E0G&y8uM@%ga}zsih|M&z_18!ZWf88xjgP*hKor`_N# zEsfX$4K1GF4Vz9!?5g$0G4Q-<`%#5upePIFzRv8EGEuozprX^ij}7ct#?MP%VUU5;F{j{f@d`_ zTEyBnZWw?5?!(`ImJMMaOg!1*eYOQH|AcqH{{F*vfBegj@1MT+r3oh5lJXv4Vs9vc zo=Fs2)~_VeKHvjX^%iQuSfHb5&6Tqn?vl+G(z>N1&443Un8 zcFTsgM9tKBm86B|S0~NKyyY-3f5VoNN6}Y*8w$dhPW}ag_yLBk0EX>xjhci z$*ncF8)2ZBi~6$44fj3|TkR0C(;o%(Y+{VJ9)}Tj0RT+TLK+Gl{lGQCjG;HWWU%iw zLeu(@-v!8h44{*KSjfJ z%$MfQm#P{`tQ;}|g(0wEmU0uiDEB#FI;)(27A-FDg3ka~erlf}S1SMeC&<j?msJixCt-AkV3{4=Z{-(#CVRo-B}R4^x9vMAhtH)LE{a$=#_+z1+2 z!=MEZH}9|f8k$L=aVW8pD&Oh`e|ucOIO!Uf)S@f356*H*FYQm%Nm0a2Gb}HduSa~x z`n4=Wr6Fs+V`|l$(WHLIsNPtz@G|j{y5R@j+{{3CWIX1+egk8eIN7^(JYL~=^Ny)2 zOEC+>V%BUCPC|^z(>H&sfHlsP#czZ8Y$;?F#hhl(LRMamU@9T2C%?(^hKW#M$$O{! z>##P<16rA}Y_8Ib{fI@BfC-muln0^3DU_neDa;qu7by#YT97I|pdmK1E@(P&n0E6y z+G8;nzx&s3|8)MondJbLn&DCvh8AWP?n;s2z&6#Wi^U|0HmnDDBys z7OINes7n|v%7%P@wj3BHX8lsKse*7cT@vj#e&6q<4EdKM^$LAIELitRIgs^gAfKMl zm8`P*Zw(}BPq>eP?46=_EhIo1XclxqaZomGNZE9AJ!$J&QUZ}b0@#)$Z5qn>2L$4O z&4NIrdt_X1o?X3j$d)K6IsIc2@#a?UxZvEL`P{mck!OiWCW39O+Td}k{i~tNX-8x> z_7<5WbfjhNDy&m`Frz`msZbJ5r5XEOPiw*%&0$NaLAp+L7LIl8HHWh$Y1Ok2_re$W ziL@$Tv?;g8nb#W@3!8I!y!Uy%mRxjzR?b+N0ytPb3=b6=!eI8d{( z=Bw+#T!$ycpEHf2=xn}X4fWoI4Qv^Rqn%b{_dLTNipZCw6TJWqDc5mV zEnQ*1W%{+l)53bJj=_$E3Vm|AX^W*NxH3pA>H>pVdVKADl4hGiMhmgM-pAe!@a(R|^j%v20aOgA2wEE~=%h;w-la z>;;dHr54$m*k`xCEpdb}p$YNl`xuh%0qZtvMBc2CrU3yd-~WaQz@A+y-k>deh7P;i z<(Ef!tTM6uYT89Z@>@2Uz&G4{8Tv3R)7+s;=7J}%xUuM3caIDh+JZV8{ZIsq4@(_W z;~49$S{gCjq&YAxS@^%%j4P-M@578z?qurMm=WHb4Z?|If&u1EF2;EYBl4PBYb7yp zc`fcCBH+QS6PgaUZooIvc0##;@?q5eyB?-SRMnOT3N=G#CG<^CgO6jAn;)Ba7Ins$ z@tuu$$y$3vbjv={@ElCIJ4$2dy)0-A-cG6W-N!_8AJO=HnsLQLHlmiL1#)N6S}+<9RZ^`m!1@ewru{+x_PZbd_Sbjv z)BWaee)kLU-(D?~){jA*(pMnFZ#=+qjmFY>*1~)!lC@O;#pCDdSp`=bF=KSEwiK3R zOdWe~eV14=Yvnai;Nc4g}4CPsn_JyDKx+_kNjV==aC|coK=-( zg?zWG{~?VJ3szKI>SJ1Mde+WZj*S>-WZ1_FbO?pv;gVhD*erHtB?4$-Bgv5AL(#-6 zCeEhsXAU;}xh7qIrs3SWlsGqOa^62KT$0UvanE3-pFO#A+FI<%T~m#Hvf0O<@uT;ro3)X079Sqq3(a3;^n~s$D60%Xscfxxm~s5AF46(XY;K zQCTl|Gvi#}%zPrpc;F_!C;}Kfd}^ zzWA(@Ku-uchhb~^-{7_+@&7E?7^Is-rtGZUV@a{~5oh9ifQ`*UhNcnK`!J@7 zEEw&N?rT%b5RhBL%-0gswnQo1S;$@t;LAOS2ZW|OIo~`|r)yXj;tFnK2{b%xY0lSk z24_jG!OjYqb_YJkd92F(W*WK^*eY^UmrTWfRvYWiH!_p+6VDzJqd2J_+iz_SH}I+Q0wq4+#Hxb-e~p z^_pf_V7_^0-Jr{(XVn&%4cbw!4N$Mm7^PZdPu8(!-JC;F(X7DfwGT6TNk}5Ciq;m) z)RZg}M=Z(jb>!3QwX7sEt0$ z_|XH;{{xQnQ@a1^tKVf*@uuC)`pvcVTt{<+yQo(Y>Q}lvd|jv!QlAkIU(DJvmc{+%*?A%^x!s?d-#v zamGLtvm=>tv|j(0AHM&O-~W_kHNsC3Yp!9d!QMo}Zwe0XLQYExXdlb; zEtlzL92|{16NgR+vmO2Z{`!3^_iPjWzL7yR#Ej49`Oz?YwzpVqH;Xp6lDnZ^v-FDu zK?IHbn{2vii_<^$^ZV+c@A4*r${wk_Nl4dGMsA>#$$VQB^i{MkqqootZs@vaa5g+A zaJ=<~&LpTKrL7Uil6S15HebW@L1=}6t>wGEPGD|RK@#TyQZcPu~-A(r?QMPS1iq-BB;zE5Cd-Dz-(?ygJ6!J?CMYO;C*4@75 zWoQU^xUD-1AU8wkO3Wi!@lnxCDkZ;Xowkw1RJx8-zc(K?ZI2$Sm#2<-TAx8^^l$X$ zF*}PoAQcQ7N*m>I8Q~I^$G`me{^@&P+GGN&RL-W= z%PnSpS%ZEN&P{BW!|7vc^(l+Yp}0550yq30r;fgBGiE<379Cd- zOWy1qW}M%SmKExR8Jmi_^-Eulp>Fp_D{i(slA2N1WFjYMg5K!pM+aE>K8+638#*|s z;jP=ymfz<<7)mxFL~-0+4UuxIp;Kp}WhBW))Nm|%!^cgz*H3^oT!JJG87O`udc(Kf zYRLINwEn4v)2qJ4uwSwR^%C#_P`ZstqimZwxcNvye7IrawqvMLae=MM1d+9Iny14N55q_E^@^r-JPt?wM<>88^18y`t8VwHQV(NTF;GS}9(R%(GD z)}c0FKGJaWz(`+#k=9Q9#LASVbLfpatxGV{3+LD~_xNW;)>(Ucf6Jy?Nnk=!J3SyP ztS3s-CblW4(ocAgt}Cl7UFl?gvsv1Q2j!IXB7Y4;V=ZjIIi*#(Gjs2XgvdDqC`In77to$0?Z z(^wq;_Igvx?aPDZU7Jx$;MV!0zciz9D0`;EmT7p)Qu=uvbubL9KC!g2mR4(7YB%Uu z*opPy4HD}LgAMyymbpNY!A2WweN%8~QJZD##4oJwb!?>CK_~1L|{&bO#D^5H^g!oN&^mufVh=-WkjGCJf*P?T7)rdW>&PQ zT&c0{h!I%4M#6FzcRdqK1iaxKp&7$U*3U=gSx*}WOKT8C*4%mBjiY4&yL8EPQnUsD z+K?(@MGTDRUSs=kQ}c)KUA%W*n?9N^KQVDa%W`6~eNn!4`9$ocf45G|Cenbv289TT z!kxo+H&ANXZyejhB4&6PBUw28Z`k;z+G=Mfi8@=7h;UeXPW_-zzFxwmL0VIv?A?Rv zqE17p=uyd7yi?{yRIAkvSlBi^LKS{Z`|^3$sf zRz1}oiLbBkwky;iy`)r_aC;|^-P3SM%CfZN?V?^|zRLRMbK~okL>Ki6 zM1;L{!O1Zjjt7y&9d&jxQ^|5}n&YA12|k%^Ua13k*>L!KYO5xMrt&Uo;PTG5EEP@D zOoTWF?1{MpwncG$h=atZfNzok1Ia|4qZmr{tq~#Y zd?l7_$7?$2CIc7MPA(6Z7kBFOH!JxK!5+aC(snB@!k0~%8TkU6;!erxqfeZ89(n2F1(jq8yhR_Fz6mr z@l{;5>7!4-NFP^*j6v|KJUaf0lCj-|gml8#6-a`?cC49#N`u~vQ*!F&k4%nPqdiv5 ztWW-SKE?3|D>mf6pWer|q)f@EJ>)5%48^rYRGI=7&QiCdtDQG)Sn8der1DFouQYpE ze8(rF-8e9oic5iDGLLjX9w{V5q;Ovsi4Q%E%c3O39T0g8Cj@;(YbJ|mpfic~)UHN5 zQL;o_TVEuwn!O@DylmF77p^={Z?Z&!0iA`(TxfA57IX9}Xpp9lffVF#IsW#&$;Zwf z)yX1UaqmhfEka9v-7XZeEH-oQKJoWj7iTYP1ZzqVx11I8%<$%ddH+2a*0>*+@^($KsF*Ro}pp z^T1O|qY4!zLEk_sro+o!kZICPGsFYC_inIkE8(a<9(n_=to}dk)c4bf|LT755;kh> zc4$6^2jfL21RHX*YwNjZ4LLtY%|`GBzR72jA>t?ApVpA-|Gckz9*A&JjzxAoWuC5=!j4PQpp5L#OR z)rN*#t_6jCj*?;+lqFO+4xhE3eTBouSK+pVe(bAx<{4dC3m7qC3SH>(Mm5alnp<8p zG)wo+vBy|KE&CL!s4XKaUv?sJ51K$bci|PgFDcy6r}k9KHA5Vr^;i6jV`Mw|9#~RI zR?{^CxJx>yu>DFH^SK=0X8{oTuH~K42u2G~X^XSc(P~rBTy~(ilYsyIX&38dSH-E$ z%Qp7w;I&N_hMo9!5s72PsP@dk?5T)hvIU)Bh+@}s!;UYSvx6Wp1SnJv8*N-cynrrLyO5-A%W)Y+ohk_l>P-b_8`4vWYk2!h1lm1*74&~M1*)U?KZ`LHG0paq4;OzF6_+dK$EAro{th9m80@-RL8>wkX(JL6vL z!Eq8?b<@_>D}SkuH#bhf=Qfj79U!D@j$q2FZ{5*He_IFaa|}e&PMQJkE|jGiZMQ9> z6~u*L4ulZ$P@WKop%nxI8mC9LtQlY9DWq|2RPMq(h8hv4peid$0o#zk^IDp1d^1|c{G1ElCTsBlg}lqpi%a zAu15CofypgQd3_wa%!6O+GBm+jFxIU?AEaPtNtS~Bb#NQHpv+6cF=luB2P|ky z1cDX@I_0WZ++wXXJ^AuipuqxkchVaL0*50`ZmlI5fZeG8A}QjuJ;03roHz1L+& zCZ|3C(dA#seplrLDGB_(h;2?rZ0scAPn9M#NVgQ=`{4J-uK|VY*MOqjeec*XSMBrJ z7=}CZrqE@ZG5v+*53$OWe8}Ibn^%eiJrn@yj)ZDj@2EuxQCEpDOsL4FI!YVj5pQI$ z?BppV{)w)5^~RL~lOwx28E2!rnb7fJHK*Gb?>VgnQ^uh$`ks0=i2160Y~&F-t}bCI z-D$WaRW-*t5*M{CCiiBSU{RK+LZ&hWH7>wNe)3n3KRR(@N|geGn)iLtNZGCZn6k!L zGaKC#ifP>PFDzDXYrqURr{SL`M>2udI|5E89AcL<2B?#>Uidus#z;n}Wd z=P{dy;JD$9^V7OuOu6}azm)OdLGm~hG?Ob~q_}U?r3bA2+v*A0BJ*N;g!qrLL`ia| zxOy6sb#VGE$NlDivdGy#u)mL^{bEPkTre#l$eT>(T`Ocntclen$w~%01x!R(3M`r& zHY*G^yPNmMFk7GuUz-T;i5 z$YZ3=gWM*fx$9-oOr`(Sg#u2pog7k0RwPF$iY!*c-qIbk&V5|K`kA6%TkEB15!sF@ zt)pr6%GgeDcsP=&8ji{ftmEhIH;bj1#!tB|tDh)b0#;m)oJ~BH{k2K_D>7iSnPQL| z%6Qb$e#m0|%2}w^82qaS=DjP~dHb5fd>?!hSnAPp4BiMn-OMs6^ta1u_i?R9u27Y3 zOG@iw*03$9MCm;wozi%kOeV`;ATjsm-b=?{Lp;;GpK)?eBpYov^v}_yS>Fz%!Y`Q* zw9!3Zb@mfbLgI-FoBBA$9>v@peEzgPRCAdPoIwwBVq`%j)D0&oI0psta!1~*fqHz3 z7grCq>CFhhpQX+UdGN7juFT7B{^29&RwdDr%0|)Bst2hQT&Vo z%%(>|CvoN4qOJB=0{Ycuc2YX}he5=%@P9ktwVp@;+E5<}E~sakHDEcD&pNOY3wS$O z=1R`LMv2vT#Axz_7_v^0f6;*!NPcrq>WyoG8B#z(kk*c+@36uj^Q%U%jlgq*g22MGUYkY)q_t;!`!<^fm^b+QL4$CGM1x^{WAOWD6@=sj%`c$ zstoAVcEBJx&hI&D7gBaE;O?HdO31tigW9WAe}$$p;^}E5a@uZ@f`gdtZ}c1FzsS zXSjDseV3p-J3mncdxDKjlU0Q45(}fAzyjubUx^vO>kD1`HYTd`JGudR6JqZ6DJT4_@GLtg)x<=$J_;qw>?gg9SPU_gIX*3I+WiNW%HW-nkZ{THs_2=p2#(UNEE(%nc$ld;;+^bc3%w65hXXH z!SYE5_%Xs~a@m1+E(4|1+4+8af{9aZj&%y{-&zLiV_x*_pUCke^dzu2Wg$W(Eqkjs zRR$yIbL3MbfPOBbrfm*+K{{tbLt?XI!8pc9=d7+eVsUmcnma1^)R{~QXpV+v8kB^s z1q~hT_}em$gUS37>d3=m8{7sPuuFKuu(a6^eQ^`u%jz zWW^|+3m~jbr8UJ?`ia)py@OnvDrsjtLrnJeyapZs)_!lO+KV#;eCg9QDw8x{_k=Q0 zP3a89Qiw+*J%4aUF`_x>z7@|+(z<&8mt1*#RPAY1$Xh_cq0tv-wfs0 z3NnM{hQX%sed}b=wb%Ys%iYT)!;8-93F_hF1Cj4E>8#MiN;5g$HCRIg^k22QNQ3J6 z>=HsgEPRwvm}w=zo9DRRyx4m$rQ-(LMK|h6;FSnY#Nx^4(}G1e%<3m|Hf@cG78$3h z3xT<6ff$2n>i5>tZ0|4*%joJ|b_#QmTdjqu=h6W${4kzZj|&smokHKo6E^0TIH~wn zed#tPh6*X&pGEYU%Cu=$3*_%bQ;jKRo1rB_i_4`;{}g%6-S0}ztj8j3#rNytL**;; zb1%qngJmew`B_jyU9z%7$SJI&k!3w zoRXGX4{Uw>n!UINQ8p>k6!+=_A-;awN;y2Tp?U(2ceOJ)#Z`K;$cKN3tBIq>3RJx zdJ&)~qJk%FpPOa0ysGclUhuQm!TWtQ@*=bIF%QHDP=eGM{HC=?Qp3*KChWvLOpT6~ zm-6&&V7(B&Vto183oBc;Cu{UWFWaV{>;Hxd%E5>Lx?@V&Ey|?M&U@6N!o1p4nFJtX zj{~+(_(`WDLkgR^r#XC z;q&z@b8?gMQe9+-4*toc=6VKKHIWqpFVx_Nl8$>~4YB|lN=(IL>3GqBU|I?y}cx>>FHX931&RhSISm- z_7w%PwN!q`ao{=i4&Iu8;>|AbhEJRP{B#z8ZQc`4L8tzCOF4lp&?l6pbo_i%@Ve%p z>F2mHa}dhNby!=WpES2F_$^)baf@Rt-w=yp*elPo%=7Bm3gm=ctYb#c%S$wOQfEyx z6OlLV%l0YA!=EeA>t-3cF@xkNGx?wi9ONHDDTWssNx*iGTd8;V+E*5wEM$;3NMMy<0N>nA7fF2$Nw&DWqb~m+BP}0dh@|!%>yEeQ0H+5166Nwq%-4LN)+6>>9lhIE z@J^w=7v9?=UV^wA2f-d&TqRptr4q{pD5w#iNUxa1IEeLSs#J7WAKAYPmvM-5wBG+L zh1N|2*@p%#EU9s`|1{6Zo^xMBW(1?rX7@?2l>WqIrRUnX`EUF~8Xvkqnt}tK)=4&L z9xvN>qMHs(2V}?G&yR#abL|bxzIw;)Rm^>mW)(TvNjGmb;t!IR?qCc3)5L}zJz~cA zISqsG9z1!Di7d0fs1Z%|&wfhbIPBL;5_R7|`t9QmH4Yltr&68BimL@6H#SXrw5B!e zV0$$QiLrura%`SD*u6cKV~>AA6iNP zq&4kcSZo1Hbxoi|m8^27plrDr5JLO3=s#tN-Jo44s#7u7hM`S*nc1p?0OY{ivhpv>tNgc2l(2 z-~KB&fcaNk!kcce%a4E-;wmu)+GYa2Bug+DxxLm%VYNQ2z5Kqv;9kA#e*PL@8w8%; zYmVR~^|v`}zf+ufk+Px57y`KsUGulby6ME;^u1@1Blta<{N6&qiG1k#`%6S zH6hYaoHH(hUEXI3Nf~X6$M|oybVQxxitbN-LnJIP6O|m;$uC|;VuL=cwRF`aTV-e| zOu)!on1Tw0(gGmHX_8Ks5&scp&uzMJbT_g^qC=M?|0+GNE+Mz>kZs{CE}?t(xBaXTvMb(n$2utdlRMe2xKj;Hw66ENPv*b zGpE^l^ru%ua$GY;t8I(oOLnVsr4|BpVwtC2ZyJqzk<(j|`n=Ocs#wdu7;;uj(RM&f z#U=vogt8@>Z27BM9Z=v*JkgU}^Uf6XfuzyozE;x-Az*3+R?rPKd#+?5ibL+dk zoK-le`vf*D`Su|U7Lo%1tc{aB285XF{nFyx;m~qsu*|7=$ElJnWf_bzdj)#`(K}E+ zH`AUUR+WD+)G|A%zD2#BvpcZulCry?sBB_be22A|c0ue19+;Iu6c4J&F;c7=vM(1_ zEv~UZjJ4~KtxtNV{_LV1%@);X^*|xpZX(4?y*tfvdC?LGx?6y&W{?bx?O3e|?oTY? z;N=V4BoBhDb|p_*bpn4Af~tcbWcoL&lI;T`b2m?t2iRcNQ~UqbUlQbBByz7EayMH7 z=lxG~0LJX!E8!Oixk#65`yJP&Vn~NrFn52`JYZEBUKS6no>PmT79yBrC*B-{u%Y&$ z{vu%DfcnsppKJbwDf-U;Z$)agKDXW3*{P&zF8`FaLYr~4Waw5B&6bSc;ff2=U{0Q< z$F;G>Dr|f79}jw!!}^@R=0_%`5efTf8%KB5?41=_A}du?iRsy%BGsC+h8Efr7Kc5m z3iPI9ogo=FYopBu6?O_*4pFnuo$>W?{J4ky)a+o9SG zmE2hG_oYFXBft$|h++9#V#t0p7A>xg`)xHd@YtY*vS~ceVR-vt+`-o#gJ`#s(~WwE z$Rr|z8Fvp4%0gt$d z|Ct`!8%1Qn@@s+QSj^T>68NOK$C$}xu3nQ-0ntZ7X(d3&L(tEO+&q@s35;+--P+91 z)sgXZ_#NHd{~6sAm7`sp7Aqq_nzUsrQ5y|1PyIHFoUGC!qVtfGeUuT1nS9^e@5IJo zj=LoJtQleT9I@R@3XBil8O(|t=v65@=)v}1bw$u62*By^?;v1%s#;d9?d{)}Yn;6@ zu=(`NJ#jn((yd0<>MEEP&S~U&!nD#wM4%Z%$P%~Ofq^f##YqwoK0gTKQKNb=inkHzb zeFN1&`1?sLs#T5bYSk`scwm>m#&cc@#^{N9rP#Ae(#!yGK?gWyC#wPJj=^qxExDsn zZg+hs?bsd0xIJ_?p68R5a|h!0M~d#hLx|!OT%b)$KGEFEA&!w9$vaD;M#QUxPb`W%2iP>YX z<@e0j07u4K8(XuUnHe)7!sSBqL$SGA*bz!z!P9pUMyX#f~y0FH;zn5nR@(P zqtTG%dQ+X@_EiMXS})3uY%=4Kzo(&S!{JfEHxGEpD?c289cAR>8=9eSTlBXkLK%gI z1o^X5H-9zWYt^Ut1k(}{krJaj2+FZM45{c0Q*CL92qbq5Bo#OLSQC3X$jV=0S5sIv zp;toE6H7EL$iycIy!gtq+ukT>fjdj8O%O)i2O9i6EwG+$xxtWa(NXcf8Svp~S!^TD@JOy#~EV z*C-Wwac${M&z4;xYToUuo%8pb#Ak7jVzkLlbPYuGiAVQAqgMl}NTr&>RGV9yu_X!b z!Kjp7z|?ye#^XbXatx)E$&OR9LmXG3et%eB7-1F zAx4?6Y!I~NqH=*Ggt)GdFdEVdtQ?KV0E0l!QR!H=2Pj3K($d~e}XK1KnRh?q@AXvNT9rUBeEE^Xsi?HE39xMKN8w} zPg>DQ16ZnB6av~HrxPXpraEUQ@etKBU_!>QENSwg+SWr(hh#}{v^emw1@s7~NraKA zKz|_Hopot68|=0X_9pbjieVaC_=lX~S9R@{Zz!NDaq_Fd6Z3+rR?S&Ra^fDEwmE6u z9i~+&; zsu!sfGVV|j+JJI(oUf@@A29pn2^TJt38x65!CWVoR}{#k?~wVWiekIKl3hd1b?C=9 zDX`&b9n7iA{(NTK^n5?#eB5tte0`(%;lix4?^np+E>EBq zx8e@akoIeY5F)`_rnZ1n%r9s=Vtzr3#Rx)n@mmX*bI;F4+NH!trkqQN&^=?Pz`Xr_y#P<+)q- ze!3pu^?@XoHhr+nnW^Oq>)GA1>3+L?+WG$eGC9fdvX0;iO;%)b*l+AqB)KgfBITjq z;KH3v|8wfhQd~>4WNebSk3`q~WU_c4W^=PwxMkp>x%UR@#&;2ptCcD#0=i?TnMaZScYdIJ~w?(M0tK z;Kb{qL89Q;u@Edl(c~S-wz}RWBkQP6c`p5xY#F&Oh}D*%QDFGEPxLex`Q!iM0Fb8S z8!twek>`;~FIyu{J7F2aH=|XODVrD)Da|(@gv=&aUXzW_BDqf(pRo%F!p`NWKlE#Zl{2%3%tJIZ+KWT#q z2wM}wXirS-YP2{PTaa#bIVHntBgwj@)6U8lF4DCrjs$588TF6mbFnLmLl4A`M#98o ze4WO2fzbrcPI!Fv|E=4CtUg%(?!~{@;OJ5-Lv`i{mPSHUQvzzzql zY;i0DDVZ%-k{sQ;OnFwQXkSxv+=bchv`n4c?aOmZ;xg%R0088Yg6FLK^|%p0RNyc6 ziaUI@sN2)u=p+9WRY{m{L!G;vpLt_)=5DTDaYN($ zDrz=te(tVR@RH*|q`*KNg~`}1X={q9bjQj=hFfw87l}8?LX}(qxwiw|Kgi%VFI<=| zXs z4y6=@E@MCt{=E&=8ZP4YJ zM6_?iRiP#!BmC!45c*CkU0Ryx)H3giRevk1+jA|e8*HdE=rD-5RmVrd8Ojt4aph3F zwuH$i(iT1;Cb=K<9HFJEiw2T9#r^{GARZ8!p2R`I)EFV%)4hVL5CbY+W-QH3iHQsl zK6+gNMQDS4{2`0hp&2151d)GwgJ)7&zfeyl4E!%it4R@6#DJ>%dN}T%Q|8W`{h(S*%}cRA0Lbv4l7Yb<E%H*=C7nEp1 zQ!2v;o46;E(q|@dbaXNCzr%g#GK)zs?^G$~n)5)`hwoe|-++5s%%pwDbc}aZ{Iigw z@NCd{I7S9J3aMfz;`Y_ON!MiIxaCL6GL^`E2X+m0=_fvgwb3 zDPMCvgergRFG#6d9vov$4LO3pHu4(&qN>8?o4m6MPUfc4y?XeIT5fC;*bvNg09XiW zNG~|$Qtr1SnMW&SBQTRii1>HHi1s6XZjOaZm6uRK*50DoSi)e)ng1B`KRtH>D3~L+R{XlS_iDllMolzM}|i!cd=2C{q9=X|4=?pKdm8(SN9IbOa!=h$jZ3_B)NXZomQC3@O<1Mc!cEd zRS1E!6jD>)JI%9S9~F#>u%?fw0sy7|)p6RSCE%>i7PIu!<^8+>|))*4Z{#8`ri~uh6$=m|yy=K)6gCvut=aA}J zK+ssqRiH%wk{3R0aO*g*I|fmSZ0P}3eSn(vRhGTbHo$BcV!+5vWf=0pm)VSWPBIQI z`uFO--Qdox^HfQvQABV_EMgVZO-XF&Y{cUyW&1I&l<9`%Bw_IJwIJ$`Rwh@v*k|0l zZe+=4Z#t!!S#~{c5KbM7x0*4sCp8Y(s3UrHu00+X=Sk;I%E25LKKS5Hrsp%_;Ts_i`z9b zQIit$tf@jo^6*DSHpF!tMz-mMpdZC*A<=saus3y$Ws6owgXFVdOp_fTdg!Rzw>Iv1 z4oOQ<%V>JYy0Nnqy_-rIC%FAylaP4@H>@o>Ik{lQtP#aOFhE?Pt;2=lLqFp#T{US*iuR4Nk%cb|7R+ zu4Gwk1m~pZ6Wtua$LjT3=I15jW}m-1BIb2K<(2xJyrHFJT5;VD$ZvTNu2Te56M3R_ zMWkRSU5qO5=l1F4=QYRWbD(VOrstKlnRnCEe16;MP@J6~xyXfw*^H|*sZpeXg&*X( zIMWlB78vOPq05q|W6g75mtoMDuP+tLs|FEy0CN8j7>0|7Q{;#e3YCOTzlgaE{fjsQ zZZxc?_k-bxMrHe3SP}`a?X=70C!K}UKUc{9Ht#huc;mkMeUa?fa9`enSipP+odlg| ztE55dD;k%=T4&=L{F%MY)3i&H#>jTGndusha=9HLaa@3KCX%r%WrN3%Ndkb(l`qa9Cp1y)0wF(RD^!Pphjf07x2wfGy^IL)kv|f zTB-5$`So3da?#Ko(&oK$2$mo1h!5#qB7u4yQtN(~Nv?c8Lq|xV^Ar?Bje3MZ{z$DDdz0(mE3tt2fdse)(ma z%Hku|0CNfaB;oTSH;SB>xehmxq|7Tw$UPnhaD3rcaUP!ob#yp;aVr?m3;8f2r~2kd ztPbE{R|*Xy(mc6?2E@290m|qooj9}nNg-?L(L^lw`a|E>yg%Fj#o9br4^Xua zq!{Io|!Gz13WtN;CD0j}L zQ7{UF`5gqu@n`xE(BfURLDv!~QTYp#xmLb_!C`4S6^O1NNjo3^$xNO=K8h4FkLFoD z@7mN8e8GFZUwbM(yJg2RId*(C1X+@#x%3r80U2PPxY*XWSKmA$;G3dcAtVV8fUG^` zJ`LGUZes;TZHl)z^7cpKYRMSpbbL9j39p1g?P3ktp(_pWP{>hm@Kf(BZ;;Z3h_SZ@ z2JLcXxz2=_BeHVDP^=T;kKxV}wc#n!@zqx&L~%iP9giP*R93hJFnno5Xqm)JNj0ZI z@~j+bbr`ZUNlqXe&gwrAR0ku=790Eh<{6HN*r=~Ku&(G;IQK*-WACWHq}gb7&aPi5 zDjS8{q&iai{?5Ea(==xrS~+xDNR8W}V*2U5ssv#VMi`-Lv3P?VmeNKBI=7qT;Oyl_ zz`3P+l)3FLW!uUk9basQz#9)I?9r>k(%n2lduu&>^;Uv92# zzVO}8pg44t$u&wvyUe-;az<9W>kxFb8JRB>r&y4{e6tDyo2~l77B4SRc1I>6pR@+m zmfZp+NV04+OQ?nK3jMDzuwm*JM7dDeSK!oK{V{G3y+QYnQcE>TQDPN3zyr4eO(>-(gVo=;Ki z6`k(y=M5jvkEIadTFrDm$y2E2R=GOOezhJE3N>tIO;&W^+TIezCnrO+N7O$U*8jR! zkL(Mu6=;qY*+{Or$^N{U3gaisYjL)Zgc{68Df+}dIUqp*8!9X>XRgSL2w3va_3IAv zqX-0=8v)s60$A4Ah};RqokQgwKc8%6CY+wMpz}!wcg#W7!boj+VIOD;E@W7Qs&lCM zIb%TH;n-DWA0R!~`8U24%@j7mwA_)GTX8KjohAlT#))K9!g%4T<76c>0NWz7OD)%vQf0H z%ec*pGaWoBqOR4iPx!_vYFGQ8w?H03BYZp)AAMYeT zVTIw+h}aJYnOR$Wfl4Lm`>D~b1Sy;L((%6^fO{8jMvJKT{w;3N$jgoM$P~efgZNDn4>>JLPu6)410SD)$as-|a=hhofjKNF}eoYqfvJn^*scry*Z?jCeRFPHW4 zOMqM-RNM4~*bwOcz`~W&_nx9)U{`Ai!bYMmcVZHYncV;nwZa8Oe z6~)=#>_le7W@kKLmR+f1x6y~dIqAQ&g4Zyn0>;5t`lc!}W1TV64#Kc;Kqtw&H)UcW zFsBpLA?htDACayWbIG}}^I4|P3oJ-w%BwTAP%Is+S(I_F9NF~5U&rX|h(M$~KFKt) zl2-<$4uHGv^E|VSV&!*@=@>MY!665s#A6#{8;MXbOe9;eoDJc4oF_W=P_i$NKv%`^ zS2drhRb8$Aee(6Fj1cjdx|oM3p7%kj!60lv1qn?qgj+g?8_DKztbk6+BlMGu`e}Ay zwAQ<2nu%29lGrA9MKD!Tp5X*`z?Gh{BkT|{rXlghlTL0U6KDuQr!wo0)H?O<1m7A` zJ^09}wxnp$G&5(goF6RSt%FwzKq!9k9LTo0VU9T1mAj^(t6zcqis2c>Z?L`NY_hX?X{6V*?Qm@&x+pcv8genz)JVqe7?tl<1*zT?gMRNSG{& z*w&MgT9?m`udJ%nS-Ww5P?S((;f%MC?Q{^0h5o3t^3KS|go#J^8#T9%u>E!kd-VKE zJw9>RYq^f9l3@AaB%PWxBJ}h6e^0+^ePLq*sj4zS!N-^mcOEOXW?qtx|5?3Ka@CoR znFQ~pv!Ke=vc^P6Ii=G5L9RO(K>ro(MTteOp0+C9Bu(7#ZQAp*{VWQ{)&LMkzDN5> zkaj;FI&ixH+A~IW*Ulmn@5#<#Y6w?2Sxufy^L+Ef?_M6{1DlNM`RWQC%0tHrUbQl` z=`a6dom&63NLOW9*DDO;z}pf+km;tadTo12t!R|6sEzS2tqgpXva31z!w|q8Axu)K zMHT->Hx#+J`0jz(Ny^dQslAj-7(x%a-@IXUC@%%`MZ$N&n_Ddd9~-KTx74MLhGlo} z=yZMD&gcl-vD|ZH95GT`p{V`;1TnxTVvpW8CCx#<$GwNw-iLM-rGuU>u4~*g+e|&I zK!rFvVBPkYT6#;KSi)o+2Xbno&sWur)4Hol@60W>!U0A`3W<1>r13-;VP;kMN@-uE zxa1$h3B937Wr9*;DJ2zo`i9U`BY@H$ABFEoYK!AR!dgm8W(i8qCD0=|q9H4H=L5=XW%G_fkq7ip zf9xxYY73U3oNZingBrR@5Og$_L^A7ckkSH9~mmO zR5XZpU9a(xOtL=QCI$rANT!0`B*C0wVk^yuEJnsX6p5}=2SL&w0r|@AaJ{xlJBRF5 zjeI(w`WCJ3wS-+G4XREh_jpcljRhGd2jz9}@~G`otH{ngldqDCw#i0^Oh~Ezk<{0? zhxHqfFFqZ>jB~efh4fUlgfXwsfppH#tIWc;D}3a|$pG z8DEhq)B4j;L8{7KLr)wukFbY#yvWzNCU)w1*84|iuk1^TI7x3`AP&8HLaeIa`fga< z?pq20p;)Ayhr0lN#=guKP$VzJf7<1oZ(l6fJN8GJbjTYeL6#@@J=}N7X4bwozx9^q zwN|*RPCGgLvi@AX*aOe%S*}Xu864tj&;3#Fns{O=5r4tmb=6bqD{G2P+bddsi3eKz z`PAl&$5a>4%O38;7tsZq!jb+D@T7yJIT#5`S((-aGL&K|tIH$QtF5ogHm_$sg zb}`V`$4u6w_#HkVV(|{osp+#xz{f|6oo#eC(PY1Pi7uJOkvXFH44{tIdR0c^s<*-~u0AVgkh?ZQutO2YL05+e-MpnE5%m^CQAongq4$~ik@ox`_ ze(q6uqN1d)ZIDs00sF{f5hu>VPat!?{|mffDG)A8O&V)^*CG)11$(HH2Dp-2FYK}} z6m+I$?~Bt;7gBhP>Q$wUw>NkcFF0C`tI^Id)DGZ1>O)guR8fjGhd+9` zxN|?CS)n{Hnr9hH`h(`$04=0c96k!?R9d!jzyLS3=K1?d`aKNL@g2KB4RJz0h16b) zMMi6hnfI2*6c`%V(b}xU9OP$D#2+8*~No$yj7yp(O2b zr8b>FQcyd%a!!Wzdd{r$tSlg#UH#jr*RjS-QBh6s5weS{2=XEE&urWK(l&98Z;~yub3q{J;UFd30W?j29!n8TmN)y7unj=T189lKis?+YDp@5NoE2OP?tN zxrdMyZWDrcX{?5R114%Sh%|hajw{82Mg)jt-tpWFlW_OTlvczH^Hm`#9tCFMzgg%3 zxK+49{yC8^FaA7Qp}zk>`s)m8f+7~-7vJJ94`mkR!`cmuWFlp8?2qNqm!!cTl%i#7 z_muXx=Y8krA?D{{=jWT?Jhq0{bJ>)FRy1+5hg)jv>|Q*_O@TQs-=sKReni+q;KX1( z3n*|NQV$Lu3JpHwImE7yB4`x&n*H&c8fFa0caEH)c2iRO95XKAfL;ih65e#mq_qlT#@OBks<-Zmk&GaGuEEAHoxK=b%u z1#ZIDDkRD1ySjNKv$=SYI7Q}Z(}CRF&s=&xf%JCJLyvTiCrvkee1EG3i(B_Ioppfu zKI7R@MD$LywP4Y-Y~^y`l$e!Se`NeQJ;`c(gja4O51;>WZ#CJ)sB+z!>2PWM{{X^3 zJ-f z(0zEp_?uN#N9@VOeh?C^d0T2>Jw_|lpisxhIF!WM0@IYAHNVob>mR=U{vZGIj^F+J zKfd|)ub=(?i+^ML!>xH%T9WmmdIDv-^EAaAnw~V1U_|VpP7g*7)vqqJ;@8|^p=D7$ zAu6B)cvrUV6-CfCt7i!v>*p#Nut765OEz-qJ<~K?e6`ayYC@5*+YnJ_d&<2%-*w1R9mFj z>MZA4Y$Bu|*Z!kW{VZ|qpQ4n~YyWVZw#HOM=b>(^Hfw&xvFhNvYKMH9D?P z#BsrJgCC?iP7@alW(6Cyb;YLS)RSpw#IfBLE|TW#S4`tKPEahm1{zBmZ?uMB=>3XT z12j~KF25_U_1-ruOW{?yb&eSE@f2m&z459RU4liU=-!xm$KAgzaCew!9E4G}pS9EL zvCD^h!4rVJM8>bt0F1@pA)>vXvAoy!F!_?N6^B_cZ*xtzY*R0~s5ZXs;xv}5wZ1%< zujO^thKao0MI2^Hw$>C5e)-_fj3|yA=5ylO{`*K)eAw#i(+9j^5-W;s+PHTSy(h4L z{QSD#t~f8Wrn=&A1#A^xyzBk*bnN*_vm0pRLaiucZN5haC5?t3H6g}I617B$@ zKphX6e8`0;d(}1;I`U0g+Qw?CB4R|sERnmR7M&=#j?6uH{}Ye72o>V$5&8$p+z;IU zWDjzp|3MRpmrP7hgcnX5%-0Bo|Eun)00=6sgstl?Egm>PY@dRxOm4 z*o7$qaxrCye;%sk_2l@VUct_^?a)lwYo3^Lmdcemk~3H8*()7Y@A_45p(190MFo1o z+;)22w#UXdonKBgzRhi@TGP!bJuhQN#JFxFl5;x0m{>>@pa@EUqK-VVKfc5CaaPp_FGMC1xipi$X1bIO7Xwe`<^K%)YRvaB>l znTx{B+UM$b=(BdIc9I{SPpF-Q3zVqmxH>aUK;HM$WsQEhFsH|gqRgt3ixp!WiCy)9 z*NW)@O1f4IGomtrphwUim&yJh>g!I_7e5m%KapD%%PoKRO#E0H1~VZ(oL++F^3SR! z1tJ1?xPeV*9NpaocB^B7a%Tx}mDZ3!V-brio~QA96l0H@$8SH62s^SjNl>dqJ(Yz= zoOf-3iiPtnWIF9q(duqkO6!h>np!^kv@3m)d4nX(K#iBL5$g;A^wLDB6E>8#6ex$d`^e}rO zu#&q%5iUy5k$-U1z`6l5raD_wp_P~-icu6h(V%Q_@-(OQRIwLb1TM>v?M)w~q|=AX z$9iUeW+jeyTnbdp?SJ>-!wyG}=pA|J3uZAKFdsffgJar=HJp)Foj%&rUGRpGJ&DJV zyzVihB6~#AGEQ>ODTHldfhFpIp%5X*!0Lv9RU1}$B^Id2BeloFq32iDl}WkeQ}le; zzezK)W2?;9RL#BX8sS2k{j*vQH>^Uz>51`FHV+3VrK+O%1sS%xT5frHM{Az&`8VHx z{p~yaLEiC?pZ_|7w-y6A6~LQWh}(wAGpzp2_oaR%hB%u26X-%s@@mtPg_U@qE3JMJxu9*%+$+0m2W8 zCV%+)`+xk;JO05G|b1OqnDJWR8t7V0#3L(C_p$gWKdh5r9sNn51yIP{I6D?B7 zupG;cEf7$obCMEOSR;FiTx&WZ=y9-#tT*qHEVkxEB3g<{)ku~OV4LJNJ^)8QE~z|S zQssanaiOq&jp`B6bKKxDbm>2Ix%aK3cx}A*q*clkW^`HGzYT2kR33eCw2>w=_)VjY z^6a0Yjl@f>;WWh+p{^-*UQf0~$1zX(ge?`_WbD9Pz2=qJGU_G(A-4D;~hV?Fl(Le!?`2xL4ln0ecTZ6p-huikz5 z=P%>`kAzx(3P2!FbH4bmPX5P3xOdT(WWQEyPBrn<_Nh%C*|#5!b;=wWznxN{tq_oS;U(_apAEKs5{-C*e!a_}w2r z|Kc+M{rGe99<@`dM`h}nLo|kTuUy;oxhq%x{!pE(!pJnWX3lpYO^ZeQ^5e<`n{rUg=5fJcn!GBGs{Q_;xU%vkK+kbrf)rVy; z0i4wFc5@Fl4kiH8lUvK~{-jY4Hq8VezKkc17;sl4X*N)qi~;dC_agBF)^%rU^{zv; zacZ@drfT_GI(ltuG?Y;pM$vw+z4V6o%XSG2%N%C{7#0P+HVtr!`l07y<*shCX#F6b z)DKt0oKane^Td-f7)!Jlf*O4UM$G9r<{Pzs7@j{TCCi$q9?03Mlqehw>Z%&b6Uif5CJLv~Qj7NF?75=*)T8oTpz_S#^9TGUNGFmw>&TcW%sOq^a)1 zqNEIOSEiOTr6G!irTriy9>I)~-ds(T*5FO!rCQjrT2Cm;*f@w?5)q5d!9f7Go{AzO zgHDKU-J>*m+?PC~NroznB}|Fzb)>vH-1X#Y<&kBr$^(xCGN&5O(AdNeDe!S9D`vqB&vGo<(4&=m zo_+1F^7@hHpPMyH^%E`0KsZBQiQSxxN)yWjfN}XpdWY&v@^0I64a(+|6C@bn0-$V) zwe1ah3M?HJ_?i_sJBJA?dTmK|0yTDrxcr7g$!*&)Wvj@KCfU)In4qe88H%l9xLRps z70UDSuH9oGM=P|+!^wSc=r<;*ZW&h6%|R|l9-g3uAi5uHCpt@^D(22FE~EuNGuK6d zW@R-cIZ00pNL_tF6y8w z-)!W5ascP%0_U=1&zAPlCalp(LltnFK;EuT;<%WRKC(EHOtCn&pM7qHiQ!^~TYd7I zefGVNS62;Of#Qd*G>-e5NUhfS%#eQ#Ll(y9eoAHFJMECRbM>Uz=?cHzjg1OipBQ{_ zMxe_Y;TJ@>Dp5~GocV5ZzqhoEkq=VcR>1MBht~t0z4z zN}+x`grpHTN9Cp3&?I;#Waf6#hRe(4V5RN8eS@487*n??wdu^4_@Tg9$n0hI9>bqJ zO4@tpTMsE19$g(G0*sOTZ+-kLzJ305z_7CP&X-^P@BjJ7|M~BK{}8?8*B?GZjsM3_ zy*u~6fKCrJayg!;Bc+5h5qp)MN*tqxgAFv1bJn0uRT1Mq60xBt5zaoVfnADm)wGD5 zc>PTjw^5xc=tJRG2iw;5#KYu7T2L`#(uzN-#^14cn`SO`=yT1RO((jLl<@re!tT>+ zm%)u|Uz6*#Bvj_>YO zCy>*RF!k%AaBno?FjtnvJ7OhDij|l^Bi0B30v>%iLsuo;5eX=^Fp`^veX5||_@+w{ z(4I7gM>Dl*Gess^ksNEgwLHu?fEm*@$CMeHz+ov(&aSS@3wU3lo=Qn#RarT)-kaHp ziA$~RF&jEB*42!%>)Og&zMUnUG1^iCZX9jl-bYLx!H#mf@N?KP0&)aAj-Cf;sB?|S zeUG;@b~75dH=KVX-5iQ|eTnB-`fL%)vd{5$IuXXkmS+l3U}S}y(V^b`gzVY{bQ^+& zH<{cU;f-Qm8bgUOmsQD8Z#W@6%P#4aQ~tOKs3C$G)kt*=D0@MvE$TY^+)bw>4SC>!>c%8B+65a- zzy4?yZfF$%DOv<=D=zG5#$967F7)F+FG^q6*dF!uUr4iVs6C6K6|1aVr04K<%m#B4 zkADtO^;|$kbqT6%1iQu8zbY_IlgzT|2@S%dH1IC;Lq`CvSXt7B3_qtNL4?*gi zAZ}wLOpUTi06b-quP)Z)*ddC#iN(*F>W;_3>K&Q^O`}LUMXDao6aPU%t@RO(*0#_M z+zzY?3kubOKxf4H7PG;&(asAJBN6*92EYh=$e{mv$qqe(wmOPF&elu>cKK&MiUMr#-52J=u~~`IBe*b33YK=V(>c zIG#E-zNLp^>6wlTizJ9Y1B7pV2>XPL+kstrY_ElY&+9HjgM zk@BB2MNQ3?);M~wLMkk9Auu4n)v}Q}-dwT8t8pf6Z zs9Jb~DBt~&6M#1)MPam_N3=)7c!z=jQu)G(f`A*ErVYCa)v{{CSWXim;-C(jiHgao z!%}jK%7#r_>kOu->r#guabN-^`|gjQfALwA>TeUAPRB@=N_SPJ>SQKJL?b&yXMey9 zHNEA$040Y_PbCIIiSmGmiLfV=+|VwdpD+tQ^8m8fyNgjhKrn;YJ^5JA9UyvGuHhnF z_|kK2$^+&?uHS^m85?p9kSBzT9Q`wAs9psf&5Xe(5SMGBu5TSVz685o?f{Elb|I?U zy}uMnkw7&qC90nV{t6j_4YhK3SZrom4^&Fafy#=~uq06plz|z3df(B>%dmX7oStkQ zajlerihxs!+DhEye~gQ<+T9ij8%hXf^r9zGy?GirOhU-Xjj5)kM6{NC1}K#UnEdZL|{&@MdG;+Kq00QKh%jEp+yjZ znmfTEch$QB%n^Z2w~m3s_W`v|(Cr;^S7XEf!;sRnt^fpaYE5?#o?T0R`R>$A`&q)?8VoV73T+VX@8;VD`t zz4I0=yo9W@TC6R~$0b8sfbkZJzUU-y5dhdK{L)j_mnR?YxhrVFsKz4f%M|(XF_l@d z8mqa2Np8nVQN_i}ZgurgH?>DmeM3>LRG=0pRk@Tk^LGTI2|?%;R^0m>lgwdKXoWZl zGRI4{2`1^ikj`#Fxpa=OKnuu*TDUaO%1}KOCT9Eu%H3&9w)8@!rg-Fdif2)P>cF;1 zMB)*TFNf?i?iHy?Lq$=h@h4H&fV^W}hy(HP(Ro<3NTdKM$~qKB>Jt4`mlS{t7Uk)^ z>O^nF^-N+?DSG6dd_@P~aCM!pS%5>TQT~}wi7J3()x9O0=IKlK1wEu=wj}twyd3-^ zk=`2o&k-Zy|8IW%$N%^Lx!QHU{N~&L@3SajP9UcrLeh`kR9dGHZ`x0YeYT*Q)s#{) zRS~M(IPxk`6P=t`o_+V#e|`J)cbnh0jDM<>9V$-jT56*)iLSuC6kk<1+@H$Mzj0VI zbCT{EpUE`}gJTcUH5C_uiDthNw3S=b33d^a-2Yhu6v;L!pH?j!>=Sc%)8%75a{)4j z0udH~Wr7fK0T=L-^%)h6v47>}3Sa*I7r%`t^Z5@8*x!BeXM{i9ymzHWifE=MFuOO4 zJ`p#9>=MN!K^f{k`B>82u%wAUqMeUF!;oG!xj)|_Va3d3PuWc8$;W!`0jTT{|1P5X z-6n!Ni1hu~Z(E>mx}7Ib$GZo5Fh>w`H(qs(dw9po-qA)#uFX57)_Z#gO2wiol{|vT zo$|+aPG~G?H8*`ilS)iaoX{Xfe_6%Qt!T%nGU6&h-%AfzfS#sw);a7En3xzwJ`_)e3sCu@OE1<>}Au%`0E^^@SiGq))&QcJ1KO#VpvShL*5f%oS& zmep=kZew1wMsHdQ`B25%!-4^GipdEuVAO1g=UIPI&euH0o!p9dax-?fg|$c(U}NNU zarV{=(Xl?Jk6&K(Z5q>;B7!F{eUbgGxSLZ&80y&O=m4(o0MI?mXkL3bpQfTy7+<~VNk(Zk?y!CCHV$9*k(~ncaRxvi9hDR+ zFhw?Bm5orJBC+0t(0`#TTQ-^RajGs^MW0XA(TkH- z02#LWn#-HFGsP11)PzfK<|YnqP}o)Ck5b5bQoO(YA?wTW__9IT=|dJxr)=q!OPCP} zMM1Glq2zYaU~j~Xxz1kRVM~PLBJE_Uc7?l+XvQ`tvEj!g^Nd&th?}kwjx@6zZgKJ3 zFaPZ`5{MM2)a2`x7qn$Qf6liT7av3BE`J$VD(c)#y0=1HB34ZC(mKa+ieMm?Kc)d*5#nQ zo?Aopr@TH3#~OS1R`q+|Tp_ujM0|&M^0w;DZk>`IIfzwz=*)Y1e*+HbbdnsPRQEGl#HaQ)nf_D7I8`E~9Zrld~93-m-Wf z6%r+sjXS0`@X;f?5f!z96GFWQ!O3c~X=&|LZ4re`?%hs-LZx%Kk0?JBlhvc9YvB|- zpKqWd&@ccpoK+czU?Lfw*c_9g`G$|6#M2Ov9zh{A2HWBqb-Ps@w?ud>7PKDYl)Ul> z&Pzssip7y#n|#qwvNgkv)ra0!LQyQF)m_R2+xaf`mGY*2_#0mZ z7a#G5ukcyCakIA@F%>PD*jJWl`$`mPSi{n52Iq46Q6uN2@Vva#c1lbwW!)aGuhMoV z3CMX1SA^Z8ktbHvo^-?qOl(z{SV7~)D(xECcc{_mah!BZL`K4RhholLMgkoiX1vLa zO)FiI3B*7~BJz3Q(Z}skwW)Rx#~)S!CvJ=m9zi@_0exnTWm!fkcM7 zFzsJbZ34?V>**sJMVm_`G}iF?sEcngV*$152F_l4l6YO+g4UPK7zyQNqAX;2Jr$3- zM~qLE#mo3yS-k|t@yM(|33HVRM8KNjsYj+=n=vyTL*|**NC1UvJZ-a%sdnu3!a#7% zjTc-hU@T&CrXJ&8sTbPA_bYs=uH8DTJ z=~m6c^u*~_IHyN%HB_1tsBt*u_siFhcY{^2e+fAjq}fBZ5m7pd%B_Wt{*)2CW^ z`ROK9gbGdtt4?j;`zyaNn752h}(`! zqN zLMYJqaFDFTZ|P3%v7H+Wysw%ddEwIf@x)t zmx{$1RXO~omT3NZuCK?rOTm|IpOR=@1F#(XEJgDwF^5nVk0=1`5>Z=BSoOZaPS$I? zvStp^q~X{!4z8v-B*noMM`>g;ZI*jk!5ovLyH1X>0bo8kDh>?_-^TLjdM~Qv9dsDo z2+?bM-B_gEuoB+6!6@FwiWb=c8avQ3uY9zt#dycRdiUX@fW=N z%{L#u{@dTbKkrIknCRpQT2r8Det;O?f5T!G3o256x3rfr4)%et;8;VPV#LJNKzZO9 zPH#f-U5buK#uYTxaT&HGixQ=hP8=T|2WKlDoTXcqN@+4wF=LCOx0?2Z3-5E<=D;ue z)`KxVwL1~52u;KfZPkmRqr`q$bEwh8h@m$LSGaeHtq~CAtP>c4Whm~=V^McQjTdID ztxZBfywfrAUATUBJX6hqaX_D_FrPaDh5tA^y2w&QKl^yktE#Yz-i~rC3QCc?y%x4I z)R1$uL%)x_3#{xFpL^Uh~`ai z!*!_F-yf=|@3~J5UvLzAS)MPIPEhu4>FgzA1 z+L&Q{Ex6FEFkWhj_J$4P7ahhNp+KJ1=O7CKE9;psWh66>2H{(8=5V`!Tfs1-7X)Be z8>wAgW^^?8#6eRq)a7G8Garpv;VS_P{P zwNJU|G5zc<;_I-(bmUO`j2!BsqoX++6|h#{MCyd5ggDfD9Ie6`o{zbJIvWc}F&+w` zIGinqu2w;TP0(Ap13J{3eAE@$yx1C1f(l2SBavfA%8`$2N6IFFQ+DJg7|md9U1lRq zbB{IIEo(9e_eLfHMz*1(CmvU>AZ;O2xq^0A(KK&_RWgxi7rP$zW@%pbN9 z%xBferO}pil^OwkC~ca36B*{LngJHG$UiM+R5?>>t;PnUX6KGt&=U^4`607jeG>h0q?Uf%0_ zC~r>#vg~>M%^RUGBeEJ03dV2Ykz`0_v17cclz)L8qutp8!3=(k(vcrSAmuksYx(L{ zO~ZAZ;zu5e8ufwU8JUtq3eN~TVq?ar!qODiN2=u?cHCW4#q6vl3o`a3|dB zeMk)L<;M@&?6r7 z^nvT6de%etkLq16i)7J=4(X6B1Km|umv(Fm%xGQDQ4aFyndH;$RU2726V-ZOdYf<$ zbgIA-zCqqo0Q^<=(EE072c`XwQ6=TYO)2fGOVs-8Rk7ey+ct2+k2fDk%`7dU$jiA3 z8TD1K8N0T$l!!0tinPg)=rD^5a^qf;o(sHJ-G}Ef@m>{mmR%YoEbE(=9n4ScGTFg! z9@NUrwGv6~$>RLen)Iu`-e{mFVyr*4&}G^;Rg!-7*N+8ht3>gAyz95uq8Pts(S2dc zx_J3kJTo6VS#fR6rIrai-FIL8*SBAPH)Q5G3XV4x9I4|>6dYV?MN#1>S9Z^j0G+Pt z2Sc}4uU5>f#IKMG{BKibZHDpX?|<=IFXi(e zh8Vy5;?D?wx>=-FnnIdx+8GQN_GCDd|Yy?nT(yH?e%WouR!E?AL;k>5Cij z#Ju@9)gPH2usXR$WY9L_tk$tuyCPiMdf__j11YHppZvrt=#Hmf{pOsF+D=rN=%m;q zAV2wSzpy_{`#kc>YK?Qlp>&<`j0(~oog{JwL_5qFPgsl^)>n0`kbImK-_Upw5}k9a z0l?9Cy%NKfUY@$pr>bUyjaNxgU731Sb#xV}z)rO%&&Svh5SN$RZeSYW(yE7Ij!~M^ zIZp-{i9m~cIE+$W*X<{zkDm-Kk?Mw|j$u7)hqNknDB72!UB0DV1`89i3aLw-xP#nD zyS#~^_?&hb!g@u$I#>3gYV6}Z-t-04`^>aKVPS>{ueb>I8WDvA=(Fs|Am>;pYAuZp+H+i48YEDbS8DilTPJ=^m4o zRVOV_%$r6XoAhm(hrMk0)w>V>{3VdI`@^$^KEtMy3>+|LyPJe|G-a=hn#Y z6+ZorZn;;0Qn^|~7SIKBHN?3BCl{aB5acIMh~IZ%3FgzH*Tl7^1#xc2;*k`pVTD3M z9rwAti2?fGp}p;q_6G~2^(6brW)<;ea%YHUQllQXsI14@BMp}qN7qycV`}8aNUN1l zCb+xq4&*twyRKO%%(?e3s)Z37@Lx<;?vOfR|JP>>;)IK2%Zx#oRt7m^(7CyexLd0j z_Y{C0F&S(_?C$m!$y^zLIlRh!U3}0juY7bcXTO8gMgr4z2&YE=aAz#1Idc2~ksefi zlb3~CrV`@X%E#M@gnAYh?CDWqURam|fJ9|cETYO-eZm1Ay?z@Oc8n$gJick}*z+L$ zU=mt$8)jzF;#K=d*}Z#m*DaWFR;^|g5TPPj)6iSBW52Akwpgttt^)5T2_UbyylHvX z3+f5v?w2?5$O~|x@D8Dl#oDN<3ZrAZXJ{&f4M7Y*xx~NS6MnK9LC{d!usid7P4IE# zF&+?1%^QdJL_dCy(s_xJYZE}SIS*M)+NFGxpVx_1$x%6vELGI_a0^LOxM_osdUQY| z*l|t=6mPIVBRo-}TGy$(l%$qst-U7t*mq*F9zJ5b9>XOk?kiz9tJ@=ey zP#EJM$!)0#d~4wwp;$kB|t6Ev!qp*oS#hWINhQfJVuiAlaVHl29EsAlV$ zYu>xwLoAh8?~C>E6uLK&f*W6xLP3mV%sGtn9`~Y495!uXt}v^SiPztBni}%PR^0&{ zN&sWXbeS+ZMr31UnBZL9hfJ6D8T9M2BMGiqfieipziHdXWJ&OL zxiyP_NeINn0e!4nvC+!p^{_7KbIdDbwjy9k;t99u zlXK#&lHyOyt0t!YEP$XzluNwnp#W?Pu&d~M?2}^`BskZU_%7#GF=h!Hk~%h%jue?6 zb$270(v9bWkVfY!CK4^95b*@@)jmq4twiTE%T7e+Dj-e2 z8pvQF-uB*y_y*nklUoe<$z&h@mA6_gzu_(ENxoGQDO4Oxyh2Y@!|+F1^XOy~S6WZU zqd&!wr0+e~@vtbk3tD&$sp6WcJawB}FTdB8eY?NwEWkvZbHe1V6J1z4{*Jb~0%A61T7;}lmiN{!#+LXMQMq@uhYc_I6e}B^A1qiw9c3IxW(HX5-baY~@ z3$Z-RV%)=|V!kjkI>B(wL;X?b`-_q(4^)t%{&={DT7w>u;!`+dA%4J#$d>^_QpT|=KHU|eTP3V z@+qj_@lvE`zT zGryTA+KM-2R!4Jzo-NxT6SSNG4D(hD%MN_n3XtiO=g}kS1LT^^?2h2B( znl%diM$KB}-ub48cy+@@_BECmusFSJ#QFLfTVP*i%pj4ux<*(LDLU3DKg&oQLBnay zt=cANdM-b4msx70t|sjq)nBdaLL)V)0B;0T;ObQRnY6RMK0g?>2oy{Qz7xTm+}j9A zNTQQi(RZSE+Edc+N5ih?-m=lKi`|>pGXfq(zvS!^*}f+U*})2VZ^*Tz^Tix;tRoO;sHKnn8xOFj>aFvu|~2dCD4)iYKX6k5^yFqMy-@|N|z zDMd6K(R4HvosjUvF!xxht~djjG0c^A#~cME6~mrt^+yA_4XvW4)yd$h@fQxJJhlYB zZ3|jOlG2e(;M)WnH&`@%+)HIr`<&JJ&}Xo(2+?p6teQVjn56) z)31Fyx1;yVzfdr}Ld^+Hlq+L2@Z1_Q?AeHonSi%YNzVe9GeiO|HDZYCSi%{{QuKz6 zTJ!p1D!+qHAzW6i3pKcA(wUKxew5l5%?tLFt zxdrn`)$KR45b@XCf(bI}{wvmC+u5(A*zqTy|GC-1Xb27OP}RoL@l3rgcFZ+*%V{s06Znc5@j|b#c7B7F(wM{Lruwi+4NCq-N+q91-sP9XU z5=lRe2u1<_Q59)8gL-D99tr(7Tp%49#EIer#L>7A`WElp_g3dJM!q#uIf1+0yUsn50CtqLFXTqghc)T*iw?aQms+?) z+Md|79Pe+<_jfz(yg0HL5TQyv)Tu^N3u#A~P}st)gzmgKYvi<2YrJ^J+EbnCcA##ux^2QlMPXQ%)qcE_@rb8)N23Mtt0s?{+*n~G6D~_tRpXd( z6UFf?GcvX5D>R*#o>2e&nQ`5Hh~&Gi+?G*)K~tvZc%9=?Q*}Pu*r~indbcwn?;+$- zW^?7HMGuQfsO_lPExlV^Ofe~yQ*1#aN=If>!pNpe6-9HgyO$dEXLh^Hu~)WRTbA^- zo9C)5xng11EedLmHjb-yy|eyl_WbIvx0>uNOmFS$eN3Ib_RfvCM5FBk^TPL-OH44o z2`N!Ab&8(UU?|zyW6FEOfQd*=BYHMk=*!jnrWnp)O<`j#@PXq&+ZF%9kS8?%g4hxr)nJ?BQh};7FXI5A)?AjRT z;`d@Y((UC@CEZdb6@&)gYO*U-*Ib(5Q+3G=txYu9tgc2FxCGU2Dw&lN2A+jstq3T= z$`cqlX(!J)h&0|xE}J<{zHeh^t4?ixC(&pRrG&Z6h2sWN$BY|Cc4R|RC?uCj{|IIr z4mmn90JuqplxkXvF|2!-(+xMVsxW-Q24Odk-Zv1%^C@Y#O=+1wdN@Ga`Rm{7fiqjX zaOSAt5WV(Pt9|wD*Aw?D|5q*IcDW=;Jtu$uQN7iwUb(bA>=xJb$Em>u37BG^^HT#> ziw-bMuZ%dsHoYv5;&s!3S0cf|8K0Ox=Zt67qNTcF19k8JHh&Y<{|vYlD;qEt*C^s- zV7OIpsULwCon#Q@z?q5M(>Q+lSkFBGqIBfQ=D-tEy!(go&KLRZOyFe~Seun$Iq^ux zjEE70vSn?!La9_5kG*N$*zJ%Xc~%|pHXQxA68Mh~kx@Q=@pdIx8;wi3-Hos#j2=^l z5Nx#v(sllXo#W^Kv4$-V4$w@?(!+3m6*R%7;B5pC72;Jrh@u@d~W5=@K9{Qa{z zHS$V9u2bAD#|_5VO#xF?pLvp4^+mF4_?!4evZm$)jJ3hd*d!% z6VCIKRnS2n)N7`n<^8Fdel%_j7;RippSYo2gr9NB30_G3yY+&5lXP;pfVr9#aGtoF zyT@pMG+C8(Dd8-e=H-_c95KCklNivUH9NVY zDg8pUd>4XlwXhl{N2kP0LjlQ-^{NVA{c4%0vjcN-KP5^NB!dWx?U8JXj_LQ@R zQ4NjHvv%(Zy&X{}YZD+!O0#lGH4#Q66A}a z)d~5%qg@_*gNYH6A%1iw?x|{Uu!GHI2aEr!Q`2fbHGJKj*}=jwu!&H)GC7Py@$|s2 z{C3LcvoIq$ipAe+#~ZXk$}UWNL|)G5+a7|{luTw~2m%dlWGn?lDHrHG%C5n0kRvBl zhb97#Qil>+?LW%W_u69$q6=b1A*J}rM_C|b;0<)5c(5i8vuB#X|E8os45U(vYjFVK zp_Ycrgw@eC$ma!BBx$@(5-*?(eA?A_D7DM#C|@p2R!4BwL{V;fa6K=1Mog<4sgC9h zGl~>%EViYDIft4_9YyX9@i=0zHtlOC6JLsucrK*+!mRtVb9Q?DMJ|P??u@5a%;mv6 zt!u+-L|(!r#j2$KUWvKCt|WT8e~}D|lzdg{h|( zY7;&nWNlOdSYQI!{I22&ZhV*K6i<~;N5S&`SA7M{{H=E z=bwFUf%MxBRI+Yl;>y1oa2SleSdADxnpp8$ly5h48mN$hRC1-;YRzg)Z7E)5EY7C> zaKnw1vY5^T((QFsg|i}xHHLUyWg=}XS<^r}h(Xl@64PP!`KkWM&J z|J=sDcX+|&T5|>iW7SFsMVpoimY&=1ot}D&zvwxeKJ`u+zVcJ=s!_H%AQ#7;*tny5 zyS92ODb{78dec_8MGe;wFN^g%#~^a)ZBA_$dx%DjDUD^^wd^syx?(Sz3Y9~}>?XU4 znYmIma_D-wx0*KX(_g-dIBk5R_LsZU%ioFI-RQPU^POTqBY`X49@06#u zW*k*VF_oe`g(EsTh`~DuR<%N?XoA#})92Nf>?gnFDGztvmiP+1FH@d!#dTZb-mcZ~ z1ZsZg>$XPeU%}3ip37sYZ6^YbP__H~XyuS^dC0$fxaY1=qQk`MOm2g5xs3*UdMU=Y z4Sf5bA_=^(Sicc6nn(K7d{t{?YvcH4HRi8=Px+R&mekd0OJ?x)wqgiVzk(=$Aa+cBVpts6Fe!{k3N!a3ZIj8JH6zg&oO!&2_S!G>HKtW%v>JoqHbYPhFB@w{*YE>elu8wjW;hvPm`!n@RgO*yqE4h*1@q9~G1?nZVt#2dVQ z|F|mq@#khX^Pb@!qPt61Wrd4|E0q7Ay?5)8>^QE4|H|NdJAh9y;~rr>NfzuEOC}^8 zz;A?(P5BUzZD4fc&;KHu!>KmAV^7!a+`F=>w#3VTGh}y7M8kuf(%CK?RR0O1t+sLoD z8)z8-Lbdadwl>m^qk-Y0Pk`=`656P2?`lfubOFffu3-SR1@4CpwljQExyT6y6X#8S z2R5R@Q(INxwJZ#pd1&Zl#1b3rYi4KrU(jr*`~CbANGW6d$lJ~%L+_cPDO_4p3Se`z zsa7VB+ihJ=P)r_~V1e>~(MBo)A4H3*W2#-Q>`eaYmQph@yYG8w%a;^O(;eDwrz1&O zABA{3L0tXPmYlMe%Hpc4U(v`N*O$xbYu3{5qc)zkqv|bD;Q|YE$Yd_oFvERz5;E0< zbd&PAy`y}d9_~bD637sNF_VVf16N;{&$=^SBVxbs>AAbjR7I=W>vp{N@=MEU)k1bP z&fKbD7TFceWX6ZRpw&46L46E0B_vrvhXRvfMI56&<;acz>b}di~kH z;hyJakN&tsd83sTv$`N7HbKco=t@_A@57nB1}r#$W|! zx=z&wmY_M+qT&;JGO1xw)w=i?VLWfQT6UWus+@Qs=3A(b6oOh9XQ4O?UT(kE}|$; zHJyMWS+vTyr+cz&k9Fh%QNAZQaHhYErs8IEpg_-Wa8DQ>bnBwFsp5>pVG^>6K0@nVs|Ih&+ zy`N`)e6Y*D&pG%pex8Ppv|O591|KQNI^5dH1?K^Kif6R7eyz*c(f!T?F3VaO^_~vo z4*~hsQyjE%mpM6a0*~=eEmP3)0Ul4o5gI1^CA-t6ffgrn3Zaeivn;o@Ooo4GN7%w` zX<~z2pEUZ7`dv=KQ45_?WKDJHaAg2;geLZE%hH=5oUB9PoLCm&gIXo)$1_ao^G)Du zChrCvB?d-zDUOxM+%lp>+T#mdA+{y#d-u_v#Dr!MaAp6#U+Bp3xxPcgu|Er1{2#Y> zwf=}nF=s#T{c8G#e^UJW!u&t44_f_SZ*F?M-T|rPni3Xhjn5#6NRAg!6M7i}r#guR zh0N`F%tX^e=-Fi1@U=zY>{;NayY^ik8a`b9#wW2#E{-U>@#`GU=*_K2z$q04%pe8| z0(lC4EVhCSuW}=SH}wbnU(YA{@j|&r3E;*phuYYUe6)1ZI;^bc?>leRfEtX5u!Lz3 zzo&CHhTBTzQpa-)`Y$z|^X1tOm_`8g!E#fE?+l{`Qr(J;d4&Xf!}r8F4Ks?lnyt3x z6<@*`t6-a75M{iqbI+hpwDLH@wAp0&EEo~ZM#{3HT89OXYM^!P22?=8FK{j>#AktxPco&I8XJNL0^g}=p{XW9ut z{Z?STxdg!>>U1B4S$tPtGa<$(rA>oXTwJxnh!+7`%ycOHuLj2>hLl&^WygJ8m!$q2 z>BiT5Z(IIzxHO~2HjtS>+0HhCxmM34hIv%3ds$P95SupZ3y<;vuU;n^%bFI$>{bdk zqd9gm{fvyS4vQh|kXNvxNf}4%!C54yKX&noh7SwjE;W|G@1^zTJB$47FTvfS`YX&k z+sa3^26_)He3f~}OxiiQMg8*AvdZ*0#M&XHt7)nhg8fLzxvYrAA>3(4lJSOBdVJS+ z6Tf)fhH$eLO&oc-ja*m#aUq)>ZO2@e&QU|3{%j$kJz>}e6u)TUowD8&;TzQ?h5a5t zxx?&OXDWTwf{Gv+&O`OiIJ6890wgh5K67bS>H7?ttnR!May}~2h#H?#EI-uOm@pXa zy$zAqO#ic@D)U#YXM}@MMu)W{JJ!&MW}E*kQ2<8D{l1O8U!()FMW)>X0lrjgVcLz0 zd61?yR!o5;lS<(f_cIZ#YY`9bR1y-SE7mlwGr;+j#}_57KHV^I?*jYj`tF(D!y6@= z15I0GCrb90P+a;InQaspC7xIcp9^EwgTSXZ9~y0$8C7 z1mwt7dXM2D7Dh1vSp0UQOx#(QQ!c&-;CncDlO;52F*Uu!kG{jS7G#H#zbG@m6hI8t z;JHg^es0MUdf<5qvRw@2?qQst4N48D5u{|?`6#iZvvplfjL;mtyaL&e#=Q89N4psa z?SyI}q@dtcve?(^71oQ7|6*C}G9IGC^o^ot3d6|G8VKtAX4oQ({Gj^2F8%Sq#8`0? zGR+;8b0<{^b)6~;p7`5!(?-fI2D;`f3GxqF@{B(=t}^TU+~6@`~UqQwY|ojBz=Yh87B% zsd`GN@m#}Go@nLX#X??))}UFaevK~cJr;or-l{Xi@&ZPi*anHFf=M;q zn~>PTn0yT<%yL!CCwz_rjwC+j1?|oRGA(6hK8IrxIZ5qc?Sy3S7A`$Z-VFTgo{yoM z{>B+P-1P@u*NBaCmg>~I5%}Q6JiBHZ6RI@41kFF~+fObBo4V=0FJfzR&V;~Ba}Yq7OaI{b2XW<0 z92I&(Js^cuwH9Dqab@;m-m|wkGl+A(bUf5d*oMnprU51f3u0(n%|*JlMzq;$q^dJ` zu;wot!WLl6L&^(v=`wwSQz$&?bwN}hQ6 zZ4@mKEqSx9#^MCQrW<~v(ciCtD$bPD|h|yVt`@3)#MvP=mSAW8BP(jQ+jp54?jwL_a>+G!p za2n|SIOESDP%;o@-qzu z&MT4$qAiaYpJv0MTMLhW3qQ^jcb4W*-bb$qMco1KLOfOsIeww!j3vm(i^a`I60u;r z1g(moq;@uY%|C>7_e3?Iz~bpfsO{S*Q& zn*Y6rjGQhsMGEhH`ATp3Z?Q&`k5lGPOMDl)_*J9zRUtw;dE;wqtb2CLqi0>>Sn}fD zJrRR!*y8=|(u7OaMU7V^beIuQX>W|?5yLYU=3Qc&;QP@*I7Qf7 zSX?@v-|M=s`=oE*e9bu*%8}jMKWZ$e+zy$bx>536zI5@RBfD!>{Ff_TS-_joO70qaQlSo1~WUA&YvxJ-Z7hm&++uTEAaCiHSF5HH#9ewagwM{8T1Pf*8BA| zP5)%9n~65{Lu;NBurI*eu=<#w(|XMo0+{^zwBVHS)>*_^|MCrqpLZGG>?9`h<1H8AV9N{Fe zUDNq`#z8)s5o*5X|m zW|L~mYc&B&(@4jK%%M7UPlvwpq|VR>;XS0Apox`CuaKw-obGxW11zpBfWNahV5W*n zaQi-RT$1U*pg7}-Dj$jfL620mRm_hF8GDDi-rq5TZi5;src=z|NPEP zKOm&B(PfMg!*F(&sqwh~Qc>7@>Gi2~=jTYC;81z#b=lsJ{`(^8k7zC!lQ<%$-;)7w z#-30kBV&dQdZ(x@W6{7M-9^wuFs!TK^XcWUfEv!#_$eFS)uk~q13_Z73kyJc#ba2v z>qJc}t1)x{a8Om3j&_SK$rESXYTJ#qh!E-YuPp#KyH_ktluj!QKD|CZhg~qqVL#*+7)MwhNIvyqJoy%q#_}3b7G0&3~l(k%A$_>+#UTdqOJy? zwO^u`gdy%*w;=m08b3kcBFZGltdnN$G?+i|yPq|XKP_51iF}EK-A3#~yDLIGb<<>x zj5y!ktJCvX0iJ^Jn?u z4Oim=9;!UEohiVJ`<_*#Zh9J^taiU_z+eVY6TRhI!6}2leHK%MhEsio-Y4eLKCWo` zn_GdZX>v>#vzl45mJv vfBlbBVe48SwZ&ukClfxQw5}KErc+2Gp@=H+S^il5Je1 z&wj)Ho7IfXsWu;;V{XC~tPO^H5P-1d(*l``F=tmqQL; zZ>x9u!pGC?w9b;L@m&e!X+Wg-i$yMn`dOl9jz_Mx_tvVq+N(y*=$MTKG&seY(y_Z` z4S-tbPO((sz2U(nSPH-dFL4|(Ze+tFiqwR*%5jds`~b3Ifs{Z-$b zcBE$Bo+R?0O)+p#Cr$IfeA^q}^q{=B{Xyu|H%d(yPFkL>YasPatU zOuTMz9)Z%UDgk%PT;j_FLM6m}C0zE^YXH7TOP7jkQU7#CaVZE}b||Jl7hjd2+22m> zza&~-q+7eVcX;B>+Jz_p;Bha^#}F*rkVNmx50yBm>O4jMF_^b@SSf&|&CQTE&+qWY zdaC1nr*-HkWdg)Ows#ar&fw)Fy3l%xTe*qK-OGwh!CK+=%(5?nBOtA)dxq^H;8$ND zinoemBXsExS7b<|1r|Ju=DR*#{;b5rOdGm?7*_K8IXAUK(1&J{SlV3#SA4jY>X6fcy>01B;evZHM-kzn1SVO>=RP3 zoE9c3{3UFia@HcCpkPaM>nb=`wo{ykIdLT{#NsP{Z`FSp9R6++P@a`6=R(!e;-vU3 z)?M%))e;c^=x*GhIyhkV>5*+cxKK?KO9EuIId!0CylCG1y~rm9wd`B5<`*b6>GL$iGOoKksbZ@*1=x89;lK4}R z)idJfWqg-iTC&nNS{0S24$DR`yKX6Oil(rfnh(BKWmbp^rNx%%2Z%0V6Hhwp4(KfQ zs~QWm9DqEZaW5Zg62uN_Zd?0-T9mF~Ug2OFSf463Q-(Y|I0ld$YpUjLI?In07 z6Ppz{@-%A65_7huV$F7;VQdZ>JUOOpp9(e zBt>XW64)HFhyXWb9n(_=usc9ct8elUJbs~i&-e+{TT$#FnkWc}D&887wB2Z(Ol#rR zZkz-@Gt~eSje&4HE8@!Q;exULEaS&-@uZ8E&kZ|GQ){AQrAieg{2y(RyY4deosj9tYO5S`i+Fe|YUYFeX*yK|1W-lzdMsRfZuI|#SOdTvax2M@`BL2DJ;EE9 z7r*#?tMK39M>;?#dne512(=rXAKZKMAU!j?s*nl1U@HljDB6&mxxYAP;&qGh6P(@P zTKj!`{CqCze_!zX-7$T%+4K8_r2Gue-ieQRC#bdM48MZTpzDIHJQq{7m9dN#vh9?x zmHMS-{mfeIulrOIZLG&4M26oSAj;KJ1}aO}VMXm{_N=`#&b@yE-1ymg=!!rr0Q=^7Uu=;tt zGma;EPGCsnPKwXysAaxQ$cVZn-mhxEU-(6>_5ELm^?N=Jdi|efd*9T9cXVl)0O|$d z1{4lY7g90{h&JiRZ|eBemMq3I-HV{3tVY;z*?rxB0oM(*XihznTQMQFS*Nu{b9h!||LwUN{@Z`6kn;->C2lfv!@cD8jeU$jjhe<7wXHkfa{(A`?F=6-Ow(v6LDAkt?@c`Mz)@_@ zu%H!Dbvl#&tQ+~ApnS-9;PvROdzfTSQ7T300#hwC(>muqqV^e zjO597X01p}r!a8*c4cYgm9xXYuBkjYgqjP4f~p71;SGLxrwGMA(zTMe;-#$q>RQst zLuEhWSTw4r>yq`#*7dUlm*fQ35FyYvsW0#UdXB#4+1MG<)@MNy+(nuRs=iak65Gyx)0rQ8lwI$^fgGPgS0xDhN>rY%&m2_x4J!?3^cx`9Eb3=DKYgTFT=LFJhe)a0z^yOp@8d?hle!^~_!5eun& zbGrqScAvq+LvV~Kjz(O7`{KL%_CQtz04gtLlk|V>bC;VC-!LdmZcLkINh*MIsFKsbFf3wg?*7Ip7sKK=x-p6^I zmj_#~nihsN-DE88jC7Q413)C(uN9f>Lp8_E+ug!0de4kM=BTUDOI)ZAS77<#9RcJ7*_0w~&}?ayQ(Wpth&$r2dwiqp9r!_IDX zB9R(x-T45wJQ*=-DAmdX%okU&1qoE>3)TJ`d9dsOk>nXm{W;d=;rHsGGn7o@q zrCxE1wx?!hgf6yg1y9B8PzNV$$r=RND?^buj0k3^AKOaoDyWv_|B6vUhBx$ekIL zeondHvRS85g5KlIDcZ@v%p6qrkVY1&(M{yFCEND-u$E z9p&SU3-;&c3lxBW1(Du*dxNhkztzkPwk&c>nPZF149_(cpZCn@%N=2bhbq$GGqLBQ zte?f$h=lli^cSqj*~#*c{Eun3Jg;xEt=dG^CpcVs>}~dra_z}@plSsJc1*qcZqK6( z27gvbp=sJ@E|e}tTq^}oM;4>(=pvJr_9;K^j*OxrxJ@W|A@+c4Bv=&82fMTDpSkXiw4gh9#C zz#qMh)xY`YWF_!ul5AD(l-{wWm%sd97X7=Vq>9MG zfzVZKN4VuzNK)IzAcoG};W!j4eGGx^jIsx!2D|?RQqWA}D-(ObKh6nNIqGAZ1+xD_ z=pxY{Otx#x4G5m?eLjj510`UxehRN%Vv)MwI3&+d%nnnc-qGmmE+Qq^KsOiDMfHX* zb3TD#W{5Yi3wVk$H|KG$GfU#zIR7j^v(xuqXZe1x|3=$$Pwg?gl26ZC6vy68UX4OO zMcKW^S`SmAl4(fn_=WY2jujivGK&s+(dc#T`K?jw(T7^c5(P(C1-YYMHjD3Zs)Xfa zdAdN@#=sQhaR_2OlRkOHxa}M=uV2=}i`galK#$0c@w+z27ifbwS(}aX=95c5V_K$& z#tF40gu+8d&Buw%-r`gY zby6}fl0jy?)=!PY+q<|s`ul&S4fm(Yoll+5)zlu#GZWX#DhftiDxvy{&IStE&Y8&N zarF|dU|w2{P92M-UBX5`cGy?eFWhoU&r;7Xd{2c>C;TLO!Bj;3hG9keOaDbSw09 z$Q`~us0kXE(NB3P9hQrfRAmSZAxKoIgVoSJiV+YbujI3Np^Sl5#NOf1yHi4QqLOjfAM1#LHVJI|gj(e0 zyHX1Fr4mBrbRX#8HZ#ohd(pY5`PNYNho1klk?CP%U zX`y2kYJ2uRToagGD1xBY@nLoB3k-50YmM+(qPRcE{<;I#@v z-PG44oFq0tE5D4XV6}xYedbm8Q>Btk26=8+JWxa~d#iGDuxoOz(Tm9*?Epy6C zO}Ez>&1KpTy#X>Ks-=q7@k=YC;A_N_(NdEN?CWx|mo-Bo&pQmjrh!zj8BFpl^W-mb zax$;k2}VYg0|Z`!pS{SU@H-vZ>eY;<42`4a&dWv5_29kcjFk_bkW1kG(|z){)+C4D z_m+oc|BUc_0|a6+xXF{_o|iC2jh4`5pjI(KcFr7A)*OahEJ~`S5E`AX+fTwF|5$pEJv%HIwJ8C zGOWvmdCx(5gk1W?y>9k<_PaLK?jVFS7_LbdV00sJTbM-CGjUyte@lpL;ZQ-*u3{fG zsPg9ffzk#<3|!D2>bG|BsCHOg);bfm%ez}E@<&5pNg|NUVKW+QTPW-{f|89e$Jxu> zM;EjFpvNFa1ofX+^*qySK>)Z9HK!823r9m>mFuL*bFIOy$*zB@D}aBtNjb+3sA0po zDS@^i%h!U^Jaq|oER)^>1%EA|9N9gC2`!iKwn-x1H;d|uJ5DFVbeSrFu}??``530U zQT2E3W$3H)C}Qu&hP%I9l+Re)>luv?_|@Uv_K5{qZ2RHvyu@TN8gd4>ylU0VGwun! zT0V58q(f=fhV!jMBFCUurLXmRy)ZOHepyt-arU|nGsP&#ufwwPuRP)yQkO02GAD4h4M%znrqQ{EV?Es`zCTKEjr*&a{WgQm02=N9BChQ zU*9#|e9sjxa{QJ#PhDTrPlGUP;n$dYFyy77^z#J&z*y1XVu)S7vvf+M)BiW&Xm@e5^bgHEY*anQ*wY%Gs&hguJizgW#? zL9nzF|9ndZnWvPX&*xOKl4R0xq3IkltuiW&)I1F&2wt%(=eYIdei=<*qRJ+3WXPQ+ zAr=~3nOqAwYHDIaBoJ zK+$@OjfcH3(_$ilKBKC?ES{3Yf1z;?wz4LKkkpaD$>2c*UrACnrT!6?elJICov@wS zhPm6A-o3zyg?l@K(^IGdHnR~@%JiUNSs~E5`L0{kD(BK9aHDqjkQL8ErIG)Kk&3q0 zYds!#4Q1o*DP@_qTi`YJ(uRtO+rhVT?W8v?qLVb12F!v+{QLQYPVW| zze62TzJJdo>`h|OH_rG@RSL!Py9Y6Rg)VFDTu@_2^N?ra)G&D#x1n2T>%Cf!f8@OF zc%MO8eznX|b=9J4n3B-hnB?w3R@yu^A`<+(zsM6W{9Hg<`-H%2eFGDG-*x^|r}uh$ ze*}%*i;=CCaMc1L&37(odLJa{J{ngfUuw~tUi^LH6jBypdeDyOQ;Jgp(|iNBt|j*Q z$-9K+Pf}7jo^<`YyF5GG7pHb1fLQV`30??&z~y}?J|OQu!P8?v%{sJrEH#67|8tbrqMWbJfB8(;sy^g=iZWe>n_nFi(X>rr9 z(zodpijgj8{mp78IQAa$E+;MM$}hv#%AD*gl~ITh%kizjpr3PnTnnGOhjiAZ=b@*+ zc9I-wDl7$M6~Cri=>fe5*LqVwKDd%A)gc)@SgF8^SklBI<9TpmU-iJhyI#<|fJS#C ztqszbBG9Ph1kNp7mH*tOQw40QM-m++7iehazmzeo>4G4Mp1w;bkcq$izj9q7+y;aL|XzI{(AIvN%PmkGoh#h6PX_!N3n1Zk0yo~ z90>uM$N{V4Z+Cs>p|sME0hwTVhc96{3%G=_yLt)j{z->XS`3g&D-}lTH!@1_=Kcw!OtFgsXgTpU{0*F&eM{=ujwm&N` z{NRCb*<7SF@!PhuT}2@g^goc8E?p&sHtyh!o2DvpE^$EYZtmu+wJXAz>^o00<|riC?eH6Ek=LkN(_0mmD1AvGz!Y4RyCvZwU`?j99O49 zc3q7Ir=b!4LoxRL^FN9)qXAY9{!H$}ky`lxXoNVcnbG8ekUa`Q9gX@3o*LS-=e?t# z>Yk>OiD)487p2K;MFE{E+Q!4B%wWRr=h$7RjBI+V#rR+=S(g*oFS6ZNX^h*CY&3XU zN_F^*VLXrlZB*9k8}FN#7Gq)z%-{61;|Zxc0?Zg9X@bVs)Xr=qeW&OaN~?sCi_vQ$ zAXq#EPi?_`S6J5+*Ce`!d<#)+aSabO5ZADy&HE-Jnl_f~KCrz{IADtZ=B>@|0kiy! z45CE80{()RIRZ;bLnu;LZL!N+)@IaLUEP74<<(ZU`)>Kq(IX^($3uBqH{QBSz@k2; zTnT8}7U)$Zrv-@@u^dQ5MEj#z@9A=mir?4Oi~rjqb1X5?#TmWb)io~$^T}k0NWloY%v2Xf0Dx{b2Gf_&GogXQV z#01FQQRVSDoOn#Zt|ow}iB(Ag4~uXc`{gRJVtHgaAq`wnB~h=W$&!(@gUJs=I_(D1 zm#s9WE64d|GR$-qe9~90?D=6hlDOAbqB};8*v%B2LBNXWzSM_z#*B7_vT8S>vQr9; znAVjW-M=oq_neJ4zK54eSNl4nY96~O=EvhKgJL_9n5SU{H?rC-V8)2S_B}qx$B?`eSSF+|r1F&84WxLa<0b@)<6uYUT&rX-)bs1a zv4JMkW{}vZcd<^LuA6kF4G0`F)5ztyvl@(My8*6mA6dyU`SA6~w(rA`ngkw9gS|cW z2!#-|l&~Z@AV_>=dm$RCcNMp`B7&*2uH%0cX9hYr(0l(HC^T}$+0_81ha05c__B8vOd-q0)lJ;utbB2 z&{a%p*jeu=O}typoIDNlvW+R@?{KWvD|0CE$gTj;3RHjWG3IaCA2Gea z1T9S|!f5E=*cIps??bzn&8$nlqIn7U7J85}Dc=~}3fexuM*TnhU71w3QqVGg*fK$` z5uUf72bzS8<&3`*gijllj?bXn$7;@Vq1HAxbQzu4L+km9%NeKNlCaX zu&b2qF|{y89zPdZ(M{$?Q}=r~zd1!}!umdoq6J|Yd#g5*L*f}v}TdD@6_b)=IyO>CttGMIK9AT zCtuy#zO`URUmdb(2<7SAO72n?v3EI=GD`sQLl9o(aV`)p1bf{-%FEK;P9G);(wf_n zBF#~9b%bJ`xwerZ$s0l`zKe=_sRM##E5|9PzD6(9=t9i_`Tz--t02f7HrU(A@3U+4lq zSjC>uw68}qf%@~q8*=|(WEhFs7II0XIiGJqUm-UZvqw{h83;`@5ho!@4v5ay6k9Bm zJNM8{x*sdC%>?V^T06Wqku=f8%K4CPaiz*KBbw(N$$>lj3n~IrraNEk5_z4 z`gd#ytOJCHy@fXR?^p_u8sbieLqAl!;kCJL}?bgObUA6J>O>QXo{9>(^Q{}#e{+{3+ArYsy6fPJ23yqxatEPYW$f+ zE732CB_4~Q#Y*=Dn^zi-jcsV<87#KhTqS6f>Hc|i>`8dWiUTAbN2$*>?;TCR+NYU2 zSVFTE?@*tNnv;MKNnglc*pHG&7P{dB65RZe(6QT3+Lfu+Jn*KH@lG(dEYxILQ;TX& z!@?j-X5Q8EhW$)(*Ti>)X=r?1rD~ z$Z=|_u7cRi8uD0}arab7kHGbu37SY-%1Pfx4LJdeW1vl=lX#>7*V=Tqnr0CD#ZZ#Y)TV0jBOR+Bd(;h z$*E4A{TY^n^>D8$av=T7^ALX8ZqJXdj380~m>qxl2VFfcuzY6%C%RGSKwACQ1q{{V zv_n9!GmvI21jHJV{aGIiaYf?AMa%&%wPpfZ_@KXvW|IgKk9D=IR=eI&%+8l!9}1*!1S!=XVWH;;58peqYg1%JpczvhqL%&X=Y_EK)=$He*r{ ztNz=B+fK=!np}kJzA>2*|oc#ke2RZtu7oeg79CRUkF>Ys3nzC!FHK5(Vf@w)lH_pogyG9 zKRJ+C7ZOf@LR@Wm8};TxwtC$R#XQTE!!n0#)Fxvgb^{^uY+(40p$!l*`aZMfgU)pN8^Nd6X&F8cF&qr=S zb1i?f*w1ICzv%1MaDlG85&X6>h>}hxi4mgPRNl=A>c|_&5QK0NfPNBUU=nR|l6gpK zyVklZBh!p)o2mywEK-x@CtJ+#On+M3SYB^l8w zHLuo>+mJqA^1*@-Yk8v&_z6RwIoB`g*86#ORZyiQ|DoNo*p}YBym-OQ3(++|tA%oY z*r~OA&&-g&)jfK*0~^@OCEb_>p2-S_c)1Mb4EBqyfkq>s?n5GJ0GLz9cBFw@4+xhS z)5>~Zm)4}@YQzP0G~E+rG5W9M2sY4=nsh~a@QmN{-huuPzJ&ah|Cd2-ZAXsSe`qY{ zXXg6r1@vK7OL$^f5JVr?vV&~98iWf z&X!#>q21|e8>P~X!7f2^%2fnA@t?;zyDgusV*!LT=_SsNRxd-JUcGC#R)W7qDEKKc z%1?FzQbPyPgWn3nOP)@@{0dG#5$kf6X@?cZ*1<(t(u`zWD-Bt@$d>FcaWrNVo@Jcv zq!Bjmc~_IRq~BG_{KtZ0gZgAjLY z!;E6Nr+cV%RF!4vL9g|k?FNnun(S~}f3St8CPn-d2yI10VrPop+zt0>>r3|qV5k$w zw>%|UlvMKgmV{^Xs;2)o)aATVA&y|$H5qiD3%7*qF{*wsd9jEOjqQexkuZgdGxj3$ zaW^r7o-dkVPo^>*bS#fRiLIvu#aBi)*i>>Ch6K{chR|i!h-ZAOV8C-yjx83&@~94W z!UGvSZ_RdK0Md)vWX<{1WwJ2*Bz?bG3b6Mymyr*<@tG6#(BU3Ja zN6HF&A3LGBemgMu2(n3E(QlKLgga+HOhH(0)SB1qM!@nmDnWpb~33wi$9YL@5q$BE96^v1OcPRJA6A$0S_N#HRL7RNzq(*FcAU7<3YQU1M!e?jQ6cpN>$%I-V9x&XO@IHds zv)v(N@rUL7E%E~`BYxeCj&nyxOrgG9J>Z6Ww2FQQw)d9faM@{i=!ODiSPnRqjymVC zL3S~-hPj;&h=zutg&e>@0&Bj==1gOR4qULu%~!b4y`YcK-I zhup3+37z|FoBs)B-ZlK_Wq`R8VkmND0NLj=XSa%txPzo{%rZUs^N0)oT5uo(n?z+E zrxoV^OC|D=7WKGX<1^OkGQo=WjdWek^8z{vulODGcXmed%@LLxc}{vGn6LA*JltX9r=3VU$kGl>u+vk+>B{5*MB zJC3x;^fLj00(P`+6zC5w_>Qbx2L#9gL3b>W?mBRU$}C3Qn9`INAXO)~5wn3;;hv^6 zNv*SvPykOk2{aP(M5Q6@;fN{ysh{ltlSeev)E3AEuzO;vu8*HVitTz9n!ttypv=Nf zlx?5cqs?xzIxl5Fnx2C_U*(dvMwh2sk0)*9m}+GiDS);af4JM#yVKAAhpd+P*-Fqm5c}(g2LW4t zyq!_1Y_g>!ClHTJLZ!7Mw=?dQ?Y9L?TsxOZ2 zijcUs!Cq@^f!)Z7Hr@D#Z?_^T->{NZSrHtb=Acew&o9tK#+tG6KeHetH5pz{+S1R4-wFD z96P_s6aBcSz7JPj^|TxD4CX}mQcxoqhEGtyT>B%FpI@SKj7v%5(NtarD~UOH7*P+J z?=UsOnU~A`(cSq#&80a3-}lqa1OGxPrToepjP|jM#s3Xklbzd?EWlov z8zId2S(gny44IIu9V+rx;(iTAyz+c+7ZyA%#%U*VsMnbKdhMof|1k%Vy>W(_v^RxL z^*AUR+Q`MVdI{F||M=4XeiY=>#r^L^=wiP9?18u#79B>Nk9{Q8kFC&>IWilL4*K*n zaQk>;>!k68&R;}B^gno^tLwjUUH&zu1fsVUOLy=pw9Ft7e;L@*AH|%ZL$er5ytAg|v{h5U9F2b7CcNd>71URR^cjxeu#OH|4eIrtuA@swKI` zs^#rZvZ^+lz5nx@K2z2+?9}ay6DP*r#GqYol}=Vu2xQtn_PQ{NV5jrvB^}gZ4R$kf zd!3oyQQLTtm;Dq5Z=4W1C&lir^`DTr-zC`ho}-%Au6#F~ZH_JbBfu)CmNi2%u-N%G z(kqqkoBO|@+onUu`Cf7uCX4Fs-E)35{o&MZY5PEsO>H7M9ljXspS90`hKL=yZ;9L$ zs=_r8Fo`ks^-I2UH+*gnL_9qk_4v6)^2vkHPeAlULqb>hv#S~1`TTRIVc*8zH@>8f zZ2+){6ga`vMFQ`{!H#(HU93@-q#0F!WktcO$P1kqssLrMGrJ75Ka{LF3kv)l;SNL` z7Cz17r_I-(Bj@ea}S00k3q%u<_7uULm!rv3TApItwhk#&3Z1%4ZZ(dI1~XMAkp& zxn#=H4n>0Q=V%JyV9MiW@jDl&uuJ@`w)f+EgWs=DzO?_}X$*^-E4a+_AbLE{H}&ab zPhf$oiY8Q#+L86IfZhUxR`3zbR_P#C+-$ZF4(y@JF&-9^NEMGqg4&jk{zF@=K5?R zq>U6Qx<5qfe$?~jRZ|H@?e|R3QN>6|Fx7!tA=&YkrP&>f@U_~q)_b+IB_m=-i`%{g z0NF;IcdWztgSRDu#Ukqam!~JwUYT&Ul|6r|SDXhsG+m`JoxN{{NU#CA?R}Bpc|hMV zEmH-ysT9O^&h|Zm?ieNAHPD&|KjHZ0~s%D z2jx_{#BFsYL=0-!PONJs zjjuF-+7L0L^>INxY!W2W&IB#maA0BmMYm}utDWN|tqBdj5uArrXe_TuHE*nWOE3rEuJ$ zO|!15(Lf6aX_&ufO{FiOafy28E-G>V2A6r3=P{;g{W5D~DqBZAYgph&&7dn-*(6T$h^M`!K53~=xfGs(0|QwgJ7O6)!h8dc`l5IJfTUQ|NwEz5 z)amE0Op4VYi?M!J$nNAbQ9f*N=&j$_H?Y3K-f7lNRiCtIMb3uzhpWPS*DQM9!eah5 z2^{?iJnh!Q_%_B|JAQ6bR89H@GP#ZB&oF%c98%TNpr28|b`BI_X7Yr_mhS(mFWDJM(x^aAB%V}O<=S#!pr`f*?Mn~MU+XpNoO_fRW0Po)Qd zdkMkHVom^=djeS?9liPhWwkVH5d%UC7r5o@!Q~yKX}NpMKNTU^)kTL2GvE6R?I*cF zyC?km+wcGKrw{UJZS||){9OFk7theTOIYJLf!dXo+c9g(?DU#;dMMjU1Mg_sH^yi_ znX!eLD3j<&N|E(7;)OWvol)BAS3+s;&GY5uD6aynbZ-)HQp!roM$QiAmUX(*!VyYc zr>N)?x(9%OH0xybtp+jN3u5UO^1=$#QrgivBGEOVA>KQO!ux1#{^_?r|BAHV*cn-L z38gJDDGS7XwK3%hyq}@DOT%9&F25_u?=C-bm$RVqbhnxXb=PswhT1x?39oYYQJ%{U zCl1tit;%!meoiq%wPfZ`&I=4D3%xgEmv}P_ZQwI) z%r{a8o8OLBHs7T%SlSUeUu*s)-=$84_v`XENnk~4jq+J`$@e`ep#BFQ>1Ifv&X}*CjFd^gyojEa1gg}RfA*-H)r@m2J5N5tQi1@*R`4CDgt!nL>(h5Tqy@8Xp$mVP$Gw_V%_I(qiq%|S`wNCS_ z9<)HveHZJJOw{kfhU9NoC&9?%!0x=IW)haBth?YWy8EdIHWHwbN()~emy8*ftcla_ znz9ZJ(=;$qm*>JuV^)@@&`e6+3Am>U%(L~+`)*sXs=F4N=zPJAh$XEmbCJS6ZUeRA zIwvid50flRQ23Z>O<+fZa+AIA966(^cK!6$+y-{S$5q7otB7)?R9{690UJU_ejpin z8GnCq^~W43KOU`;Y}vfjR}pn^1rBP?DoDyR@rSv+-idPi@(TC%3!Yjl>iqd%7!%bD zGQ5&BZd2KElScFg0<2>BChIN~wS%ESAT-(nXU(;jKaVvoT)X?JD&D2t4{~cDj%3)W z0SES>UvvRH*(jvguDnH3+|Jzcty(?8s&Cb>v1QO`JwuJui@v|f@?Kh@RU%&)DT6vn z1^|X$HQu)oZzPegLE}J|@B=Y`{QJns#eSg8-31`;61iDwAuS*`v&jxh@5x3RcqBjf zm!0Q?Qv1kDctCA$=zUVTlz%DL0Z$tZyT!{|N9ZL-Wc+Th#MIn5cEz71j#wna1cIy`4{M z>Yj&R|09=Q^8R0@c|JWQOJrma_@evRW$Jm4ri!`J2coJUY9jM= z0u=B_Curdd7Xe2hxMv|)-sLak0)%GnWLeu^s}OwGaDSy%TZspM%iaHlQf)gw==$Og z7B2f6C?k=(WkQ>)vzu*?J~KYa!w5}9%^ccP5?qHJFR~-EDTwDMP#q~get%Gi-R$U9 zvsI%Y+&dZ{4b1uuY$H3qrLDo&t!YI~OZw$JIBQ#@Ts}Ch5@6Oq*oifjA$(WX_4Mp3 z@3;>-lsC|!K%sh>o&$mmjT%R`M7!c6+Q}~&nvA}xWWv{@hrLDdc;3~>blx!g{>sT75q%q;S9Hg&*0fHJJ}MKQD-dceE!()xn(Hwc`7xaik-OV z-`}#5eM&yhzxL(PCdNe@Xjs|4ZHgGcg;-5SY4lv)j8U( z2jK@4fA~W#;na%{nXF632o9iJz?D^>mF{gaStYYMd`H*QUnvU7V^goEWU_V;q zzS77BU!a(e3Z9v=3r1x>dT98SI=@CILo9)BS}Z+=Ea(a zZ)NBlx8yji`Bu6EuwniJae-Q+;694v+sLh}%H$4g<{(fel|3;ngJ_fH7>o=P$=3d? zLz|u;T3mY`qJ2KkX42-8cY4(7dEE;qp-zbw%#MfD`3!b6x}5K$+p#MXXW=Xnhnma; zW?TazO*6LUtr<6HN&_?Q`?-{`2&8gK9N2NW19anWsZ0G?EAd|cEOeNX_m)hm{ zqAs;FTjyW2h4=m6!1Ip#yxhObqumwCd+9Q01lHAGG>)sF8J_>DFizQJyCLVV37NM! zI}jin32`~60|;ThWc39H*yPrryieDIdr z7dX6bHh|O=+e^T4>gR0%jAo>BsXfhB3jBaP>St+27Wq3STOvYj#R7%0sblV#sNfi> zVlek}1}Izw8-IDQKkIvjhE-+%>~p>11JLJfhSKM4BdHrEcY=AULb*1;pRyyMt`uf{ zXEPNaPqkHf3(?9=H+WX+v(_{$j^WZ6LOpFc5TNqKr_3jkOCB=}J|(u|81$wqG$|P) zmMXM-&H`d#O=CeRY?G~o*nY@48c`@a=bu8!dOwTU}!J-@>pLx7$5 zn&rYYdhSC}I#$;H=a2Qm2Ox+Yz*&1Hn7IGD+xBlRLHBfsmLAb0yn{DJ?g(xSWcSuf zG&$iplK=3pytntON3#o{DX?fN5M5q2_7&Q??hV@9z2AtJEL>G;fL6a`ipaFyQCP|{ z)v#W**r>fvL~+1nsh?=WDy=?qsBexkIk#Z&&g$tt6&Uhixjf5l%L11tfMlVqDjKf4 zGT$F3!o!!RRMy%HC&JAF0LVK5M;2Ez1?1_v=Y185wMJ8w^;Wa&pR-$N49YPRZ^Pp* zO=?Awa%p1W;`wMXn`DoXCrdLP8{7iBl|ePlu1^gtBqML;*z|oe9tcgEGqes7m-7B= z=F*n4EON8`?I5ET=)3YSoDK$tR~ae!hs{-bON(nWFqj(=J@vHI;_jdMEhODFmni04 zC&sg|%Yt|TM|fNm?08XdIfBqE3_}40n>9Puf%B{bFDGI!>lC5+C|fw#$ZO3vko}(5 zfwyxW=2*DcEuRH=8O+PG05frO(Pk0m3v}W~G~Y3rU(Q5n{WgeIAxrSC@H~?px9Egn zgdHt^&1HbD?R#O%p92>VW%Q|d%4SQ-Gs~=-kwcT-@igRJTjBc>X^`Ft|Mpk^`=6q< zuRpcI|NNVOMflytt#IcNrhHT<2(oLp!s^PIbfrTz+EhK%Y|ni9WkT9gA{*&&rY^#H zowt5FrT2a64ptzK8uZis2AX0f`arUcO18Iz@ybx|*7#eeqU<6r+CP`c3HlR>`1 z1}*=95C8bx$8Z1e-`{`r^s_GwP#0KOt&A3qEbK|>F&}J3I-!w^+&4_A;hu8yuqm}z zK1X<(QX5`dH!1z2Lw53qWT0^8JH^{5!Pf|Fn6e9VRt(NTBZW5Ja7^_hKxB`He(2;C z_RosUpGXfNZL`Exb@l^1hyJct~x|GBU64tMj&sfWf$;qKh#R3OSMw} z*$ZkVK&xWtv+wrh?>%CRCJx>)Q+pOmht%lxLnu2!3-xFKvDrPzu^rf&JuVH|Sgf_| zdc;SLBS+i?wbv~P`MdQ+Q!d>FrKLUvQd3dscljEU7x`&Vt#s_Y??@3%5D=7jg^qOFYU*|-#SyQ24!?owYt~7zYt0Q*5q+iOC}M~@qu~O{(*e?$ zybMD`ZJjFuMLz#m$h}@^2REhjzf15?eeh8)W>6hkKB=r-oA0W1eRZ+M$>InNq^9t4OS2G1 zkTrxfTS^HSI#!x7ad@=CpE+F(KO=!$vGls8hYnWB7VOgoS8IS!eSTqG75>`KY)~FEL4H_R^Pj6!)xs zF)J?{DQLJ~;d?-m{=e0bBoINsE@rDT7m(rrbzTDM%4_?6Bp1xwQ|^hVtMSTu zmIfU_(-$3G@B~Ll_C406VP-0s@nlKom-GQQl*K?cWPA{%dX5wF(ZgD)D_*tXi9iR z)cEk5OZ-MIS2ME4Sv&NhH}+-fE&9zPqHs~Kjlyl*byA@JRS~ZPsIb?KvTRy(rNaIKu-rQysFKs);&#IDW4fpMJT6h^}{*KxjXa9tSUUt^5>sLPl&OEnEa z5bW$%fic%zsR6zI+Tab^Vz(24p;WVhg$Vrg^jhZ(CG@%8-)snl{e-E?I=BQUq#@IY z!PrPg%Gm5!1+T5I-Zg!l8&3S}9N+@34(%FqSqY<(oaIC3c+<13MyDs0RPToZMo!u5 zwt+mr)5CiK;B|e;&JB0t5Bq#D^Ag`1)ovwSfdaUhu?fwUtH%S-Zb9T~Ri*6Yku7i9 z5v9$$Bz>%L)rhk`_o{A-&$NXvy#di1vNQto$&&SKsM4L2b%jb>dfQ-)HNQh+m#y01 zsoviP40QqJAZcL;>`f3&8W_{k`uIMoUi(JIWXDY}CN75qYS&AE5VnQ_BdHILBjd!vbO9y!R1Be=gE_lEpmhi$6w&SeoK7oRrvx@1; zoK@)_fQ(Jey8iP-b=#x2v9*Y3*~V&Q!guvZs|w6SGdNulzS}_tR(4#dztzCQB%?z{ zZknl?I=~edy+@&@&_IHWN3M78FSyRE&8pgYzql`Qpwm5VW5+e)!E;gnlS)_UU4XO= zri1o*-T$I~J%6(=f9Jt7t1(J`ZQYq->x2uV2zpV#(qN?UG+hji>|$DVC?dAt1PI(X z(g8^867^WM%$^QA(OL8YwO{^BMZ|Jo)-J%TNf=vrzZWGqR^fNF3O~cnUas(<_6LP5 z4m^ty@_kQ-htXiZasYbJVD3PJsnXAXfYr4F(Pv5tM{2(ywM&=c6?_^q%fiO!&_kbl zVI*n4hK;ZfgZD(O`U#6rKJ_s_7Yl}fix&*j#BpksmzvNtnhCF#sycdIpeORGkCBH4A|F3f&yc^qZqX3&Xs*=(v>Z=3di0MIXMge{x@ zD$p-9|5@mH=L$1$bDL>5HQkPJexP3((>%j^QY`^OLXDQo}B*T2jj&zggt8sNq0JD!k26#c&;S5Myz3TOh@G`sw1gT-U9 zM2;Byb|Qf)ba;IO#o!VGpiN}~@_+2*_8i_-`_+Zv9YrT^#I7%IG7|()_4P~Qw*==+ zD>~_IRpU6(mUlQ@LRIP@O+sDYJPn!gN$-3RdlR?DYsRoBf#H%3nz$T7!|#6euuP)( z2Fx}*^>Cd20DARG3^^#WZ0`rFc9YDh`!ep*>qJuIw>zY_&mgcDe&dz$N+&NMAR{s( zUSLkW3taInBnN})Jn#I$Us@5lt4ES#xz=DJBThGf+YRJj-exV#-mqDqsye7I9a$cB z+|iCDjd^WH@J84fsRM@I+#Ezt*PNwB34}WnHokNP;+9|a>3X^?kXj!Tk;&mq0G?)S z*@sD^kt*-At}1W9j#g1BE-WiELb1xzxSE*;c1njr)t(Af{cxc5OCWvHewcS2@?d+) zA&_&d-t`jXycx5H(t4 zsv=(^$L^?f0QIgkM?<&GM-6ZdtkN2;$gBaGB3PkwoXmwdIL=JozTcDx$hyq|P#VwF zmK|e~3&tc87HNL)*2s*fI_Q4b=U4{TrRONb%`>u6hE?5{?{lU0?@Rs-Xovdm{wl5# zt%0TIgekW+aHl*sD)h6nya2Z^t$`W!vZG^d}jc^j%ELSIyYUC1b$(W4+=4 zO(n>snJxtS`&q(G&*QRY1=opqsBt!KfmlP8$3No?W%WBgXth^8OalZ_kHY49JI%-37Y+0cJS{d7wwC8AqtmFOO<@;{o&QojH zW1XS>!p*=?$zg%S~ z?Fb#^+%&(Li5u(bp8IB;9~n4KEPy9y7FU1e*{dNM^{Yf3N!57FS9dMeMKlZbW*M%1 zGR)*Q(R%vn$to+d_ekyNC_I;x(ZeEN*G$3Ej;)1V4cD(x_Ak#q z)=LlI2EAAT%+Rqw%D;(x!(HLE#xbFExK=dK6J+Ok?YSXC_X|aK)QEYvNDl_F9g7c4qFZN{J$enjxpFBX&GjtVJioF6XnCFZ($Vo73(uIzOSdp!RlpzZE6cF|OQv zT$zgqq~l78G|+y)(K%8biGnFxN?df*oFEqf@$a1*CSt$}X2d{t(UQo()eXrFF#6@_o`+4#_j{m$69*c&y0&#=!>7`OQOu?Y zxR3qqn)};q5ufjG!;Z+6K@^%`>AFnnnJCJY@Z6QrxndjLXngtgfBfb9|NPU>K159U z=EM88!MoJ%(tWUc`J8XZc(G!{h4^X^A$svu2l6M}bf0IKfqL*Q?c2Buy$tCmc^fBQ z5laOHC{)JccI}@X>?`SWzO$gDy+IDYPjiEiw}%{G3Ra?yvzQT!_dOh8X{voXQMyZ5 z5J~t9x?A%ClTMQ1wXe+Zu=WMc!QJtr^F(tYR8fo9+Os^oJp|axCJH~l?=t_g=z12) zOWLkQ2rtY}4xW{Gu7Sl>O`xh8*1 z55U3!eRzOjSr(2oji)zz%p%^@&(DW@-f?_;0AAMAJq$Z?lwu9%pn&6E&~+ZdUyh1D zd+TqxwjOmo3TWwm)Fds)nOND#5gciPg>g+fg=;IhH4C|Wl(5$8k8hjb#B)JVGqG_a z#}t3`ZYw$H7&bUHzU6fs)oK{MOKI2FtI{vRNhhZA4`TlTDtT&7AdUFBq71dJJqo~U z3c#kA7p=IV6%s%2Gy~Xijxv5URG}B$0 zn3{r-R)Gd#7OO+yA08LuI0MH5qKp&)om&Gu6!YMt+HqFV+>Sh}ajn%$PcHEztgcB3 z-^>VHszDLNKmZrW)YMURHa+Qh^5LF&La9|z916Hh z9Dt6DJ6M%!OJC0HO#4NUx@AL@%cpw5Z$McJMUa8g^8$SQ5ON4tf947ntzSeRt4=l{ z9dKK9H)nY5`f^bKLa)>EPRy=<^6tZb{S%NjhTgL|-eZ9hf55w6e*58@fB*B}-k*Q= zxfN!tjh}q6FMaC^HSAC2I<;`zoLOaoXPDh(z6Cwl{~1C@@_qkAko5c+ra~-j2#W6J z;O!jb&U>tVob}BZhDH<-bJZF~oZ!qIIIZq`%h;7FDHYe7qDqQC32LQi(75&_%evi2 zYA+i}Z@YwFAf48{8M=J2pMUEq3?>CDYCJ$%tdhA8WwO=gRGJMO^IS+3A`h|=H8{SF zD?ELmVi!QglDkBE3Wg$47LSG0SfUi-KBW*ZyW!7y;Ij>Xl(DGn-XsM4SPTykjOQ$d zDUxY}QPxPW-cum*Xi>K-ZLOq%c_J;lMta}^s!lX9G(7GV)_c+}DfBAc1CpaDHK0fQ zWh?|;|H!8-OpeY7tCAG*Hgg&& z8b9#4%JnnDFeEz(leWVZIcOjTu%l7R=9FhuGm+v^Cp#7xHz4<({X+8C(d6}|de@LF zJx3Rm&8?n%uIDb$L^8Y>2sL(|jxl*`C&&mL21(03F3;5RS(fDv5k;DShC7*%^zpinNaJNU_j-c(GI|1W(iz$1rN;V0NKZQKO9-$%%J68)Yf5t&FLB?|iH5iVvAB)20;4$&cU$jlvbjs?-Y zwbOQcL5PZ~-jz=3{#v_VefiV(q)l(#S|=6N*^+}AzFwt;+O*Uhiq@i2a@zOS7?i9i zl$DwHyJ9RY)j^aTnVbbo6QUU7j#PiY&}e7>OefS4K5qsjFV4*HflVIk1|^g~fDbS<02A zrzhB2Q>n_f^swmWsR=Q!s&l&LCEo(*m(LtSTTuDUH-G#7FYn~t&%XcmyFb4F_3wTv z{+p}OFKtsA-L#${UisGO7cQV`VC{cIU{8; zYkIGlmFSB$lK22J3KZ|Mf z$R|fs1c9(NX>?y##_hycMGtwfS#%d6w{%4~A>>AAtnp8RQB(#KW#Pd<^5bE|`Phvc zKX@&&gQ#(Qr zJ{fPnX2JKEa+h8{`g1$7l5snY1ue&}X7fvBZW&f1G=?{Ydu%+BK^8O7@D6vqbC!}l zkVYA$$}tlu7r6+u+hP+QD&sz`kkgEdhiIx%i!w;#0UPNtKJEn)&cMq-lh*@vQ#Fv0 zFvyQ<$2qu1@aV6!8W|PpN#XSd#MD(R9>dj6pN*`%4J^L+_HW;O_YQy9X8rbyUxdLM zDTba3;MGM`TWg_ec!pHix`+a+R@-~85Py3-_}xDEsD&$*=ytUfItr-~>}V-xU#g@? z@ii2$1xu|FTShuMcw9Tq89@Pq0+ZJ2JVl1O@7cwWc!2>FBjRiDC=jBxHH8W4&3i!% z@C~OY>+&UGHin#f%V2Gg>_E;wAwGVn6c4RZOr-)gQM>cBspooUJ(Mt%H8=lB7~l0p zzoyANzvz!h9*r~>h}bj%4ZV|^Y!~Y!NYUQ8{7-RorzVL9y4C5=CP!pnfB3imlNWK> z>#xZcW6!({=>h5lFGJI}2N6ezdafs3;+VDED_g?J=l}B$-~RT?A1v2epHr<%&PlGX zjYGgJMjyzs%fb<0Xg|7$n(`;qr<` zGVDl<1Vmn&qU@T%J-s1$IvIM~n}1eF{@XX-efRx$Uw>F;nDlAza!2hXWtBnRPNKU4 zXxq1Ip$WF;J838P5Cl}NKPGI&e_IP+X^S2n%8m~k%x54_n;o^H)C%f8q3(VlV1`D( zpaZF}D4~TtJHE%e7dBfS^43zXvqWnSn=725Rj)Myf;vYnzD;Mo30Kf8EXQrPpJz13 z&p$+*`S_c^0~T(({&Ic&MjO)*qD5j=@Q5_wcN4_EBhyT+T=iehwpLyte?CIirz2$S zzg8~Suaz4Qp_lL|YFq@g(Kh0tnN4wGK7==2lc#FElL5vE)Rb$ZDH#hjHd-mV>M^-W zN;I0+qs9WJ>fuy4G3?v=ao-^TbZf#WY}~SPE;3zl-O>MH{LPKu)*J$;5y~NNFYX2U zyNh|k3C()=OOgUP0JoKPer8I@KVomVMMvAP%QD%+I`GDGR)QTEE0v<{q>2d9d zbL>b(;tz0ZFz0c{P^0fnx)EP(H|O@wM=b6~!5^7}YvTw88g&`nC&_wK+Yo z2!V+eaH0w$HNlTtsm-al1?8`<72HeEn(o4kGiXhl8Kb6hEfH7Y;9MHPjc9fRKT$8v2U8Uy-%v{aO&69!}f9AQ7Q9=XoJ!$+nC@Bx+y}jiD!M==4YEyVd!uijQ|1_O089g zs>&aC;h)uE6T=Sjc9*Gs9$GIX;e5-$D4RWknYq&~uI9qR} zND7-sMFd9~g3Is93+&You$^8GKRZ6a_EZ6K;sBeX6(nL)5oNpcoyI;g#KdkY2WS!) zFx9r(s5sQ!?r1pM@oCwxS_7ffHaYX5YVTtre#HO=qw2O=phU9qvDU?-y~&}m@95T$ zwpPN5S`YU674KKJXRmM8cLxFUh{ZiMZC|y11E1&ie?CT~&g^w}I!4V#>GJ6|?YR%c zvo91qRy0{9pQImGOru9~tz5BjmsgaYRq`8HQS6@PDE(Pcw7qauF7fZsu3hn*fl51% zs%TznYmA4@_!E1x9c;!|<}DS=c}p!%|472l=n-jkVm`7!{+G!$>hkQhRTEzr1KTn) z9Hg2zPd?TQUI11(+5q4x69Hjod(>q|tarFeRZf8z`7RYprD!2)IFQ+@RY$Ms{7XVR z$9VqQ&LbV`PK@Wln%o9!q@W8i|9FK+cj9z?dC&+#>$aZD!79x&n$_r(QqpX|g0+&N zBDwZN=iMiu$C4Um*SAZM67=S`OK@i4IkT+Q3Tq+=q8*e@o^zAnTiOaGu2c2p`b9tC zsjkrVfD?rG{PI`->wo{Rx3l(r``!P255-T>QU5TI`O&LNllKskdW!0zOLDTzr!osV_j|?ptLJMX#i-9 zP18ro4zBPK?5H|}o3T`gx9H$TEK6a1UzLW!JVlE^b_!tR;)Fd z)f3qE0OKMOy`>m6dMh|m{Sc{s1|+Qrw=pzwTZNBh#{ltmlEB zT@fc`aG0=dfVqG-~;IQc3TX7G( z2lK2LEs*&681BwP>K-WCG?kN|3aFqQg^je06;VgTeFucx6ZG?EyXgzQ{0_)t03|cr zlMniW<=9K(fC}T09I8DdQ%1?}|(d6iPdI64CE z%Gq#SRvxEKOJab1-Yjh`$!wgExSI{&=s z2C$>vZIdkRb_i0_ee2~@J@*`qf(Wa4G^GKytSokBVj~XoEx4g-mU~TVR5SeuGNCN>U-d;R^5$DvMO< zGUv?&kJ>OEJk_ekYm!9NYu@wd0E)h{L7-Jnt$^PcKhcf{Nk~c|EZ);QdJHr%xsgD; zCpK&-DHYR`5Bl745l{pjRZHH&FHrRP)2oRa6ZM_kf$%JPV5<+SITjud2#{#Teo>&bfO5iLmO?OS?mp zryI$R2R7=O_sCJ;I!A1kvF?{1w$JrXwagWLuAn(ZL{-w-lbx&!aR9#jATNlP`NM0S zV?a5zyx4cCp)?1iEpRSNquDHs6I@VR6sM2+{$|aYq9l!EsEuBdi)};?xSvteC}1|C ze(kApN+UP{W|N{&Yf+0V4BC^``1V4|UXI&bUSAq53O#}IqQLxQv|u&mDMC5rVGC;l zc+&=q(sjeW?m1XFwvDT98zTbpC{sfB)`RU;gwxY1?8MS!Fa?a#oU(B24ty*siB7ighg@dNAz_5T$3q z5+Gu<6!KalyA3tDT*Qvt!-~8l?m6v!CT!R=Z`B$HVAyialSMdjo@?n@uBE%pwb=2B z!Aj->l9$c#tq}IooWQ)Ut9pF0OXGAC>k%H>wcBXdhWlt`ZM5j;B5j#8Fc*2?>DA%u zR@%+T+-k}|N|1@2Love0I~Y&Ct}8KnT&ur^ENbODSFNYW4x6*u6f3o9fLg6W6A+a< znU8j<)^V_jN?{OYRg|dOJMJ}CoTwa=(Z8EL87)w2JL8a2Ynfo$KL#j+_uK`%l9;=a z48_y!nS@n-Vl*! zjTmGkdB^M`{4&EHMc#3Oc_SaV7jLXP?fsN!X2&Alc-#@+jKb9opkmvU8~6lS?SR^&w z<%2#qU1Y835zX5)imrH;g zh7%M-kGi4ZGAI0CQ>nCZTHwJOxsxT6s;yBy6;%ujI7%-}LWNr=mNO+3Fj@R0; zP1{6Vkw!WeSY&1jozSSG5sVd%#K;xf+_aHPjbz6oKVFd^!;b9`vYJ!rdGm2FzP{2t zjYC;7gYmU6iE?yDtZqOfrQ@M*z9t_3yI-_{Sp1q>qd>Zso@jX^K$O<&axtcRC-Ake zxX&RbZxzkctV}Hz8%LO6>B{>#=B3ZwW@Un~qU)K&bt%2jquE)!*})q1vBzJDye!50 zGiT6e8GLd)^tk+3-@UNB)ij}D)F;yDqu3que75wo-JE#-?Jwm$#zyFVcO{%TO{`S1=nV!JYIz4ZacDvgMj zx-#*;Vdo>4ozG1Ko-Z`Q2Y=@Z{GA05-Ly@oshzouRIV*?o4tpb=B(Rnz^E8dn%a9b z!y}d5$4v8@?g^llv&M6+m3q?Sj}7oys;J)--y@zqIMyGP8%} zUl7aSy7Xzd_S}x*%9VCr2$7-jnvw(P)ql?cDA*s9`kVnnsfR-I*J^5VEU4X4f zbp?rnuItU@an3vwuiKoWvPMiW-F$LWK%rf172s0VWz@PW6^4H9(XQQ{OJtl1JuA9- z?olGMqDJts%4;T&@)XT|#boa}&f8WW?cHHJ043+~%K8Cl69jI z<9$Bm;4{sBk)dw9&&DhQB?1AkEo93boZr5!8_*N?CL&6;E+M5eh9-3B;c*F% z;U~q2t77A-gr39VSN+6JdX1w@amKt>u-MCPG8kV7VaJ0}%wmR4)Rs|MHV{D3^Wb@i zWOF5efHE9IBS8^gxZJ`G}<0x z+B(rh`D$k83uamOOe-G9RYT71fYyb0t_K3NDra*kKufp>p<3kv5XlB{IC`r7w;p>C zPn)r)4l@e7Kw|@CAz1NY-&f%8yV`P9jJRJnkNe>rh$JA61`{OQn~7*=o*tk>_e|te~h&Q;HJP#csBdx~4$>7MQm(K%Yv=bwXfqP8LwcOZ)7 zyyjT!&W?Kfwa@k3J~uTa@QuYZ&;Ef;%z>g}qow#4#sP2bAwSF@n+rQ~G*S+Qq`H(N zKfIbBUS=sHdz}Mf)clZ(*iF5EF7eQ+V^sP$?pCcg^S{*>%?}qXxZSTzG|L8XVIO$z z4#-WhNy_<<vNw1i;kTds!g_r zDmyobT2JYk&Mj|mnDyXH|8r45Da!itv7Wm?6u8b3ui3c_HG@20fY-nP$(Y;C1lJO+ z%eYT@Ev`p-!_;9P!>cFPn$MUYMbiG249(kukhCj(%Ta30PtoZxX`<8;Yut>DC8Gka z%Ex}9{9!M@CQLapw5qMIr!4uVm?WCtA}H-e=X;6!dCK!AQLElTsa~xz2#pbu zB2%}jtB`G?cak9=`;RiT&$3V#t+pT?WIzg@N7mwCilu%646Z|6G!c^@epNVgISARV zcxSvC58q)w}@xaATQe zs`Ui5@Yd(e#Zl1`BKru6hL+;T*B~yddbL(kKGby z(FCgIZ$PS@MFXGy-q+*PYDbmv3;q0aJ&knb;#P$XDwu=ZI}~Ck&v;H+wZ`_y#gz(? ztoe+~6eZ|^HJv$K$tq--c*#*37j-OEd@Po?DoJJahLQNLpYp`KBNhI2YtS@~ub+tP zs>9Va$$gJ}oLIj!m|dwg{?OroD_O9$RGmYZAX^lqyX@++ZQHhO+qP}nwr$(CZQJOY zdNbc>or_%M$$R5O{K0yMO4Yn|(X$~Tx+%+Z!q^D`6{;S;apMu-=x(&MuDL_qbA`cL zyuXP{BR_hSNx{JNPB(jv%dL_eF%L`VWE`X!o8+yyl%KO#@=@7^*17w;&)Ds*eHfJe z=Kc8^wcTWW*#3EKbrt^SW1}Y<`>|o+G{CR+-ZfLU)x3;>nPQRlHi{;Z^614!BwQ?W z|Y>XB3k)ENAo96j#F=c^)f`>J8xwQEXS+Ll&3Elo6R6hxRpc_*$oU}^Z>}N zrEK;PtN<8M?U)#L+$uFwO8ms#Q>0&SLOG*Q4`Ve@1X>SxA$&8)Fp>S=bGoCGCmb=a zy?z;{{&uWpA&hNw1{6{(WN01!s%LHWxPq&VYiRrVJ%qc_Um!06$wH zj;QQkw^AKe6FRbZt3S#YV_jE zOR|OXW@)tx(p#RdRbFAj#fIB;ncI3HY5?Y_H&-@* z`9}m^cy9CeLqsF7!#(kFR`f1k>}o zcLL738#2{1BXk$(Z-7luHzj(>*aWlJ0I3@Q)8vA*bsW8|m_u-gf>IQggk*CExbiSW zmy5N+O34^d{DD50aqj)BMDAs?$LJPhgl?nPqquS+-v> z1|wE-JlQQe0H)X~OMqyG@ubKN))K9c$SztaFQ|wSSR}y~{S?sS@{b*MNcBG3hCVvi zQ`O+!)hyI{ArC8f#iDTC4S{N}k^z}Q=M}=@nuT0cD6c>> zc1W`PngxZB4{1xp%)UD_jC-t43sxU*BrBSzR9e4j$WWw4D<=@0(8DvdL6=%}Dq8Fm7ol(v{RU=PA3Ct5~QaU8i2mnZ(xs4^*&Dt4X6w?vmOaaqk z#we39T|@^jW{7_QZFsbgD{9I}{`t5;aPqQv|I{y(4C!ZA_rG-Ir*HSVbI;dH=MQE+ zkgP*NEbl#eR+D+GhY&JVGZZ8NH5&7FXNJdH;s|Y-GKq}QzmMl$pVw(!*II-@ZVO=@ z1$+|i)#E@8W^!f@k#g{ z=Rf%vlG={sunWa1&QP!2hzD=-^gAK@6}}O*LT$&Rd?R^E61i|zXw{e5+x--t2`qYi z<#v(nab-VJgsc8rdKWunPE(0|i)7J(DB1@S(tJ}}W&?ESE~LM6g*(+#eG01Du~+us zF0rb-7puD8OuhQAXYn(rL)f#Swl)Sds$IGCauGXALtlJtb&?#ER> zzdUuPvLaO)IZ$Gc5TrKdfS50?SD{n5+cV_QL+^!XTQS65J_fwE^u1ovh95_xVER=FU7*09 zwnn#f&2ZEu=GxlIM*l81R}yU9p>@r(mF68L%9ulvgb58I^AYWMEsKQ-Ua#W3cA1Ps zcgBkn^${r5nWj7EE)GVFyXcQD4noy$AukFpl$|EQ-FJavlyUj4<*3tNr$1IxnYSgO zih!h%O~s_R4|h;$*PJ?|hv)iNN-x!t!t}3k5%c)FX*Ty?NM7bJt0}J16WyCuAq2a3 zo#asM6!sj^44P>?V4IdTm%Cy~Gqfp?2N+YuO_{YtB=a+<8*|s=6trjP(}p^he50)9KsxL4EHjSwYhWbOIsyY;p0gQ_JZMv)5N|%p3OOn%mz|Bx z>&f0Z?5eA?z(RVnS0`&I-ea#eZ3>t}nb`2=2uR!b41CcEDVnmhk03e)7&I`?BemFM zA!!Ry#sUkW!4hLC;0c6Wa@o-?_{zXL>sNjg-Ro` z_Qg)(zR((?8wU0eskH4Ysu2pawq>^Bndq;-MIgQR6LZ|Ktlj!(-N=r2z`8*|jVj zcAE5FqRpn|%<=IgXmH_0ZS(RAw*)nAPp&nZ;u?+HSoN{!-DO-Ic4VAP^6}@@llD(>YUbSMRSMs=ZGB4z;r3>H(0!zV+(+glQcX@oj>h3K(R@b$v< z4f(HrLZ(LojTihX6~@f^mkzGF50vAV!p9D~7sn(%6+6E;a*3Kp5&7KoNTl-_ThU=Q za^7HAF%|KiCShqEdLBQ*zSHoxIr75yPoeI*>YP8fWNOks#SR~ns^v<_q7o6KRmZ}& zkV~f-!u!WVr*t-%-o(h29MKC$8jV5JrgFXx%t)!bcPtM;UWIbv#aY?uKG@fUgd1W@ z9HAw#s&U~)t$!ebM**Y5#9F)Q=Eya2nQhScPFr|A!e$mLpT0SyZp(quz-e`tmS*Ar zx#u;69PFY3!nM+sR;hj|r#6rO*<`j~cfG&$;aBB--SwK-N{%OMe-3GPe@=6M5swM?K{cGDYS0Cgjuh>?3L#zhYAbfdXcL}z$TM_iHosIsG{thQ^Lvi5&}f- zu@zNoHs&r>6ZEVy*W?gT0u|YCXV+nwD`h<}PJB zTyYkxY!c?-(kAoV#kWX;ZDf=@Z#2FQr7N4h*))b3-mUhV+stP%i}kSOfs(-Vj%+{+ zWP9pT@`g%s(OmA;7kE6mh7hEd!r-P*(XfbI$?PZ|UHb+-NdXasCjXon0?sKcEeIQd zm2##_Zv8jDypgW?S7@+6at?hyZ6g}9QOPl+I*BZX_$~rAD0WpE8Qc&nZ6kW)A??;+@ znGU7rR7iAvu|o*B>nYg~+sb8`9&r^zAl-`O4j5{OYCOkt#a0P75H@5TuW=~bkt8#t zDKm&z^&~x(Yr15QyH9j|!aKUrlG_bxnJG~xd)GhQ+N~C}E3h-er&OkTLaR5(5;6#2fAN-I39`*qYFrVpeMBgi)kNSObqb90=kO{E@KXgGc zRdtW5rs!UnQv(>m3wIsHQYMm5Mhf1NLaJ;RkFp54tzgWb`C`vuypu~+o zw$WJd9`wb>K?ZVf1|L=35D>G34;?zc;j_nGF9sTqF+->n@ruO68)91tyL(_6=25Sg zh(GGQuf7U;#YBZ$)oLsId&X)lmfq+3r_od%>w3jw+p{+*<$PW&%HFW-v;`=vm=Qj3 zuM6yKHN7b}872JE=gBslNoZCX9D#vKZhAk!DQbK*_-hx+i-(`a!dmWr5?bxjhhw#u zYmhOJB04S^?qteGCWtceH)`^M2aX=O}g$+6EQOIrM4)1X{! z)^zw@8D1J(ZfiUVxHp5A{PBOe`btkKoyUvaXdvU4gQEH4)Hb(L#zzn?J+qlv>BDB-kRz*Vetp*ScsxDK{Q@NI-8@zE%lCs!{KuW_1Md4+IBURNUVx7SX zms@j%UX0(Ky?|WalW5hVwS>wg%C&zBlu2<~$u@pZ`ged|_7D3rl@lq;q;x04072;S zti*=Nq`dWIb?wZfVF6D@YsY1w3-Bk2xgICLC%@Xv!da3LAbyjWxmFEjG^eff0*m-A zo|Ug^aXo$pfe8C=TU6_$&U;$wme3?A3IO@npEx-4vdx}-n*o*SD@1OEh)6ifstfBi z{Y!%0XAU)?TYb@nsV-!{mUG9HjGO*P%;q~k5zfGC9n?e7*Wbeja4!iBT}T9uV=TN$kcC`+xR$wW z|F~*lL+%$Y&rk2GeNuA^5r2>V1vp7q$i$b?oU!D<*F0{|~?K;Is}Uzt8qxO~6a zbh{=kMRse{b_2EeL&i6ZU@EL&>xLp9#$tn20fTB)v3+fxr_%;EYP_p&YjzN1+6Zya z4a!1SLBl5m#rufq=02X7Gyw93(8vncOXP#=V)zw+%G(jpaGo4UbkyxyqdR7iw{KOr zRZn`n7XhX6tOYdnY!pdS12B+NDkZb#+lC$Jc19NdI8B~T(V0ltQTDS}3fxauem+|B z>16FjnTZe<0{Z~?Z)!Itc9Y@>tX`liIhE1BM?a01C1Tl8iBt9{kkO$Ye*@p=5sTg# z_gxQHb@K5608QvJc38-)ppBCzTBVC=!tPkng$lfcs;p+qF@}*OvJdBqEmRoqz~b43 z!7AR;nn>Qyu*zdvEx8&^bW&+BXH0PY-hS{R>S;`a_##iDIh^&c(a64^*ro7tmVn(r zln$lR3OPdzu}PZ46y4`6UE_n9LCCmLbY2C1f^-~}HP2wzAUCQL6OScJYn|8Ra2b~P z+I!VY*Tp#TuTkX^x9*`h1#L(ey`Y39+T5B-ZTcA_?1Wl4w2nftfq`1L0D=dE;dc6x{i!N?pyc;UCx5kgq%k1e@@ zmhTxBqE;f%9lcGk$6H`B#F4y2J>aq=SHv6bx-n93i{O>`?iJ22jC~{=kjY*y;$l8eEDK)c+GmAV&5^tt&x$!S1L{4RwD(mjN}M=qZ{=C*6h@1-yQoYhyFlXrp);pI zVnst*N*+pL(fZWo4msVeNa(Art(*!}YOe$`#i029q6K7AE{OZDCtlKxsN)*+>REYy z^<*WYtk%KqxH#Zz9YL&fOkeZ-ss267@6Zp?3b_1YsNWJobx@&@NmD|_wfp}PcJ8m! zp|8B3I^!?6{xU{Vr1=Si;G@>YAjVI?-G%od(YIMyTQ_og1bHW9V^WA_^^k)}& zuH2yj5vxiV{1sJ@h*_Nwij*s#&eUqk%W$kBmx1Iph(StMyFOc729}iI*ti58$b&xT z@wWK=QlK%jY|94YK;ki_RJx_Y#BHLHdwuceubqz@dw134^2z1%v8 z(;q=^ z2`^&VtoD$~wL}Ng6!_GdEGMVKUy9v@jY@wozA35)l`)VpDN~?B;^2=XeZn}u^jxPQ zl*uUV69h{u9f*Gj8Fo8gzvv~Vq&Fgqt?N5XQH%<<1i;y^mtSuGq`|j8>8H^i3LlA> z4=jnD6jw#KY@D*I9%!LL_a#JYt`1s>L)AxGT{*e}Fq&H!nlgMcLpfi72CJvu9wMf_ zdW51QLmH;lm^zR_2M*_U!MkiGT~_ISl#`HT^uD#!*3Blsq)MVD>{LiG87Nt9*2^pM zyxXwQ*c)M{7^>H!CK=_r4|B8dS_O z6(NIZtBBZ2uJoQ#zrvYfqbvweD)*x<5s7Z1AUc_Nc&k54KGk_I;-dQRC17M0hLlD3 z%}>Sr*o-8*4h$Sz>NtX5{Sj*qm9lrmw%ugcU8KT+sN5h>wO=`$2g;Nt>F6}7!?WCZ zc5WsRr%?{-o(IaDoqt?#(snKzyh2D6*!b;R6r`Z`c*Gz6&P+YCGq#&Ct$`LPRV}n( zy@Sn|&}T`9r_fmRF90tOfu)FWd+F6b!TS=>E1y<4GcIR;AH{0uqSznGIxT-r;^wsA zrpi9IA2Q9rGnd^MsIk*>*I_Ax@)O+#cJV;hk96M-DS) zP=op*w64%O3lqn=?~4O(bwTR#k1^r?gw~i>fW)Dm3+`6Te4amHSYy9JMwu&Pnf2Ga z_h^&GB0>~-Y=N9`ynM#pvCKX5sPM(^bhjAHXJBA6NcA5%+0R`cu0Zj(;Z=RAPT1ZQ zSP=((n1uuC2M!g4R%P2s+-zAC4i@>U^@eE@9Q$wzHRK496Yb<=Gs&dsVCMJ7-&Pkd zV*u>f31(xE-rtQIES^>MnMKjw!yne;!Civc^4#D^WL6t!_@&0&?nQQR)0pN%LI|$&#*~zyrtCXVXdFF#q)Rt-rzin{p zodE-Ot1GegDH4-1Ep2`}u2O`-jC#YCourERkNv_fF z-!GaVuTGZhjDKC)e}IQCxo_rN)+dKS@wfA}H322{y(^OLpuB*Y!dP2k(TwGd1Hg>k zs)<(TsIIiA70Z|aogglZFDXGG|CIkUY|!L;!h?%XTZx9Fd%DN#?$m@z8Lk;yx8N0t z2b~^u$6A&TL=*Zr1;SkUJ;UR`_wDNk$LG!!y{@*4>Fwe2=WX)!=e;!7J51#?^Y88a z!R{Lb2tg$c!U7?8lZ!u0%#ecfvgYs4oeCiZwKZ&p=2q{O$~Imff=Kq3EaFcy!^)W_ z*a|_nZ~c9aX=jc#Sjm}YTqQZDxqP-o^NsNFO^VLtDQ?gAbt*5KwB@s6btc}Bg2%Cm zbd5YsSb&EtNpO9vHRvuv@8>D+zw-x2$6Hc`xwxY+exukhRP5>s;X&4gOP{UhnJkh& z75G4Gs69!phuxQlAve^-nj8uHUm>tt8Fbl62*KK_;tlkVPiJqug-zcRi;QT@!soFZ zx5ipjBY@7X1>CS!p0%Bh*ij|6ah-sCh^SFZ&~$5I&-RRu&mUk&)5_FlC?i#LDSf{? z2o{bKp$5cybfO$1a<$-fjuf>*7FJ0&KyQR6mq?=VaoIx4&-){s;3<>AmU%qH@E5d zr7dm-YmeaiaSK2#dwPi7qpqG}d_N_w5`gF4!+n*Gs6~>o9H|>CI;h7-i*q50+X3I8 zDP?N5gXTBUpwHRK?l7q@N@r)6@0LopWaog6_kFht*ZAR>Q~|yZ0E_s*;RQqRq`K`jvEb5I;MhTxXW-MT6y04$+^u$;r%sRDc=BvFyunI&ToZ9 z>0s1q8hrDbD7t)JPGs5U^_uRWE$XX9nt#kA&{tRyj5C$=e65nMbGF+STC{^NX-<&Ji8qP4~(Bx$qNvUY02dJ-8bv31`+ zGDC^#yc+rgz*if0b4!&oj4wedAwxX6iSb<4sr_C*`O(y#dJP{H-RgcM)7h=F3n2%k{1{oBd}hna)8X zSfi!iQ`4ZBnBsn+kb+Dy;j?6v#~r{X7$X1>vZMYl@df8bl%?`P-DGL6!JIJ&1av!D z;|ug;Acmt;+Fh1@@rpq*#?%tji_xY|G?4`u>xb=l?V3DAm60P&YLn)oOMrTWq2b$5 z&iOM>q+_l4%&wz-PRl#uaJz^jEleZ)bizP=u$;*S-Nb1>icBo!%$X%ECAf}20nv0`;i&0oB{*td~KoxyLwjx1dutp#9`OIVtrn`ARiP75Q}wL)Sz6dTeYX!b15FkxKOH7O@__%)3GG zyWa)Y#s{lg9La%G8SN*3S(ZuUC`7Cn=ry+g9QuW`^Ijv~J}J*|FeHnJuK$5mC}6{c zsB9Q(#LB)=Cr&PyYCX~FX2M~n5xxMfH~!%eH%Tb(ZUgaD(WjLtamgJ_vx;D)k22re zmzY|(i6X6uYPC7|J2kxgPmcIo^f2-OwzoQnJ*!6T}b1Kwh^UTH*+Kfwui0+ zCk9GHtsB*|x0k#x6wX*Wu~FBrpKmWVrU$yu8WOw!g*oeWQbTjG2ao~MmqfVrU(c7m z-#3}PJWTOp6(d=E8%M5DYLfR6HB=n-RES@BK?_7o~on%BJU$Q~7kX?w#T(7jJp)QNM!h3Cr zP{hJdgLuOUl`6q73kIUm(ZI~gyloA(j`5a5iu3XZhxPjPVr5S1_42~VBvI`W9w0tY znF^IQNX4j8(xzZg&M+C6N`X}1W4<7EMC4-|PUndSbWp*@i`fAMBhIPeFTQ1kj(x+h z5*CiyPR+CI)op0m^1x!zhfHR^KTOujHDz0r*-yO=$bYMl@pMfVfZe>_Ny`wJyhaY z5b}W2BwxA8N)FLb)M4CMN%*Z#BQJqeSHC^3#_3X|i-bboe2xM-IF=(5rAl6eAEX(k%U8Vthqf3W0fU14$no@r@ zCxKk-pE{dAdlMp%7I+nhI1)T4gDX?6QtG{5M~2+5f2!2V@G{(<1CKqj2BaPdIK5|8 zU?Ay%fMlWwZc9`#yhE5P6&og+6}lvc8P|jbcJi#+c(qXtiXQ2adiOv_ z$?`7$i9&@&a-xd%RTUtf1y?t;OwioYN`&Sa=fUmrEY|v?N!-8921zge{M2exm_^c- z9wZ>zWw+_65DqW za%p(Rn*kPYZLFPuc2rABR|l=JG}+$DF5TAczZ>hs*@GX=FQX;wk0s5SPgVSKtYAlC zP&BF33;V{WER9IDb}_F%_mZ(q6NWRp5BMKEuNjofC=;%*3LE9B)qe5mo)S>njg%5? z^$ZkXdmGvI9@bY19_VnmG{ZFYD*k}h2KqGIs6vLS%dZf+lj%}(dhB1fnY)dOw0=8#=uJ(EZ%+4c}r7_(lFA^PjMz$INk(_eG=@@RqVL>b&LXj za8Fszos{isqHIiJSB7hjW@qzJPh+x$4B=l-)Gp+7$LoNL$aNUBw6*0{1r$eY zAtfn?DS&=8 z0@rmX{4l`|^b3&b; zwLca}SPs(tX+>o;&I~JE^_*eqE7!+S-&|+XmV*tt)LQQwSi<9ku9&0sFnvIbjUT1X z|KP#Q^Xht)8c~|BTz*0?3AQEzQFIbW6~+x1+h9R^NH1k^$faRvG#<$#YeL<}!_qS9cz?Y~w#DFeI(J?EW7 zrSE?`hZRl1BJ08HONB>|(q+okN}dUCHLFk6?W6h89zDzEHw)+r8(=ARxDgsPX3NR0 z0U4FmTI)c48`6Ff0$FWMT=xOeetI6C@e=T<5zHQc;zz!?hK3?=;S(W;NpqXs_6;I5fhQHN(w-l(prmk|z15z^jK2YyR4c*txiJMEb#b z#x z+&LKW=wPq)LIb<0!-HMH99Gu@m^GWk+#L;e??JefEZH;AWSC}CPxSrMqIyYwnG0-O zESMl)WxPm2Ij;1(80JF&@Rcy#FUj3~3rYuD(ad;uGmaz{O+a>;RQugOoaJ%|k zYPD3Fu?4o|8FQ>Ln^WtPUmGc?!o24GaqHQIq+)(dq$XQouW!nBn_aTYr@H6uQ_g)n zr^=QbhSC9G*)e7(p_vRlGLAQ)jHfDpk-YJml(YuFWM0{2%23=g(Q$AF`O(LjXAh z^Lu`+y=~r~d)d_7%=L~^QY<*-@gPB_5$@XgNSSgs?BJa>qGR|uOU$7>NP*=1v1;6u zA}oc32c_yJG)eu)ji5D3Dk2QJrM}1iW$|W)34M6QrGCOW{Dk{|F>W)Ee`$k;!`0H1 zMN>=f2V8r|qeKFf;uTsXVm{kLs`17gZfn1V?#5?UOUss$DppLa~ZUX7Yt*h;L$S%NZB zcG!KWB|szA`0hhj!u8+fJ!;iFO6QKk7dn}A2+5SWH_Gdqfc_+0Y<}VbYZ>;>Fj&S> zobXQw$`?E;o2?!ouv;@?WWtl}Lbk+~H3I?E2hyzW#AptfAy)1sgwgk|#ik5n%9n zoamzPtmf_S$BHu6Bn?K7G8UFpN|cv%cr2_}5*6J{tSOnOPM}^RK`AEi(|}3uvLXp+ zs71324eU`5&X;>0Q8@^!9`s5IFtD3A!r4nFaZFZ5qG=ZlB6PE^%w-AOfF$e9MR}xw zNFt6VdJl?NwqT1+5byr;^ok@t(&qN7U2k|Gmm@ht44i=7RvoAmY(by4RWXb@#(t)1 zor`-Vc?<*{Np!}cq*jCklNe##fT-1l>Mv1wk%Yno<5`%8mF?bFJ?zzLB=<(NYjZFv zI>m1}uKT8TiN3CJ%nXFl)%&p)V<#$%5{tXlMH|KL+!F|XeIbM@G|>yMRl{mjD_v)- z?bhWcg$H(_KC9ST0HMsuzXSEj?r?v1*Yb{3VjrhMmeBaI+Yn>?X#}jX&RSB|_ymX4 z1PhKRZ_^2GYQy6RO#4&LA)iAWlV{h<@6X-gV*zK>)F2x^&3XRqse}9m-M)MW!r}y0 z@=_|8drLn$NnU8dqeBuC161LcHUR8D3kpsm4tH+rcJSFP@@`aa8W<8jDy#KJUa|=A zG+Ise_3;H;H^<=Gb0O{q_CXvdzd$}dfM6rB_xgpOkd&mtHAY8C`daPrHMVFT+N`>W z&R?Z-K1TPaUiJ0l4u#R@do)(WYGpC=&06(%yCNa|?x8+6old8Ku2a=+X1~<;`$M<) z^Q2Y~<>7U0dzM>3Y+aco1}?5ovT|QjDo2hDqdmP-bZl-a24`{nCuqWhUyk3nswzg? zo%n{9uy(@b*L8nv&fY`9W$0hMjRCu?5$%H2K;!J5&hHE@Pq6B8F1XZ|2F7p#6iC@1 znG0bDQpXJHz?xUa1KYLaJtd`RzgeD6UZ>Y}GB5>cyxo1V4<-3Nz;%Vy)SoV}T;arS zgfWMT18Op9-CrW{j3lnw60$DBzZ+KHEa%T5|0~uQXghWe(C&uP`arfdglr!>^6>tZ zVtw_K5J7IIYoHp!W~@wD3i^1tF{Tb)lyIORvb$V@&lEcc7JZ@T)~zQTb2(MC_TaZ~ zP=HE%UV`T0=v3B!9A+M{;F2Vl?%Ipz=rmHq>Au;ibRSIW{P(c0V+RrrjOoKiG>mJS z#uF7LzI(#c-P-L{^~*M_dD-l*?z}5SexsMzb!pE|o;3HMX;vwdX3shVQ(6UXoeS^W z*K(~ESyYZ9(vIT(PiX2Z(&IlQ7`QCRzAno2=;zP=9)ilF@T4!-xs^{O0jkALtSKFsffW8Qku}cNihmyB1Lj=_oF?YckJ&hid(_xkCN-VU<-F&Z^f2<;FD zr;LyTJ{|GvK&M_NAr)`5Nw^s{PoBr@GIG5SsDgHYp%du1eHRt{0A0Qn^%XJuTuiAGKvIBMLmRZ zr$pRK9g=3a5(};fK;WthyEI=R*#ndi-CBsr_s{%puH=c0VztM&yg-`({g6hMT9P@{ z*1+Jv{F?=vMmapV7B^ti3WL3z9qI3&q$?C}vC43Z)fXu+kOz)L!eM2?O?|g*n>t03 zBFh?k4+2A~LcmdIzrV9>Hd}-5o|)s2v*x{D%tS>ZUWLxNBeXLGHd|<9s)-x?Ms?>F z%_^^1Qi@;gXsG~3G6%7c)i9?1FkkZd$?Bg?B|>EW3~Ul;t?B%cLQC+_wd(PJnZ9J+fz02ZP7L7qx|1Wqh}oOar^$E@+pb+lGK=Z%=iDcsh{DIW+H2Lnwz! zvj-0$RZU@e?{9yr*!uT%o-@xG3$C<4K(QOBlR)&Z;sCuQHY84cpUyYS&a7;rur>m& zajqG6t}M{PMC>#LdU*Z591&b>XM1N37v5AE41PY6d54srOl!{h)66tP;7g7CSxyaD ziQE}hHE#xvRb&Y5bG!vqO>zm11y znii(Q148A|CIP2_FhZ-uW{ZeFgQq{QZ(sqe^1NMkcw}B89JUeJ^I6T_0q^)1?#wW| z4*TJi4M4cuOxmW6gdOrt5cBZTbF5fZm4TV_`7Mmz&Xg`<;4utL^3&GoE;oC^l1&zT zIK38Stn3-|p**C4A~C{YAn0%?i-B0jLx>+*R|9rZWPM~o)G9&Zq;IgSb%Z3D|781G zJYj26D*EkVuYl+h-f+tUEkxgb!s?>4fmhW*WbskJ8UvakCqRjh%HtmtO3i_ z+Dx}OUeF$7=8&81eABtUr|6Mp#>AGVAlQ@n&t|YX5xtZ4E+l_33nqP+ z2|a3#IxZZFq_+6h%?LTj8334~L#^rPdQRbt-Jr&xs2u|!m7t#F8uD{4a~|v3Mf57 zb#WDMaTOf)Y#Zt-c4$D0buWg(#Wr>Bqlm#~3j_yTxDocuy3on~GA@bLy_|JG-|OyZ z*`E$StyjxY{A&NW^1L^`Fzzw4cDMq!Fdu}NT+&IeFredi?T8GLtSL&KrqF!^uM=H( zbWmY(Ay|9~)aNSASRG$vnWQrle>N%Bp){C0TRBs1Iq^s*FIcG%r0Qyo%;d~;Qfbc8 zbD26mW?dGK3JZZM9IX^bq!ZOQ$KzO3P~IjeF}~9k%8v=XL^LoksC2!)!{CtyU-7d3 ziwLePJessjF3ClP=yqWC#KJ!J)Yd80yDL9#W*Jt(0|rd0shT8AIqQVO&QUIK!=)zV|C^vW`g(i=rbb=*mUKBP~mNaE;s@(2rM%Zu0 z-eiglh!KLnt0Q`N{~~BLSnE;y6vT*}5mWKnn&UWpkY0+@+{Z`;u^7F+539AubzvI2 zVtdAc*ubjaP7*C=QX2ngs~(L)j@JWTB6B61SOKgoV3+Y)r|2?{n{%gdL!8}fa}2s% z-^;F^hC8ad7K%q(U#N@Ax?z zU*^ZI@V(Zhx-}T$Embm6wl$SbhBTiIEcx_KSj#CIon+Fj(^*j}Hark_a0ZHIs9YK@ zfn(HG<^0l0&ZVVnlA=WSu+j@y|M0pVjk=_9#n4c zngVFyY-aN4+kuhp5Cs{NZNjJz0E)wxUYNONU8c0zBNP0Q-U^J%Yl~X~y*_1j&wl<> zIz6o&RD41oMsn!W0SL@5w@K}TB&VacA$Q0#edm4l_Y@mGd2&36N0oEa z5$kix)9!}t8~|cN{$ra$wVXRP?4|hUYJ=L;ZY=emS&$ZV9!gZL3n#4JDEnS?Syv>* zuizHXT$;g53lKtzusi98+Z~ET5Hq?O&0t$*#oPJ~xI~DqyF?4ir(**7nzU^fbEM(ZLWcp*au2PpXdo)&*-j zMmVS|`o3OfOn19@{z=LF!g-)27-M?J({q;AiO6)FTI6CuZ%nDvCEb%H>u+CLJd9-i zVHdJmymJxkq5D3n8z*+@FdJ=hmc^uLQFq5cL4RgYS9N|}R#`gTNUKB&xzECBm2oZvdiai-2z;FX&uB9G% zX3Q}Oxv6G^5(Fm!y_`_!fVS@88eycp9)))7p8g1YmoT@8NwGB97|F!t{|GNM(91^| zBXf_J%%jC)5maJBtYOcQvg&ZeK&#c(GibWZ*i;078nNxF@crB3@h(`ufMC7F(Gj16*SKJRaW@A!R%Sy{E)ECWUss(E(`)Q}{bPlxvel}B zve(ududUOCFnGR!&Gyyx(%^P`5&I%|f>iyng*A{Y;HR9+w_WDsImGE zWXAxqX62bU`^SxBwcBwoInoYGb0+19{o}gvfi=;J!a>@*m z2W6^e4Fnbjl?g7$eG&Drizxl)AK)#EC~|eI22hm5ha%oZA> zN|MTT2*A+XRG!W|G>7(+Qe=7p7jLkHHK$%XIZ*dq6lKADYUD-2LO_nd$eKs!Pq#X0SyeyH+mo8zXJK&p_7H&w`iTs0pkGy@V}EFCqCdBBv#Y zGQD8@=COSP3#G^h5~AYXGE^y-#Dol$Aw-)IB~jZWRVh91$%j8bUDGR8pFX6{K$2HS zZ8Sm3(E$rR(E#dE_la2)pV}w3@53sDrJAkl1LffN96+5|f`8%!C!&rm&Yve? zKoLwN`d!4+D0`(TWO_|;t3vRFb>y=2ogf$ehp*5e8FeLjTC<*C$U^EqY#@r!mk}$E zC8PGd(~=yCpVkAw0ul{l5pf>s$Z?Ujtb9d18nd#b9fean=B*i^aBHojuZ#RX)O#Fl zShC*GE5&-`a}tREF(?;e2OnwZH5~Q8dfS89v(c4=^j-)*l{`Ps_Y+_^KTN4wNUC#Et1s^1BI29M4~ zYV^PHqy=l`j#+jef?YZPz>X}dkgofYOYQ^QcK#5Rv(~{-^-uelC0#A%Y+YJwMT%Mr z$SO<#>h@8@x@@^qszTX3LaRHOOD*0A0`6kWWcIf}-K<|hk4LG?BHeHAVzn9-cZqVT zstwisJg+WHI*rIz$6AkCZR`ykC$J{PX+6|`{pr6R|70mbYT{k5BQ8hX4|txFIRjIM z(^UVY4CPHJZlrnSKF7MDQ;O2KM%Mt*Ff|(Uks|pM&#~rYWF{~yD$IH!-Wspto#NWr zF+gXo;Q1J9BCAvU1y*VsgILeq|Nf}g98PO3@uH!SSoBJ^)Xl2D~w)xk#iqfLu`{llkek%sNE$k)Y`DjAe@Vp8N%YQ-uD z=8b%8q|$U5OO8(kdON|9dSf_JVijavlhm1C9z$7az!?s8{w-fgI67s+S*^=D!s{bzWn+x-+lkrKmYP$)N~&{zDJ9n@$({37U0-P zOKDG+NLHKFsv$)XlcAPK!%eLJ{ z_~mx;6^$-XD-zfEwoDAQmpy`eTg|y<$(d|S7B3u@EIDgREs+-q5k4I0h#9K{YZ5s6 zfp2k+-i-C*0LSirJ*g^9MXEG0nW!eZo>T9@u~pFx%IL1hMWgcXDJZqCLDtj+3OhpM zMQ%kcMsVI@eZTRbOm`2;Wa#mKY@!9Y>PdS&&`ovQD;3(b(iL$r|9|ZrhQq;9p>=~c#^6r{_k+;OA|LnA(S zbGKEc9;PM*D^NTSQ4H5XFak3mv)te zJ{Xzo)6RO*qHhAnE(YLCjZ_v3jKr(4h#s2u01Me+Q5M-5V4*16O*vj8fS$BxhOpw( zPVD9YmqmoRwmn?LRqj|Gjrbb3VMl{Bs^+KH!nMI=)W95MAv?~+Kts7qAO`k0An5Ap zwDj~TFPRM>GGSCiUL;S3`vJ)4ag-u}dg00@UDbLYbUYz~C!RRd!{`nT$RGT_i zl#B;}dUrGoiDO$!xfPJ1)VPMbf?ii!E$4pEr{W}{tk_7y4X}2kfw&@%PmvVwiG0PQ z7GkglfrV(+P6ANdI%-+7tGC2+HhoBK=~68}q$czVE~F9J21ZYhUNUG4Aiw?a!}s64 zlOIcl-~9d;;=jGsG31DwWs`=RrMp)OjVMKmb1htY&J0Fe)oGu}k1jd+F-T!7`J#>r zcx_Zgj!ZpaEKl~xJEP+<8t(&;-u;zhyl;=Hff=JE7>WL1xFNvM3qgz@<)mIXqIS;< z)e)ohM(mg_=(u2NM~X5&USa{&TGzZ*;X^N0BrJP1|F&wLXH@eTEipq4$8jt@DZ9rc zvKbz9Jm)YOYOUIiV93IXtIl)wJzam6fs8+W>Y%k9=V7$thNUr6b)4qBJ(JtzitLom z9yF61WEI&&CNIZ1d!=ZeqXZfXcs|;seLa$a8FZrsjL9MXmI-|@sOxZazYY5`0Nt-d z?Tiu4tC_?D9E+=Ew8r++qN@qB8AF>F6!ddBwRi;WN|L)uQas+%99ddKsuUC{fVIi*t$8Ca2cOtJ_nt0iI`s*?hF`&| z_y>TWzkB&>-@bOP9fdRtrgR!Okz}TOYr5kKzoGblyrgg;E*)p8gYQQ$(|++QR%oN{N1$lhb;v~cu)@qyL<*45y_$}F zNp?rpS8-|hL_{pAIw3RuC^h6ZMo4pNNGZUjU<7lTSav?dB+%Z_2>dwJJq~@s<^7-w zPIXmthNje#X247ZMKPlHScGZMy0@N#Kx^|EA#gx;(mL*~__Ik}bU7Bs%pssc?h)Y$ z?PM0N-nc3Q8#kE+zH63fG9U6iJrKm)h-F`ad4Rxfw!{`$0 zBLYOx%^Ho>1ku8y$c1d-8PBV$i#wVcmaynhj2TaBN4Lz5QZmjA5v{ec-A0Yn+T7ia z_qXG$_b4iDR0ZvTE4tm0?6|~5^d{^$<0?Ar2+U6L6bl(X{FeAFOhoHm|Kt#^y!RAw zl6KjAl;9q!XL;VU*xR`$!;VAOd&hFbT(f%R$IcEl`6<^)jEZYmodpNJLK1ml*; z8?NOqGE#M9y`u3P_aY<9uVU$9FI)hMi#AGds5y{-k*l2BeBfbMdn=vgOgI54d3CG> z9ZMbvcHWV}hlvu8M2>vGjrVb+YIz^--!j~nqH1VWqjj|jTIYKYg*%7jtThH(IW6}D zTR5g1CYE2zva)fLb3m@tH6&l5>R`9{z!R~zdiX?B&N)Cay)%2Ogm(~1-ZT*5X_CXW~xa!`M!7HglT)3GkSU~+%D)4YxFKX?>xqAK}VP9QOS93($2Ffvo!WOkOE}m zs;2fv%ABU0|Iz|}E2 z4^50Q454vXVvJmCZM;n=_hwZ{a2jh*7rl~kYxm}d4s~X^|uUilJuRs0Q-RS84`@^^2e*f*)AD5w| z!^F}2^=;;;lyq8C0KBKwI+P}R-=^vDWvGGr5;tqZ57g6gd*WWLROKkf+j_B$QAe`j zXyJV5;Yq1niJEx5aV{3aiGwsg0J1Yil>k)~U1#KuM z*x{&^)}`c`bEQ)F6Bl%$)?AHb%;6&U(3Cs{O7zW946DcQVWi9dWw_agzf-XkPrx~x zphQ2ztO`cOCfHaWguh|_`QHm0E;!VfHFz#XO*sCFkXmrfnZ~Y^F^Ez|DN!N;H*5gl zSX0WUZ!OFfPJBF_!|_Of^#x$hYB}&c)f?h!$7_;SoHoIsp`Oq( z_00HBXii1LRmo7xah6cwPO8ms8}RQs@o(Go<+Q)4+zeMS2S=!is&!3TlrqJBv^*=} zFi@PH2fiYi3&=$BjT)K@)~aSa;R1IDV?7nNy2mY=rtScgUP6UGU=>03sb5gy_>wH zn*@mZC|XL>$|H@(hl7i(OyhJr_>bMIxhWe|I)R6FV{Q!l6LxeiicJ`rc!Hr|x8vw` zq!LdNMTNTFOI$H>dC^|&tZH{;Rb#hOqX*YUD$Sb12o{k8xrugs>fGW^iliwwD!*OT z3mXPZ3Gg7dkw#tBRHw(1Q}LqF?nYHzuqlTO6!v$a#2XH**wsNB2b5K8kk9+H)c0W^ z&t~n{-~|UiuS$n2kb?oa^~S9xM?^zfmCT|Z^rj)on_~Y0*xw{@z%<6`3hZxVwW(I6 zX-?c5`^zq(+UTpI1NWgC@clUY28>$Rks7I7sU@mB8(4MzxriQT#`+Z6G=;Enj>PXu z~lD@_7p~fyA|5zcCqhL58{Cq^RBs^ZUK_x}OedRt`XO&Mn`G~AD*u{sG~Px^*ct7%=ie2VD2)jgqNH{e zkaeYLZtAP1O6pmtMNFPH`nnsGVe9?^kLD-RmgvkksMq(*=;x02?8s}YR)W(hP z+@P{h=~?HFXvnt#IDXP>jsf6kMGgqXZ(!qmhP)Q!L(FJ$%$Bw=k$eYL>Z_ZH$+z;yr*y< zJI;SaoWEGx^G2b71U7LHxsRpStQKyUqzpqAphzlK9ZxLk4`2AFl9Y7KE_oZJ!h|Fx zG3CXA7#h|>52qelf>E2jlPsu>-A6JOd59YQUuPGBS_vV(F{v4G{=bC#7o ztI1w>%hafx<&Oz!)TkkmOxg&iMDssTTkymfiW#eSE>;1^j+}NwDRvAeqqC}JmT}5U zn8Wv}R*PR;5Dk1ymD+o^cum4HDeSLU!H?bJc}aV`6M5wYS5T1nLh%P+`}l2y_^g^M zDos3Tj3P$`S^8@6j6GR@Oh`>Sx0{00Pz6U9cd5m3f*NO$z57jUSi|w5ET)Cnd;)+Y zUKFBx^P!LnHV&-#4ONqo;FAlGU~S=OZx#g>ajn#D=c`AcFC8f?ACp!35j%04AyPsS z8Kfyg9TmS8l84$Wz1tRaS@Skk=|!E6K%x?jOL!9ZwQzq8;gW5f5LRb(KXc+ZOr3hsNf;Tf=F%k!c<4ouC9kj2Om zl&lJ`s!+DcK5|zl`lsIzs~18niW7dbs}qe4^hB`QRt3}o0PR)XhV3X3#)(-=oj}m< zcKmTOk8Ly0P{3=E1&zu18gIgwTxzW)igTk0CGmS#=WpBKBq_G}@a5|4^c_pm2ekvp zL(>yF81_i7FMiwS(y^Q;SSW~QZNO)xt90zBn5hnXnuyGUA*O%|*1`p%2tTnS?{Rr+ z`8CW}1x3Ssn7p`V-w%-Qc?A&>IZV&e4iy!0^yA3A@|u(Ls+T?IbO^e=X4xmG z$I|oGs4^pudvOcD>8SwS0}P3Yl@Ra8aE;v=uA$^So+tMCGs}g^ycB{c#>?rnd59`( z&)>J??-JElV=D)D@G{h4a{qaieI;+GrdREcEyXKO@ES)+qEK3o7DZXl?bQxqSrx=m zfKem-GAIJCO6#*LdJUoIb^N-Kc}5wcc(3)-U3lY0X{(kagE_IoU2uskC{UDI6`QE2250s%WK-#q0gFRs9S-$1tEo zpRH|f5?%MB6YXyZDLQdzG*OPV){H&AsaAN+Jif`9cLpuoG+|82|C|%Xw2N{=btP;u zV3YI$T}eJsuJC|Sn|m)A)f6yhmnPKU#SDPOe2Nr)pPi3AJCE;)KAa+_14b(dcgg{K zC)ev*AYFvz*8&s;fH@1eHmvAaQXS6=_`Mxl7>49xZGmEHz#|<1FH)Ry4=eJLpt6)s zEw9Nv{-}rvTnHEIl;`3JAPJg&Ma*0TPVng!b{5Qrv><}?*oNH9+r5>s(+Ov^5|!?4 zD6-xRJ?a;o0!Y_gdG!U6Wh*bqhg@zLvA2o?*l387=N)t1&ZJ9DRS1e$sZkfNxxB6i zxTPu{ZknC=3QWt$zW%sb8_!a$8vcZQ?`gJEd+Vy;2-cIJXMgAO3+DV(e&U@+oz+R=Ngdfwsc{q@IchJ8)> z*}qe;($t#LC|WgF_G*l{Dyi8`+~@m6$rZ4pntDKfQ9|*f2#wjyqTK7560R@tGHh7? zhFzo4>(H?4XS~=V?RqK+oVV*5{W_tbKnZ(p5_b3uv~*v7{g>~)|LdQB`7r{>hmY?Y zcg|^gC;gF#l5NX#syb4mX!a@{zeE1za^x@Eh;ZDl5Y1K#=+C3_`j=H0-cl9r+%I~xE*@dhB={hrnt4Y|I z5Y?+RxvY^w!1ErVq+MLz07$_S0YIIF7eV}36Hk;C& zQV7TCV_on9M6Xe#Tcisq_gdR;D}?OxogbYC&}wN4W@bjTrcy>d_$@B-G)FkngzZ=v z4`82(WAAo^(*Plbr3tD;b&gDl!a7ZL(iotPZn9Tc_?4Xzj( zq$ITn?vG5Rz^1_G>#v&A5;`BrN5Q^$xhaXfT&Ql317Kcdq_h~ivm%Ip_Xv!Tu zK_?mxfd;}+07`+HH;|7bk@cWMBr0vW59Fm0LyyGgUnL39SAgudZAZ8yRai;5#Mu2># z8`T*Wtl`BLnP3Q@*5I?eTCx^kyRKuN5z|e%jubI=76oa-rvoJq{Y>xEZO*ohDnN4e z;(X>7=^sC-*B-BN2D0PxB5qP8mI=g7Gay*JMZ{9Lr##bMmakiu14IO4X}~E48VLsb zv{KSDSU<5;m8Kusf@{HXnW%bmM`AJnJI(!9;*P|Q1STnBVrrcMR^lalEnFdfI~^xp zJKw>O(s>h69h58rdqD?M8;Y51xasHkGAkg;g}qh*i86Jh9KG|*-7-7_DXoW<=zWw# zAAAP76+`CjPj1LCU=yGehKkH<9vwZFTAjDD>x*xGh_s78s@47Oi+`tv5Aw!50eCaf zZ!5%*3Lb#y?y_}Jh(%y8BxY4`XZjuE#m~4hJW`D`afL<`+Vv>mLC=gIkYhk=s&$*g zP)o&1hF-BKL(h%b+eg>+GSZx`0FR`cL)wFJXu++gU>e5r+p;Lz8e2P=K}3O}^hXyk z;x@v#U|NAs7*bK9E)W1HUROOVnZ*1qud~O3AH7(#@7?# z9Q$x&aA;V8#{3YORV5zvotm(>m1M9g??cwNU6CqAt;xjGVm{3RST%ZgU_K&5>#B#T zH%e`FJ}!JvsjY0LDxNK{u|kdL(Zm8;F)+qu;n4k@WM_pp&wPf79foP_Nc*{Vj~b;} z)DV@xcvZe3J@`Zkc_F#%WYSBqjf5LC!Z|@jP^Sqv^G-LiVilQh*HXHXX30i1LM5z; z6Pe)Nqx@Zr{+d%zO2t=Se6DjJu!wDBg=&q)k@B&?F6A}$iWObs6O5oW^}7sHfCJD-Uf6EL_$#qN&lGHGpbnEsdq>}j{2&s_{Wf=yEm2H?_Df#nL0 zzMDk(MhDVrOFzH;@Wc1ty^|k-w7>cNFT{U)Ge=)jVz%f&4q)ha#?Q7Z(`p=%#r?&O za-C(%#HM!nUCTq(B}!?NF;SPOQP1+!qeNt)2F)NIHf75TWfxOtTo*p z$#03|#fzDH!M4Me~^i-EZ6SjLpzp)6p`Vs0Gg40c&J}ND9UZt>*67 zGz|~7-;}KRmtX(oyYK({=U;w|hW*3G_h|7merB&h|t zWOT&cP}JO%&Q*jPin`t#Mcs69;piMqOmmqMVs2)Da`}h`47z8AYpaL&Z%*~Xryugh zlA(U4em+YQr_XtAH;v4I2CAaPC*JiwSsT3lJNA4>h3cr{wI_Y_zDiyd!i*v{dNI)` z?s$_z<9EumiL1a@Wy(>m$h3_x0hHpaXs+&_X`=`uMxyGlHk;IqZQk2FBs;oKScd%y zlHor9{QTX^U;B1e$=Z=g>a_8?) zU53yr9=Ji*nl$K3lMAohpwFS5$3~k|-6fhZ0N*52_3GN!AW5*=?gGF(#k{53*BE7H zWv=MT>?gH{AzFteD72)A;4qRB4RtWwiPRqa@$ z@5ugDk^K=&g{!Dl^Z1*QqUzJO&9f%mrPeBJZX%7fW26_k0Ag(u=`jzi6J~S+r)mmZ zl{@YXuOQ~CH;p)6X+9rkrQBv2Sfw1mq%SOO#-O_xu*6@Ws7Oo2>ucr**<;7cQb+c= z)6Px!d2ql#|MAcH=kGrL<7Yr&%zyc0miNbhc=zjXK7RPq-+uV?Pv?L9d1$R!=VAFI zpfE!Wyt<#R`jVTaomi%Ooi8#tgpM1nZVn*)KlU1uvjR*NfG))Ki_dS6SP1f?349;EhV1 z8`rCt*~Hby?gZO#f-J93J3*60(D=3%owy8p3<>cq03TG-#dbb7v8vpNIuM%x^_{Lh zcHF}YL9(MFvT->8ncf-q0O1+Rh#1v7MjJL%`MwNpbOYskx>cPrBu9`2RznmVi%EDH zVzuG%zcbK=VMVN3QH6l0_GGLaeh>P{oJyy5`m6#YOFQz&5z&i-NYf)1-R2?`%8IK{ zPiC;2RxtkDtY6Qd1V&m3K)8?~k6ZOE0H?@iIoB}jjvYnJC!$E+0H8+?fCb5^bnWBD z_k|r=^HX1lWD@D50d5uSd9-IU`qfQq&z_WDZqS}>Bp$$xxyh8EbQPZ++Xo&}f?87G z{RFEEsCyVc(g9P`uI(vtFt!hjKH%*F!IhNgX99w&8h&7I7;Pux1hoF{E-~Dsa49M< zv2X$}r5>7h-g{E04Ali73T&>#Lrs|a8*dZ)0G?w;s10)yy#z|r102bWOAHFTj0p!j zN)98o4Lx}n(IRMXa!mM$>3eR%PHVV{{cO`TihiCYz7)ry^mP{?ZrR4_#!^&kPTdlg zR7X&AXm^d9lv0^DE;QvR%KHX(&}$Oc*sr;eFc%=s@j zwbv|m*JehFqTtvWMD# z9H(EE9;rY-Ki)-Pds*){F^*%4G~Oza8?Y!dQ#Ig%`0KL0UP@M$_j>4&RH|wr=V%ysgIvh-|`6m^UGhnC#eTK7)22qjm?tx1eh)`^Sp|R;qKP3EM)HE5;HHr8c3I4 zxs=z(a~tWm@+O>X+Js{ySe4pV8l_grC#sL48NY=zJL}E_$y7vGgo>1rCaS}+EgvJb z9=W~9>XEQz!I}xPcR5irfi)@+ui^r7s=79HXRs>jIBA?nUw5%l@rJqMoIcgL;~+#B zj~7SPX<`O)?+pJuhrzXl87~^ai16Nr!2lZHIE9~xL(jwD)v(N~Lzy2iw5X;9#zbfV z#)vBg6q$=IgnOA+VI<^1*YHSfdc10q1%cB?KR0B->Q)G}V#C4QXCMQKDOcnKyUv7i zklv?gB_{{VHFcUSvM52-LO20Gew0pa3-521dP5kpm>z-TtZd_oY7SSV{Uo1y8^(O` z%@6U=@kgHL-+l4#Veoih?S268W})krYtc1+jv{jJYOOg+Y0RQts4+jU=qUAow|GkT zMVMZOLvES_PHVado8W*ehVi?IOif40kFnzZXtdwI`uNT7zWmW@TB{#w9gO?Cs8lW- z1(>w!@{S$)p2gSA;?ndQ9I?1yv4NKBem z-Ufw2jvxN5<1+2l=d3TE^V>)tF0lD8Iw`FQB7^aDBQZK2HIiAIVdZ1Dj9U}rn z0I2JFPCe+}+)w!j9ak|15tfkay_)-ah`t_yOT-@6YU?^l1mxUF=*&r|bFpAJfpA?H z;)-3%g$(5^b`~Z4VCrHFP$}wVlPM3_2_e@cgiMhd=Mc&Gy|lRuREfU~R({2I($Cls-=L*{)9()!gSLU2J++eDjA?wT00fvMB{#*i?P4P z#?$9wJJbjx$fQ26pKsQ#3`DO{K6qa^F~dMLxbM z9rtdH$KeFHV>SksrhzD}u`0f{1MHz-!B8;4265J3X)DXBk|{@GXIVcK+_yAO_pACW zg?aM;EGiKS07|jZ3iIdfuy0XK(SuuULg_53&M+C#?_JwH-$F#%>voZLn*w*cP0@q7 zf;6H4iNDdwV1I8X=^W@ElJLV*t-B^@d%^rvqvpp(jb40u3b#P6??obaNn>HTdq+vo z92?eGFvw7N7xWb(-Z6VP474)QQO6qlEX1hXW$;5wvbv^|yK|t89I6RNJ>gLq0%+eI z+Kz^uFO-!+Uf}EWO)IcVFHxW%Ryd;5rSvso@4*}QuEB-@ zuy&+mwS3-k0l+GUc)~S`FBK05z{ya2_sQFEjoMP&0qhMQ8-;O16Z3oZXMC{mCadi% zu7;C5Q-3zlP`;yr$!#)LVSkZY3f5@TG%Eke^sqp5=tuOuVuvP{Z0?t)jrj8GzkK)o zU;q5ekKuVAKE6kbpYgL3N%yYp^f|AflHh}uN&+?N4F|Bb3yph*lB!80+47x?r!<6@ z$_ze8F>5LwBp$uOBtZV|Wk&B*a=MNCNkq8jXl_&o0K$~3+b-o2szk!<;8;wii-|{J z72QO`cnjxXm{AB(Obn6H`tEhc?D|We>022_&x{YKjiwe_E+&F$@MHgM>@V8>4KWQ` z5+JVV2Zo)zQ%cf*9>VG1Rn4K0iW1x24&I|3>^Uo{kf!hp?O@p7uzC}Iiu4`7k*yYS zJ4)*oz~*I7kjOZNigFYQIC&|3cTafR)G)*6C;R(r4k(V|J1>9j+h;>GXalB3|t4hp?KP!Omdo5 zKI0{#0~%7bVqk18rEg)@gEc5&X$7{oCC;$Z&)|j8Ew7M)D6iD4^|P1L}7yMu(L0H&yFgZ&v~3ORiC4ZFse%uk2qRE8Y*Fj z6%C|la^riH1}SnPFekyar;K-=7fCWJ&@JP;J%tbGd8dd6#IU}QdQ*C?en)W8hQ`c( znPi1OBX>49X6DRq`11tvh1(RX(Z-0OU}W>P&%$qH)tn;0-selV&zIm3Jyhl5(und= zr)d}$h#KWkbNjDA&Z2(N@X^Gsix%m70h*yj#LsrjaB#rJ!P(YKfbqcxYp91S0@uTq z->_wdgTPV3j=(En??Ao}7gqs%Kx5g#s>P$FE@*H+mX>XahvDPh=_#e)@$)-9IFKlp z%2cBR;6l#;723q}zb%MUla;Lz#-SZ+(U;udZyvftQ`SO35r*FC9$)%@{;Kb4J zTVwI)Oou%pwVr*&JwSqX;6=BJDb4LgwrVU9x)ns4HeGaK3&{nJGfm%wLijC;H6AvM zE()>T@c3XB+{^DP%5OPHwI;pl)-E&~AJ$Mt>|aFbSJuObdRTG~qG>j~gtk_)^6AXF z67Xn|^m*T5nhnq2VZ%OCV